#e211da color space conversions
Hex:
        #e211da
        RGB:
        226, 17, 218
        CMY:
        11, 93, 15
        CMYK:
        0, 92, 4, 11
      HSL:
        302°, 86.0082%, 47.6471%
        HSV (HSB):
        302°, 92.4779%, 88.6275%
        XYZ:
        44.2194, 21.6316, 68.1744
        xyY:
        0.3299, 0.1614, 21.6316
      CIE-Lab:
        53.6339, 87.2851, -51.0416
        CIE-LCH:
        53.6339, 101.1135, 329.6822
        CIE-Luv:
        53.6339, 77.2057, -89.7358
        Hunter-Lab:
        46.5098, 88.3175, -54.3508
      #e211da color charts
#e211da RGB chart
      #e211da CMYK chart
      #e211da RGB pie chart
      #e211da color shades, tints & tones
#e211da color schemes
#e211da color preview, HTML & CSS examples
           This text has a color of #e211da        
        
          <p style="color:#e211da;">Text here</p>
        
        
          .mytext {color:#e211da;}
        
        Text color #e211da
      
           This box has a color of #e211da        
        
          <div style="background-color:#e211da;">Content here</div>
        
        
          .mybackground {background-color:#e211da;}
        
        Background color #e211da
      
           Border around this has a color of #e211da        
        
          <div style="border:2px solid #e211da;">Content here</div>
        
        
          .myborder {border:2px solid #e211da;}
        
        Border color #e211da