#e315be color space conversions
Hex:
        #e315be
        RGB:
        227, 21, 190
        CMY:
        11, 92, 25
        CMYK:
        0, 91, 16, 11
      HSL:
        311°, 83.0645%, 48.6275%
        HSV (HSB):
        311°, 90.7489%, 89.0196%
        XYZ:
        41.2410, 20.5849, 50.5148
        xyY:
        0.3671, 0.1832, 20.5849
      CIE-Lab:
        52.4922, 83.3049, -36.7380
        CIE-LCH:
        52.4922, 91.0461, 336.2022
        CIE-Luv:
        52.4922, 89.4367, -67.5299
        Hunter-Lab:
        45.3706, 82.8543, -34.2530
      #e315be color charts
#e315be RGB chart
      #e315be CMYK chart
      #e315be RGB pie chart
      #e315be color shades, tints & tones
#e315be color schemes
#e315be color preview, HTML & CSS examples
           This text has a color of #e315be        
        
          <p style="color:#e315be;">Text here</p>
        
        
          .mytext {color:#e315be;}
        
        Text color #e315be
      
           This box has a color of #e315be        
        
          <div style="background-color:#e315be;">Content here</div>
        
        
          .mybackground {background-color:#e315be;}
        
        Background color #e315be
      
           Border around this has a color of #e315be        
        
          <div style="border:2px solid #e315be;">Content here</div>
        
        
          .myborder {border:2px solid #e315be;}
        
        Border color #e315be