#e00edd color space conversions
Hex:
        #e00edd
        RGB:
        224, 14, 221
        CMY:
        12, 95, 13
        CMYK:
        0, 94, 1, 12
      HSL:
        301°, 88.2353%, 46.6667%
        HSV (HSB):
        301°, 93.7500%, 87.8431%
        XYZ:
        43.9487, 21.3818, 70.2174
        xyY:
        0.3242, 0.1577, 21.3818
      CIE-Lab:
        53.3649, 87.6525, -53.1979
        CIE-LCH:
        53.3649, 102.5328, 328.7457
        CIE-Luv:
        53.3649, 74.7270, -92.8611
        Hunter-Lab:
        46.2405, 88.7321, -57.6650
      #e00edd color charts
#e00edd RGB chart
      #e00edd CMYK chart
      #e00edd RGB pie chart
      #e00edd color shades, tints & tones
#e00edd color schemes
#e00edd color preview, HTML & CSS examples
           This text has a color of #e00edd        
        
          <p style="color:#e00edd;">Text here</p>
        
        
          .mytext {color:#e00edd;}
        
        Text color #e00edd
      
           This box has a color of #e00edd        
        
          <div style="background-color:#e00edd;">Content here</div>
        
        
          .mybackground {background-color:#e00edd;}
        
        Background color #e00edd
      
           Border around this has a color of #e00edd        
        
          <div style="border:2px solid #e00edd;">Content here</div>
        
        
          .myborder {border:2px solid #e00edd;}
        
        Border color #e00edd