#ea02ff color space conversions
Hex:
        #ea02ff
        RGB:
        234, 2, 255
        CMY:
        8, 99, 0
        CMYK:
        8, 99, 0, 0
      HSL:
        295°, 100.0000%, 50.3922%
        HSV (HSB):
        295°, 99.2157%, 100.0000%
        XYZ:
        52.0034, 24.7558, 96.6452
        xyY:
        0.2999, 0.1428, 24.7558
      CIE-Lab:
        56.8367, 94.9962, -66.6268
        CIE-LCH:
        56.8367, 116.0319, 324.9556
        CIE-Luv:
        56.8367, 69.3002, -115.2438
        Hunter-Lab:
        49.7552, 99.4937, -80.3370
      #ea02ff color charts
#ea02ff RGB chart
      #ea02ff CMYK chart
      #ea02ff RGB pie chart
      #ea02ff color shades, tints & tones
#ea02ff color schemes
#ea02ff color preview, HTML & CSS examples
           This text has a color of #ea02ff        
        
          <p style="color:#ea02ff;">Text here</p>
        
        
          .mytext {color:#ea02ff;}
        
        Text color #ea02ff
      
           This box has a color of #ea02ff        
        
          <div style="background-color:#ea02ff;">Content here</div>
        
        
          .mybackground {background-color:#ea02ff;}
        
        Background color #ea02ff
      
           Border around this has a color of #ea02ff        
        
          <div style="border:2px solid #ea02ff;">Content here</div>
        
        
          .myborder {border:2px solid #ea02ff;}
        
        Border color #ea02ff