#ea3daa color space conversions
Hex:
        #ea3daa
        RGB:
        234, 61, 170
        CMY:
        8, 76, 33
        CMYK:
        0, 74, 27, 8
      HSL:
        322°, 80.4651%, 57.8431%
        HSV (HSB):
        322°, 73.9316%, 91.7647%
        XYZ:
        42.8561, 23.7322, 40.3522
        xyY:
        0.4007, 0.2219, 23.7322
      CIE-Lab:
        55.8187, 73.8451, -19.8336
        CIE-LCH:
        55.8187, 76.4622, 344.9661
        CIE-Luv:
        55.8187, 95.7042, -41.7276
        Hunter-Lab:
        48.7157, 71.7774, -15.0101
      #ea3daa color charts
#ea3daa RGB chart
      #ea3daa CMYK chart
      #ea3daa RGB pie chart
      #ea3daa color shades, tints & tones
#ea3daa color schemes
#ea3daa color preview, HTML & CSS examples
           This text has a color of #ea3daa        
        
          <p style="color:#ea3daa;">Text here</p>
        
        
          .mytext {color:#ea3daa;}
        
        Text color #ea3daa
      
           This box has a color of #ea3daa        
        
          <div style="background-color:#ea3daa;">Content here</div>
        
        
          .mybackground {background-color:#ea3daa;}
        
        Background color #ea3daa
      
           Border around this has a color of #ea3daa        
        
          <div style="border:2px solid #ea3daa;">Content here</div>
        
        
          .myborder {border:2px solid #ea3daa;}
        
        Border color #ea3daa