#e015ed color space conversions
Hex:
        #e015ed
        RGB:
        224, 21, 237
        CMY:
        12, 92, 7
        CMYK:
        5, 91, 0, 7
      HSL:
        296°, 85.7143%, 50.5882%
        HSV (HSB):
        296°, 91.1392%, 92.9412%
        XYZ:
        46.2947, 22.4980, 82.0233
        xyY:
        0.3070, 0.1492, 22.4980
      CIE-Lab:
        54.5515, 89.2986, -60.3390
        CIE-LCH:
        54.5515, 107.7731, 325.9532
        CIE-Luv:
        54.5515, 68.2020, -104.1427
        Hunter-Lab:
        47.4321, 91.2134, -69.3264
      #e015ed color charts
#e015ed RGB chart
      #e015ed CMYK chart
      #e015ed RGB pie chart
      #e015ed color shades, tints & tones
#e015ed color schemes
#e015ed color preview, HTML & CSS examples
           This text has a color of #e015ed        
        
          <p style="color:#e015ed;">Text here</p>
        
        
          .mytext {color:#e015ed;}
        
        Text color #e015ed
      
           This box has a color of #e015ed        
        
          <div style="background-color:#e015ed;">Content here</div>
        
        
          .mybackground {background-color:#e015ed;}
        
        Background color #e015ed
      
           Border around this has a color of #e015ed        
        
          <div style="border:2px solid #e015ed;">Content here</div>
        
        
          .myborder {border:2px solid #e015ed;}
        
        Border color #e015ed