#e05acc color space conversions
Hex:
        #e05acc
        RGB:
        224, 90, 204
        CMY:
        12, 65, 20
        CMYK:
        0, 60, 9, 12
      HSL:
        309°, 68.3673%, 61.5686%
        HSV (HSB):
        309°, 59.8214%, 87.8431%
        XYZ:
        45.2957, 27.5193, 60.0511
        xyY:
        0.3409, 0.2071, 27.5193
      CIE-Lab:
        59.4519, 65.3259, -33.9256
        CIE-LCH:
        59.4519, 73.6099, 332.5559
        CIE-Luv:
        59.4519, 66.4981, -62.0451
        Hunter-Lab:
        52.4588, 62.3235, -31.1499
      #e05acc color charts
#e05acc RGB chart
      #e05acc CMYK chart
      #e05acc RGB pie chart
      #e05acc color shades, tints & tones
#e05acc color schemes
#e05acc color preview, HTML & CSS examples
           This text has a color of #e05acc        
        
          <p style="color:#e05acc;">Text here</p>
        
        
          .mytext {color:#e05acc;}
        
        Text color #e05acc
      
           This box has a color of #e05acc        
        
          <div style="background-color:#e05acc;">Content here</div>
        
        
          .mybackground {background-color:#e05acc;}
        
        Background color #e05acc
      
           Border around this has a color of #e05acc        
        
          <div style="border:2px solid #e05acc;">Content here</div>
        
        
          .myborder {border:2px solid #e05acc;}
        
        Border color #e05acc