#e050da color space conversions
Hex:
        #e050da
        RGB:
        224, 80, 218
        CMY:
        12, 69, 15
        CMYK:
        0, 64, 3, 12
      HSL:
        303°, 69.9029%, 59.6078%
        HSV (HSB):
        303°, 64.2857%, 87.8431%
        XYZ:
        46.2640, 26.6466, 69.0346
        xyY:
        0.3259, 0.1877, 26.6466
      CIE-Lab:
        58.6458, 71.5641, -43.1172
        CIE-LCH:
        58.6458, 83.5495, 328.9311
        CIE-Luv:
        58.6458, 65.2039, -77.0904
        Hunter-Lab:
        51.6203, 69.6427, -43.1574
      #e050da color charts
#e050da RGB chart
      #e050da CMYK chart
      #e050da RGB pie chart
      #e050da color shades, tints & tones
#e050da color schemes
#e050da color preview, HTML & CSS examples
           This text has a color of #e050da        
        
          <p style="color:#e050da;">Text here</p>
        
        
          .mytext {color:#e050da;}
        
        Text color #e050da
      
           This box has a color of #e050da        
        
          <div style="background-color:#e050da;">Content here</div>
        
        
          .mybackground {background-color:#e050da;}
        
        Background color #e050da
      
           Border around this has a color of #e050da        
        
          <div style="border:2px solid #e050da;">Content here</div>
        
        
          .myborder {border:2px solid #e050da;}
        
        Border color #e050da