16 PT to EM

Result

16 pt = 1.33 em


Explanation

  • PT — 16

To convert 16 points to EM you need to multiply PT value by 0.0836, in our case: 16 × 0.0836. In result we'll receive that 16 pt is equal to 1.33 em

CSS code for 16 PT to EM

p { font-size: 1.33em }

HTML (inline CSS):

<p style="font-size: 1.33em">Hello World<p>
Open PT to EM converter