33 PT to EM

Result

33 pt = 2.75 em


Explanation

  • PT — 33

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

CSS code for 33 PT to EM

p { font-size: 2.75em }

HTML (inline CSS):

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