#e00dea color space conversions
Hex:
        #e00dea
        RGB:
        224, 13, 234
        CMY:
        12, 95, 8
        CMYK:
        4, 94, 0, 8
      HSL:
        297°, 89.4737%, 48.4314%
        HSV (HSB):
        297°, 94.4444%, 91.7647%
        XYZ:
        45.7357, 22.0757, 79.6924
        xyY:
        0.3101, 0.1497, 22.0757
      CIE-Lab:
        54.1072, 89.6239, -59.3646
        CIE-LCH:
        54.1072, 107.5016, 326.4805
        CIE-Luv:
        54.1072, 69.7558, -102.5372
        Hunter-Lab:
        46.9847, 91.5314, -67.6744
      #e00dea color charts
#e00dea RGB chart
      #e00dea CMYK chart
      #e00dea RGB pie chart
      #e00dea color shades, tints & tones
#e00dea color schemes
#e00dea color preview, HTML & CSS examples
           This text has a color of #e00dea        
        
          <p style="color:#e00dea;">Text here</p>
        
        
          .mytext {color:#e00dea;}
        
        Text color #e00dea
      
           This box has a color of #e00dea        
        
          <div style="background-color:#e00dea;">Content here</div>
        
        
          .mybackground {background-color:#e00dea;}
        
        Background color #e00dea
      
           Border around this has a color of #e00dea        
        
          <div style="border:2px solid #e00dea;">Content here</div>
        
        
          .myborder {border:2px solid #e00dea;}
        
        Border color #e00dea