#e10aed color space conversions
Hex:
        #e10aed
        RGB:
        225, 10, 237
        CMY:
        12, 96, 7
        CMYK:
        5, 96, 0, 7
      HSL:
        297°, 91.9028%, 48.4314%
        HSV (HSB):
        297°, 95.7806%, 92.9412%
        XYZ:
        46.4459, 22.3391, 81.9847
        xyY:
        0.3081, 0.1482, 22.3391
      CIE-Lab:
        54.3849, 90.4446, -60.5976
        CIE-LCH:
        54.3849, 108.8682, 326.1781
        CIE-Luv:
        54.3849, 69.4537, -104.5858
        Hunter-Lab:
        47.2642, 92.6973, -69.7597
      #e10aed color charts
#e10aed RGB chart
      #e10aed CMYK chart
      #e10aed RGB pie chart
      #e10aed color shades, tints & tones
#e10aed color schemes
#e10aed color preview, HTML & CSS examples
           This text has a color of #e10aed        
        
          <p style="color:#e10aed;">Text here</p>
        
        
          .mytext {color:#e10aed;}
        
        Text color #e10aed
      
           This box has a color of #e10aed        
        
          <div style="background-color:#e10aed;">Content here</div>
        
        
          .mybackground {background-color:#e10aed;}
        
        Background color #e10aed
      
           Border around this has a color of #e10aed        
        
          <div style="border:2px solid #e10aed;">Content here</div>
        
        
          .myborder {border:2px solid #e10aed;}
        
        Border color #e10aed