#e50daf color space conversions
Hex:
        #e50daf
        RGB:
        229, 13, 175
        CMY:
        10, 95, 31
        CMYK:
        0, 94, 24, 10
      HSL:
        315°, 89.2562%, 47.4510%
        HSV (HSB):
        315°, 94.3231%, 89.8039%
        XYZ:
        40.1949, 20.0410, 42.3072
        xyY:
        0.3920, 0.1954, 20.0410
      CIE-Lab:
        51.8835, 82.7005, -28.9018
        CIE-LCH:
        51.8835, 87.6053, 340.7367
        CIE-Luv:
        51.8835, 98.4097, -55.7876
        Hunter-Lab:
        44.7672, 81.9263, -24.6950
      #e50daf color charts
#e50daf RGB chart
      #e50daf CMYK chart
      #e50daf RGB pie chart
      #e50daf color shades, tints & tones
#e50daf color schemes
#e50daf color preview, HTML & CSS examples
           This text has a color of #e50daf        
        
          <p style="color:#e50daf;">Text here</p>
        
        
          .mytext {color:#e50daf;}
        
        Text color #e50daf
      
           This box has a color of #e50daf        
        
          <div style="background-color:#e50daf;">Content here</div>
        
        
          .mybackground {background-color:#e50daf;}
        
        Background color #e50daf
      
           Border around this has a color of #e50daf        
        
          <div style="border:2px solid #e50daf;">Content here</div>
        
        
          .myborder {border:2px solid #e50daf;}
        
        Border color #e50daf