#ea32ed color space conversions
Hex:
        #ea32ed
        RGB:
        234, 50, 237
        CMY:
        8, 80, 7
        CMYK:
        1, 79, 0, 7
      HSL:
        299°, 83.8565%, 56.2745%
        HSV (HSB):
        299°, 78.9030%, 92.9412%
        XYZ:
        50.3583, 25.8881, 82.4635
        xyY:
        0.3173, 0.1631, 25.8881
      CIE-Lab:
        57.9306, 85.9227, -54.8378
        CIE-LCH:
        57.9306, 101.9308, 327.4531
        CIE-Luv:
        57.9306, 72.1205, -96.9475
        Hunter-Lab:
        50.8803, 87.6283, -60.4771
      #ea32ed color charts
#ea32ed RGB chart
      #ea32ed CMYK chart
      #ea32ed RGB pie chart
      #ea32ed color shades, tints & tones
#ea32ed color schemes
#ea32ed color preview, HTML & CSS examples
           This text has a color of #ea32ed        
        
          <p style="color:#ea32ed;">Text here</p>
        
        
          .mytext {color:#ea32ed;}
        
        Text color #ea32ed
      
           This box has a color of #ea32ed        
        
          <div style="background-color:#ea32ed;">Content here</div>
        
        
          .mybackground {background-color:#ea32ed;}
        
        Background color #ea32ed
      
           Border around this has a color of #ea32ed        
        
          <div style="border:2px solid #ea32ed;">Content here</div>
        
        
          .myborder {border:2px solid #ea32ed;}
        
        Border color #ea32ed