#e02dae color space conversions
Hex:
        #e02dae
        RGB:
        224, 45, 174
        CMY:
        12, 82, 32
        CMYK:
        0, 80, 22, 12
      HSL:
        317°, 74.2739%, 52.7451%
        HSV (HSB):
        317°, 79.9107%, 87.8431%
        XYZ:
        39.3188, 20.7801, 41.9830
        xyY:
        0.3852, 0.2036, 20.7801
      CIE-Lab:
        52.7079, 76.4004, -27.1067
        CIE-LCH:
        52.7079, 81.0666, 340.4654
        CIE-Luv:
        52.7079, 90.3780, -52.2358
        Hunter-Lab:
        45.5851, 74.1887, -22.6953
      #e02dae color charts
#e02dae RGB chart
      #e02dae CMYK chart
      #e02dae RGB pie chart
      #e02dae color shades, tints & tones
#e02dae color schemes
#e02dae color preview, HTML & CSS examples
           This text has a color of #e02dae        
        
          <p style="color:#e02dae;">Text here</p>
        
        
          .mytext {color:#e02dae;}
        
        Text color #e02dae
      
           This box has a color of #e02dae        
        
          <div style="background-color:#e02dae;">Content here</div>
        
        
          .mybackground {background-color:#e02dae;}
        
        Background color #e02dae
      
           Border around this has a color of #e02dae        
        
          <div style="border:2px solid #e02dae;">Content here</div>
        
        
          .myborder {border:2px solid #e02dae;}
        
        Border color #e02dae