#e80dec color space conversions
Hex:
        #e80dec
        RGB:
        232, 13, 236
        CMY:
        9, 95, 7
        CMYK:
        2, 94, 0, 7
      HSL:
        299°, 89.5582%, 48.8235%
        HSV (HSB):
        299°, 94.4915%, 92.5490%
        XYZ:
        48.5630, 23.4998, 81.3332
        xyY:
        0.3166, 0.1532, 23.4998
      CIE-Lab:
        55.5834, 91.1735, -58.0480
        CIE-LCH:
        55.5834, 108.0841, 327.5161
        CIE-Luv:
        55.5834, 74.6416, -101.4961
        Hunter-Lab:
        48.4766, 93.9841, -65.5422
      #e80dec color charts
#e80dec RGB chart
      #e80dec CMYK chart
      #e80dec RGB pie chart
      #e80dec color shades, tints & tones
#e80dec color schemes
#e80dec color preview, HTML & CSS examples
           This text has a color of #e80dec        
        
          <p style="color:#e80dec;">Text here</p>
        
        
          .mytext {color:#e80dec;}
        
        Text color #e80dec
      
           This box has a color of #e80dec        
        
          <div style="background-color:#e80dec;">Content here</div>
        
        
          .mybackground {background-color:#e80dec;}
        
        Background color #e80dec
      
           Border around this has a color of #e80dec        
        
          <div style="border:2px solid #e80dec;">Content here</div>
        
        
          .myborder {border:2px solid #e80dec;}
        
        Border color #e80dec