#ea2dca color space conversions
Hex:
        #ea2dca
        RGB:
        234, 45, 202
        CMY:
        8, 82, 21
        CMYK:
        0, 81, 14, 8
      HSL:
        310°, 81.8182%, 54.7059%
        HSV (HSB):
        310°, 80.7692%, 91.7647%
        XYZ:
        45.5307, 23.6335, 58.0391
        xyY:
        0.3579, 0.1858, 23.6335
      CIE-Lab:
        55.7189, 82.0906, -38.5091
        CIE-LCH:
        55.7189, 90.6743, 334.8685
        CIE-Luv:
        55.7189, 86.4614, -70.8943
        Hunter-Lab:
        48.6143, 82.1031, -36.7545
      #ea2dca color charts
#ea2dca RGB chart
      #ea2dca CMYK chart
      #ea2dca RGB pie chart
      #ea2dca color shades, tints & tones
#ea2dca color schemes
#ea2dca color preview, HTML & CSS examples
           This text has a color of #ea2dca        
        
          <p style="color:#ea2dca;">Text here</p>
        
        
          .mytext {color:#ea2dca;}
        
        Text color #ea2dca
      
           This box has a color of #ea2dca        
        
          <div style="background-color:#ea2dca;">Content here</div>
        
        
          .mybackground {background-color:#ea2dca;}
        
        Background color #ea2dca
      
           Border around this has a color of #ea2dca        
        
          <div style="border:2px solid #ea2dca;">Content here</div>
        
        
          .myborder {border:2px solid #ea2dca;}
        
        Border color #ea2dca