#e212be color space conversions
Hex:
        #e212be
        RGB:
        226, 18, 190
        CMY:
        11, 93, 25
        CMYK:
        0, 92, 16, 11
      HSL:
        310°, 85.2459%, 47.8431%
        HSV (HSB):
        310°, 92.0354%, 88.6275%
        XYZ:
        40.8746, 20.3191, 50.4828
        xyY:
        0.3660, 0.1819, 20.3191
      CIE-Lab:
        52.1961, 83.4571, -37.2159
        CIE-LCH:
        52.1961, 91.3790, 335.9665
        CIE-Luv:
        52.1961, 88.9296, -68.1712
        Hunter-Lab:
        45.0767, 82.9759, -34.8471
      #e212be color charts
#e212be RGB chart
      #e212be CMYK chart
      #e212be RGB pie chart
      #e212be color shades, tints & tones
#e212be color schemes
#e212be color preview, HTML & CSS examples
           This text has a color of #e212be        
        
          <p style="color:#e212be;">Text here</p>
        
        
          .mytext {color:#e212be;}
        
        Text color #e212be
      
           This box has a color of #e212be        
        
          <div style="background-color:#e212be;">Content here</div>
        
        
          .mybackground {background-color:#e212be;}
        
        Background color #e212be
      
           Border around this has a color of #e212be        
        
          <div style="border:2px solid #e212be;">Content here</div>
        
        
          .myborder {border:2px solid #e212be;}
        
        Border color #e212be