#e120ee color space conversions
Hex:
        #e120ee
        RGB:
        225, 32, 238
        CMY:
        12, 87, 7
        CMYK:
        5, 87, 0, 7
      HSL:
        296°, 85.8333%, 52.9412%
        HSV (HSB):
        296°, 86.5546%, 93.3333%
        XYZ:
        47.0005, 23.2136, 82.8924
        xyY:
        0.3070, 0.1516, 23.2136
      CIE-Lab:
        55.2917, 88.0972, -59.7032
        CIE-LCH:
        55.2917, 106.4218, 325.8746
        CIE-Luv:
        55.2917, 67.6686, -103.4075
        Hunter-Lab:
        48.1805, 89.8122, -68.2794
      #e120ee color charts
#e120ee RGB chart
      #e120ee CMYK chart
      #e120ee RGB pie chart
      #e120ee color shades, tints & tones
#e120ee color schemes
#e120ee color preview, HTML & CSS examples
           This text has a color of #e120ee        
        
          <p style="color:#e120ee;">Text here</p>
        
        
          .mytext {color:#e120ee;}
        
        Text color #e120ee
      
           This box has a color of #e120ee        
        
          <div style="background-color:#e120ee;">Content here</div>
        
        
          .mybackground {background-color:#e120ee;}
        
        Background color #e120ee
      
           Border around this has a color of #e120ee        
        
          <div style="border:2px solid #e120ee;">Content here</div>
        
        
          .myborder {border:2px solid #e120ee;}
        
        Border color #e120ee