#ea50ac color space conversions
Hex:
        #ea50ac
        RGB:
        234, 80, 172
        CMY:
        8, 69, 33
        CMYK:
        0, 66, 26, 8
      HSL:
        324°, 78.5714%, 61.5686%
        HSV (HSB):
        324°, 65.8120%, 91.7647%
        XYZ:
        44.2467, 26.2083, 41.7564
        xyY:
        0.3943, 0.2336, 26.2083
      CIE-Lab:
        58.2342, 67.5360, -17.3161
        CIE-LCH:
        58.2342, 69.7206, 345.6192
        CIE-Luv:
        58.2342, 88.3662, -37.1770
        Hunter-Lab:
        51.1940, 64.6870, -12.5240
      #ea50ac color charts
#ea50ac RGB chart
      #ea50ac CMYK chart
      #ea50ac RGB pie chart
      #ea50ac color shades, tints & tones
#ea50ac color schemes
#ea50ac color preview, HTML & CSS examples
           This text has a color of #ea50ac        
        
          <p style="color:#ea50ac;">Text here</p>
        
        
          .mytext {color:#ea50ac;}
        
        Text color #ea50ac
      
           This box has a color of #ea50ac        
        
          <div style="background-color:#ea50ac;">Content here</div>
        
        
          .mybackground {background-color:#ea50ac;}
        
        Background color #ea50ac
      
           Border around this has a color of #ea50ac        
        
          <div style="border:2px solid #ea50ac;">Content here</div>
        
        
          .myborder {border:2px solid #ea50ac;}
        
        Border color #ea50ac