#e02dca color space conversions
Hex:
        #e02dca
        RGB:
        224, 45, 202
        CMY:
        12, 82, 21
        CMYK:
        0, 80, 10, 12
      HSL:
        307°, 74.2739%, 52.7451%
        HSV (HSB):
        307°, 79.9107%, 87.8431%
        XYZ:
        42.3395, 21.9883, 57.8897
        xyY:
        0.3464, 0.1799, 21.9883
      CIE-Lab:
        54.0146, 80.0743, -41.3083
        CIE-LCH:
        54.0146, 90.1015, 332.7119
        CIE-Luv:
        54.0146, 78.9503, -74.2783
        Hunter-Lab:
        46.8917, 79.1109, -40.3717
      #e02dca color charts
#e02dca RGB chart
      #e02dca CMYK chart
      #e02dca RGB pie chart
      #e02dca color shades, tints & tones
#e02dca color schemes
#e02dca color preview, HTML & CSS examples
           This text has a color of #e02dca        
        
          <p style="color:#e02dca;">Text here</p>
        
        
          .mytext {color:#e02dca;}
        
        Text color #e02dca
      
           This box has a color of #e02dca        
        
          <div style="background-color:#e02dca;">Content here</div>
        
        
          .mybackground {background-color:#e02dca;}
        
        Background color #e02dca
      
           Border around this has a color of #e02dca        
        
          <div style="border:2px solid #e02dca;">Content here</div>
        
        
          .myborder {border:2px solid #e02dca;}
        
        Border color #e02dca