#ea2eac color space conversions
Hex:
        #ea2eac
        RGB:
        234, 46, 172
        CMY:
        8, 82, 33
        CMYK:
        0, 80, 26, 8
      HSL:
        320°, 81.7391%, 54.9020%
        HSV (HSB):
        320°, 80.3419%, 91.7647%
        XYZ:
        42.3551, 22.4250, 41.1258
        xyY:
        0.3999, 0.2117, 22.4250
      CIE-Lab:
        54.4750, 78.1365, -23.0624
        CIE-LCH:
        54.4750, 81.4690, 343.5557
        CIE-Luv:
        54.4750, 98.8463, -47.0092
        Hunter-Lab:
        47.3550, 76.7820, -18.3423
      #ea2eac color charts
#ea2eac RGB chart
      #ea2eac CMYK chart
      #ea2eac RGB pie chart
      #ea2eac color shades, tints & tones
#ea2eac color schemes
#ea2eac color preview, HTML & CSS examples
           This text has a color of #ea2eac        
        
          <p style="color:#ea2eac;">Text here</p>
        
        
          .mytext {color:#ea2eac;}
        
        Text color #ea2eac
      
           This box has a color of #ea2eac        
        
          <div style="background-color:#ea2eac;">Content here</div>
        
        
          .mybackground {background-color:#ea2eac;}
        
        Background color #ea2eac
      
           Border around this has a color of #ea2eac        
        
          <div style="border:2px solid #ea2eac;">Content here</div>
        
        
          .myborder {border:2px solid #ea2eac;}
        
        Border color #ea2eac