#e005be color space conversions
Hex:
        #e005be
        RGB:
        224, 5, 190
        CMY:
        12, 98, 25
        CMYK:
        0, 98, 15, 12
      HSL:
        309°, 95.6332%, 44.9020%
        HSV (HSB):
        309°, 97.7679%, 87.8431%
        XYZ:
        40.0890, 19.6735, 50.3996
        xyY:
        0.3639, 0.1786, 19.6735
      CIE-Lab:
        51.4661, 84.1700, -38.3894
        CIE-LCH:
        51.4661, 92.5113, 335.4826
        CIE-Luv:
        51.4661, 88.2125, -69.7858
        Hunter-Lab:
        44.3549, 83.7116, -36.3218
      #e005be color charts
#e005be RGB chart
      #e005be CMYK chart
      #e005be RGB pie chart
      #e005be color shades, tints & tones
#e005be color schemes
#e005be color preview, HTML & CSS examples
           This text has a color of #e005be        
        
          <p style="color:#e005be;">Text here</p>
        
        
          .mytext {color:#e005be;}
        
        Text color #e005be
      
           This box has a color of #e005be        
        
          <div style="background-color:#e005be;">Content here</div>
        
        
          .mybackground {background-color:#e005be;}
        
        Background color #e005be
      
           Border around this has a color of #e005be        
        
          <div style="border:2px solid #e005be;">Content here</div>
        
        
          .myborder {border:2px solid #e005be;}
        
        Border color #e005be