#e512ee color space conversions
Hex:
        #e512ee
        RGB:
        229, 18, 238
        CMY:
        10, 93, 7
        CMYK:
        4, 92, 0, 7
      HSL:
        298°, 86.6142%, 50.1961%
        HSV (HSB):
        298°, 92.4370%, 93.3333%
        XYZ:
        47.9620, 23.2637, 82.8514
        xyY:
        0.3113, 0.1510, 23.2637
      CIE-Lab:
        55.3429, 90.5547, -59.5848
        CIE-LCH:
        55.3429, 108.3997, 326.6552
        CIE-Luv:
        55.3429, 71.5011, -103.5759
        Hunter-Lab:
        48.2324, 93.0925, -68.0828
      #e512ee color charts
#e512ee RGB chart
      #e512ee CMYK chart
      #e512ee RGB pie chart
      #e512ee color shades, tints & tones
#e512ee color schemes
#e512ee color preview, HTML & CSS examples
           This text has a color of #e512ee        
        
          <p style="color:#e512ee;">Text here</p>
        
        
          .mytext {color:#e512ee;}
        
        Text color #e512ee
      
           This box has a color of #e512ee        
        
          <div style="background-color:#e512ee;">Content here</div>
        
        
          .mybackground {background-color:#e512ee;}
        
        Background color #e512ee
      
           Border around this has a color of #e512ee        
        
          <div style="border:2px solid #e512ee;">Content here</div>
        
        
          .myborder {border:2px solid #e512ee;}
        
        Border color #e512ee