#e850ed color space conversions
Hex:
        #e850ed
        RGB:
        232, 80, 237
        CMY:
        9, 69, 7
        CMYK:
        2, 66, 0, 7
      HSL:
        298°, 81.3472%, 62.1569%
        HSV (HSB):
        298°, 66.2447%, 92.9412%
        XYZ:
        51.4334, 29.0076, 83.0089
        xyY:
        0.3147, 0.1775, 29.0076
      CIE-Lab:
        60.7883, 76.4642, -50.3119
        CIE-LCH:
        60.7883, 91.5317, 326.6559
        CIE-Luv:
        60.7883, 64.6832, -89.6289
        Hunter-Lab:
        53.8587, 76.2096, -53.6789
      #e850ed color charts
#e850ed RGB chart
      #e850ed CMYK chart
      #e850ed RGB pie chart
      #e850ed color shades, tints & tones
#e850ed color schemes
#e850ed color preview, HTML & CSS examples
           This text has a color of #e850ed        
        
          <p style="color:#e850ed;">Text here</p>
        
        
          .mytext {color:#e850ed;}
        
        Text color #e850ed
      
           This box has a color of #e850ed        
        
          <div style="background-color:#e850ed;">Content here</div>
        
        
          .mybackground {background-color:#e850ed;}
        
        Background color #e850ed
      
           Border around this has a color of #e850ed        
        
          <div style="border:2px solid #e850ed;">Content here</div>
        
        
          .myborder {border:2px solid #e850ed;}
        
        Border color #e850ed