#e650ed color space conversions
Hex:
        #e650ed
        RGB:
        230, 80, 237
        CMY:
        10, 69, 7
        CMYK:
        3, 66, 0, 7
      HSL:
        297°, 81.3472%, 62.1569%
        HSV (HSB):
        297°, 66.2447%, 92.9412%
        XYZ:
        50.7878, 28.6747, 82.9787
        xyY:
        0.3127, 0.1765, 28.6747
      CIE-Lab:
        60.4935, 76.0229, -50.7980
        CIE-LCH:
        60.4935, 91.4326, 326.2494
        CIE-Luv:
        60.4935, 63.3134, -90.2310
        Hunter-Lab:
        53.5488, 75.5862, -54.3911
      #e650ed color charts
#e650ed RGB chart
      #e650ed CMYK chart
      #e650ed RGB pie chart
      #e650ed color shades, tints & tones
#e650ed color schemes
#e650ed color preview, HTML & CSS examples
           This text has a color of #e650ed        
        
          <p style="color:#e650ed;">Text here</p>
        
        
          .mytext {color:#e650ed;}
        
        Text color #e650ed
      
           This box has a color of #e650ed        
        
          <div style="background-color:#e650ed;">Content here</div>
        
        
          .mybackground {background-color:#e650ed;}
        
        Background color #e650ed
      
           Border around this has a color of #e650ed        
        
          <div style="border:2px solid #e650ed;">Content here</div>
        
        
          .myborder {border:2px solid #e650ed;}
        
        Border color #e650ed