#e010dc color space conversions
Hex:
        #e010dc
        RGB:
        224, 16, 220
        CMY:
        12, 94, 14
        CMYK:
        0, 93, 2, 12
      HSL:
        301°, 86.6667%, 47.0588%
        HSV (HSB):
        301°, 92.8571%, 87.8431%
        XYZ:
        43.8440, 21.3852, 69.5271
        xyY:
        0.3254, 0.1587, 21.3852
      CIE-Lab:
        53.3685, 87.3298, -52.6235
        CIE-LCH:
        53.3685, 101.9595, 328.9275
        CIE-Luv:
        53.3685, 75.0115, -91.9705
        Hunter-Lab:
        46.2441, 88.3086, -56.7704
      #e010dc color charts
#e010dc RGB chart
      #e010dc CMYK chart
      #e010dc RGB pie chart
      #e010dc color shades, tints & tones
#e010dc color schemes
#e010dc color preview, HTML & CSS examples
           This text has a color of #e010dc        
        
          <p style="color:#e010dc;">Text here</p>
        
        
          .mytext {color:#e010dc;}
        
        Text color #e010dc
      
           This box has a color of #e010dc        
        
          <div style="background-color:#e010dc;">Content here</div>
        
        
          .mybackground {background-color:#e010dc;}
        
        Background color #e010dc
      
           Border around this has a color of #e010dc        
        
          <div style="border:2px solid #e010dc;">Content here</div>
        
        
          .myborder {border:2px solid #e010dc;}
        
        Border color #e010dc