#e402be color space conversions
Hex:
        #e402be
        RGB:
        228, 2, 190
        CMY:
        11, 99, 25
        CMYK:
        0, 99, 17, 11
      HSL:
        310°, 98.2609%, 45.0980%
        HSV (HSB):
        310°, 99.1228%, 89.4118%
        XYZ:
        41.3109, 20.2551, 50.4475
        xyY:
        0.3688, 0.1808, 20.2551
      CIE-Lab:
        52.1244, 85.1039, -37.3033
        CIE-LCH:
        52.1244, 92.9205, 336.3309
        CIE-Luv:
        52.1244, 91.4719, -68.5474
        Hunter-Lab:
        45.0057, 85.0859, -34.9550
      #e402be color charts
#e402be RGB chart
      #e402be CMYK chart
      #e402be RGB pie chart
      #e402be color shades, tints & tones
#e402be color schemes
#e402be color preview, HTML & CSS examples
           This text has a color of #e402be        
        
          <p style="color:#e402be;">Text here</p>
        
        
          .mytext {color:#e402be;}
        
        Text color #e402be
      
           This box has a color of #e402be        
        
          <div style="background-color:#e402be;">Content here</div>
        
        
          .mybackground {background-color:#e402be;}
        
        Background color #e402be
      
           Border around this has a color of #e402be        
        
          <div style="border:2px solid #e402be;">Content here</div>
        
        
          .myborder {border:2px solid #e402be;}
        
        Border color #e402be