#e002dd color space conversions
Hex:
        #e002dd
        RGB:
        224, 2, 221
        CMY:
        12, 99, 13
        CMYK:
        0, 99, 1, 12
      HSL:
        301°, 98.2301%, 44.3137%
        HSV (HSB):
        301°, 99.1071%, 87.8431%
        XYZ:
        43.8133, 21.1112, 70.1723
        xyY:
        0.3243, 0.1563, 21.1112
      CIE-Lab:
        53.0709, 88.5222, -53.6676
        CIE-LCH:
        53.0709, 103.5200, 328.7732
        CIE-Luv:
        53.0709, 75.2601, -93.5427
        Hunter-Lab:
        45.9469, 89.8042, -58.3877
      #e002dd color charts
#e002dd RGB chart
      #e002dd CMYK chart
      #e002dd RGB pie chart
      #e002dd color shades, tints & tones
#e002dd color schemes
#e002dd color preview, HTML & CSS examples
           This text has a color of #e002dd        
        
          <p style="color:#e002dd;">Text here</p>
        
        
          .mytext {color:#e002dd;}
        
        Text color #e002dd
      
           This box has a color of #e002dd        
        
          <div style="background-color:#e002dd;">Content here</div>
        
        
          .mybackground {background-color:#e002dd;}
        
        Background color #e002dd
      
           Border around this has a color of #e002dd        
        
          <div style="border:2px solid #e002dd;">Content here</div>
        
        
          .myborder {border:2px solid #e002dd;}
        
        Border color #e002dd