#ea13ed color space conversions
Hex:
        #ea13ed
        RGB:
        234, 19, 237
        CMY:
        8, 93, 7
        CMYK:
        1, 92, 0, 7
      HSL:
        299°, 85.8268%, 50.1961%
        HSV (HSB):
        299°, 91.9831%, 92.9412%
        XYZ:
        49.4506, 24.0726, 82.1609
        xyY:
        0.3176, 0.1546, 24.0726
      CIE-Lab:
        56.1604, 91.1073, -57.6667
        CIE-LCH:
        56.1604, 107.8239, 327.6681
        CIE-Luv:
        56.1604, 75.3588, -101.1795
        Hunter-Lab:
        49.0638, 94.0455, -64.9407
      #ea13ed color charts
#ea13ed RGB chart
      #ea13ed CMYK chart
      #ea13ed RGB pie chart
      #ea13ed color shades, tints & tones
#ea13ed color schemes
#ea13ed color preview, HTML & CSS examples
           This text has a color of #ea13ed        
        
          <p style="color:#ea13ed;">Text here</p>
        
        
          .mytext {color:#ea13ed;}
        
        Text color #ea13ed
      
           This box has a color of #ea13ed        
        
          <div style="background-color:#ea13ed;">Content here</div>
        
        
          .mybackground {background-color:#ea13ed;}
        
        Background color #ea13ed
      
           Border around this has a color of #ea13ed        
        
          <div style="border:2px solid #ea13ed;">Content here</div>
        
        
          .myborder {border:2px solid #ea13ed;}
        
        Border color #ea13ed