#e05aaa color space conversions
Hex:
        #e05aaa
        RGB:
        224, 90, 170
        CMY:
        12, 65, 33
        CMYK:
        0, 60, 24, 12
      HSL:
        324°, 68.3673%, 61.5686%
        HSV (HSB):
        324°, 59.8214%, 87.8431%
        XYZ:
        41.6523, 26.0619, 40.8653
        xyY:
        0.3836, 0.2400, 26.0619
      CIE-Lab:
        58.0958, 60.4060, -16.5139
        CIE-LCH:
        58.0958, 62.6226, 344.7100
        CIE-Luv:
        58.0958, 77.2325, -34.6246
        Hunter-Lab:
        51.0509, 56.2989, -11.7250
      #e05aaa color charts
#e05aaa RGB chart
      #e05aaa CMYK chart
      #e05aaa RGB pie chart
      #e05aaa color shades, tints & tones
#e05aaa color schemes
#e05aaa color preview, HTML & CSS examples
           This text has a color of #e05aaa        
        
          <p style="color:#e05aaa;">Text here</p>
        
        
          .mytext {color:#e05aaa;}
        
        Text color #e05aaa
      
           This box has a color of #e05aaa        
        
          <div style="background-color:#e05aaa;">Content here</div>
        
        
          .mybackground {background-color:#e05aaa;}
        
        Background color #e05aaa
      
           Border around this has a color of #e05aaa        
        
          <div style="border:2px solid #e05aaa;">Content here</div>
        
        
          .myborder {border:2px solid #e05aaa;}
        
        Border color #e05aaa