#e004cf color space conversions
Hex:
        #e004cf
        RGB:
        224, 4, 207
        CMY:
        12, 98, 19
        CMYK:
        0, 98, 8, 12
      HSL:
        305°, 96.4912%, 44.7059%
        HSV (HSB):
        305°, 98.2143%, 87.8431%
        XYZ:
        42.0464, 20.4391, 60.7605
        xyY:
        0.3412, 0.1658, 20.4391
      CIE-Lab:
        52.3301, 86.4518, -46.8479
        CIE-LCH:
        52.3301, 98.3292, 331.5469
        CIE-Luv:
        52.3301, 80.9169, -82.8968
        Hunter-Lab:
        45.2096, 86.8937, -48.0374
      #e004cf color charts
#e004cf RGB chart
      #e004cf CMYK chart
      #e004cf RGB pie chart
      #e004cf color shades, tints & tones
#e004cf color schemes
#e004cf color preview, HTML & CSS examples
           This text has a color of #e004cf        
        
          <p style="color:#e004cf;">Text here</p>
        
        
          .mytext {color:#e004cf;}
        
        Text color #e004cf
      
           This box has a color of #e004cf        
        
          <div style="background-color:#e004cf;">Content here</div>
        
        
          .mybackground {background-color:#e004cf;}
        
        Background color #e004cf
      
           Border around this has a color of #e004cf        
        
          <div style="border:2px solid #e004cf;">Content here</div>
        
        
          .myborder {border:2px solid #e004cf;}
        
        Border color #e004cf