#e063ed color space conversions
Hex:
        #e063ed
        RGB:
        224, 99, 237
        CMY:
        12, 61, 7
        CMYK:
        5, 58, 0, 7
      HSL:
        294°, 79.3103%, 65.8824%
        HSV (HSB):
        294°, 58.2278%, 92.9412%
        XYZ:
        50.4884, 30.8854, 83.4212
        xyY:
        0.3064, 0.1874, 30.8854
      CIE-Lab:
        62.4108, 66.9597, -47.8165
        CIE-LCH:
        62.4108, 82.2801, 324.4691
        CIE-Luv:
        62.4108, 53.9426, -84.8003
        Hunter-Lab:
        55.5746, 64.9078, -50.0960
      #e063ed color charts
#e063ed RGB chart
      #e063ed CMYK chart
      #e063ed RGB pie chart
      #e063ed color shades, tints & tones
#e063ed color schemes
#e063ed color preview, HTML & CSS examples
           This text has a color of #e063ed        
        
          <p style="color:#e063ed;">Text here</p>
        
        
          .mytext {color:#e063ed;}
        
        Text color #e063ed
      
           This box has a color of #e063ed        
        
          <div style="background-color:#e063ed;">Content here</div>
        
        
          .mybackground {background-color:#e063ed;}
        
        Background color #e063ed
      
           Border around this has a color of #e063ed        
        
          <div style="border:2px solid #e063ed;">Content here</div>
        
        
          .myborder {border:2px solid #e063ed;}
        
        Border color #e063ed