#e602ed color space conversions
Hex:
        #e602ed
        RGB:
        230, 2, 237
        CMY:
        10, 99, 7
        CMYK:
        3, 99, 0, 7
      HSL:
        298°, 98.3264%, 46.8627%
        HSV (HSB):
        298°, 99.1561%, 92.9412%
        XYZ:
        47.9409, 22.9808, 82.0297
        xyY:
        0.3134, 0.1502, 22.9808
      CIE-Lab:
        55.0526, 91.7475, -59.4798
        CIE-LCH:
        55.0526, 109.3410, 327.0447
        CIE-Luv:
        55.0526, 73.2721, -103.4393
        Hunter-Lab:
        47.9383, 94.6175, -67.8973
      #e602ed color charts
#e602ed RGB chart
      #e602ed CMYK chart
      #e602ed RGB pie chart
      #e602ed color shades, tints & tones
#e602ed color schemes
#e602ed color preview, HTML & CSS examples
           This text has a color of #e602ed        
        
          <p style="color:#e602ed;">Text here</p>
        
        
          .mytext {color:#e602ed;}
        
        Text color #e602ed
      
           This box has a color of #e602ed        
        
          <div style="background-color:#e602ed;">Content here</div>
        
        
          .mybackground {background-color:#e602ed;}
        
        Background color #e602ed
      
           Border around this has a color of #e602ed        
        
          <div style="border:2px solid #e602ed;">Content here</div>
        
        
          .myborder {border:2px solid #e602ed;}
        
        Border color #e602ed