EM to Point Converter

Convert EM to points, suitable for responsive web design

What are EM and Points?

EM is a relative unit based on the font size of the parent element. Points are an absolute unit typically used in printing and typography.

Usage Instructions

  1. Set the parent element's font size (default is 16px)
  2. Input the EM value to convert
  3. Click the "Convert" button or press Enter to get the result
  4. Use the "Copy" button to copy the conversion result
px
em
0 pt

Calculation formula: pt = (em × parent element font size) ÷ 1.3333

Common Conversion Examples

  • 1em = 12pt (when the parent element's font size is 16px)
  • 2em = 24pt
  • 0.5em = 6pt
  • 1.5em = 18pt