#e532ed color space conversions
Hex:
        #e532ed
        RGB:
        229, 50, 237
        CMY:
        10, 80, 7
        CMYK:
        3, 79, 0, 7
      HSL:
        297°, 83.8565%, 56.2745%
        HSV (HSB):
        297°, 78.9030%, 92.9412%
        XYZ:
        48.7398, 25.0536, 82.3877
        xyY:
        0.3121, 0.1604, 25.0536
      CIE-Lab:
        57.1276, 85.0019, -56.1664
        CIE-LCH:
        57.1276, 101.8822, 326.5446
        CIE-Luv:
        57.1276, 68.6248, -98.5141
        Hunter-Lab:
        50.0536, 86.2208, -62.5532
      #e532ed color charts
#e532ed RGB chart
      #e532ed CMYK chart
      #e532ed RGB pie chart
      #e532ed color shades, tints & tones
#e532ed color schemes
#e532ed color preview, HTML & CSS examples
           This text has a color of #e532ed        
        
          <p style="color:#e532ed;">Text here</p>
        
        
          .mytext {color:#e532ed;}
        
        Text color #e532ed
      
           This box has a color of #e532ed        
        
          <div style="background-color:#e532ed;">Content here</div>
        
        
          .mybackground {background-color:#e532ed;}
        
        Background color #e532ed
      
           Border around this has a color of #e532ed        
        
          <div style="border:2px solid #e532ed;">Content here</div>
        
        
          .myborder {border:2px solid #e532ed;}
        
        Border color #e532ed