#e950ee color space conversions
Hex:
        #e950ee
        RGB:
        233, 80, 238
        CMY:
        9, 69, 7
        CMYK:
        2, 66, 0, 7
      HSL:
        298°, 82.2917%, 62.3529%
        HSV (HSB):
        298°, 66.3866%, 93.3333%
        XYZ:
        51.9055, 29.2340, 83.7959
        xyY:
        0.3147, 0.1772, 29.2340
      CIE-Lab:
        60.9876, 76.8480, -50.5438
        CIE-LCH:
        60.9876, 91.9798, 326.6666
        CIE-Luv:
        60.9876, 65.0513, -90.1077
        Hunter-Lab:
        54.0685, 76.7395, -54.0404
      #e950ee color charts
#e950ee RGB chart
      #e950ee CMYK chart
      #e950ee RGB pie chart
      #e950ee color shades, tints & tones
#e950ee color schemes
#e950ee color preview, HTML & CSS examples
           This text has a color of #e950ee        
        
          <p style="color:#e950ee;">Text here</p>
        
        
          .mytext {color:#e950ee;}
        
        Text color #e950ee
      
           This box has a color of #e950ee        
        
          <div style="background-color:#e950ee;">Content here</div>
        
        
          .mybackground {background-color:#e950ee;}
        
        Background color #e950ee
      
           Border around this has a color of #e950ee        
        
          <div style="border:2px solid #e950ee;">Content here</div>
        
        
          .myborder {border:2px solid #e950ee;}
        
        Border color #e950ee