#e00dec color space conversions
Hex:
        #e00dec
        RGB:
        224, 13, 236
        CMY:
        12, 95, 7
        CMYK:
        5, 94, 0, 7
      HSL:
        297°, 89.5582%, 48.8235%
        HSV (HSB):
        297°, 94.4915%, 92.5490%
        XYZ:
        46.0247, 22.1913, 81.2145
        xyY:
        0.3080, 0.1485, 22.1913
      CIE-Lab:
        54.2294, 89.9209, -60.2942
        CIE-LCH:
        54.2294, 108.2643, 326.1572
        CIE-Luv:
        54.2294, 69.0062, -103.9973
        Hunter-Lab:
        47.1076, 91.9584, -69.2418
      #e00dec color charts
#e00dec RGB chart
      #e00dec CMYK chart
      #e00dec RGB pie chart
      #e00dec color shades, tints & tones
#e00dec color schemes
#e00dec color preview, HTML & CSS examples
           This text has a color of #e00dec        
        
          <p style="color:#e00dec;">Text here</p>
        
        
          .mytext {color:#e00dec;}
        
        Text color #e00dec
      
           This box has a color of #e00dec        
        
          <div style="background-color:#e00dec;">Content here</div>
        
        
          .mybackground {background-color:#e00dec;}
        
        Background color #e00dec
      
           Border around this has a color of #e00dec        
        
          <div style="border:2px solid #e00dec;">Content here</div>
        
        
          .myborder {border:2px solid #e00dec;}
        
        Border color #e00dec