11 PT to EM

Result

11 pt = 0.92 em


Explanation

  • PT — 11

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

CSS code for 11 PT to EM

p { font-size: 0.92em }

HTML (inline CSS):

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