#e41daa color space conversions
Hex:
        #e41daa
        RGB:
        228, 29, 170
        CMY:
        11, 89, 33
        CMYK:
        0, 87, 25, 11
      HSL:
        317°, 78.6561%, 50.3922%
        HSV (HSB):
        317°, 87.2807%, 89.4118%
        XYZ:
        39.6900, 20.2750, 39.8518
        xyY:
        0.3976, 0.2031, 20.2750
      CIE-Lab:
        52.1467, 79.9880, -25.5682
        CIE-LCH:
        52.1467, 83.9751, 342.2735
        CIE-Luv:
        52.1467, 98.1475, -50.5291
        Hunter-Lab:
        45.0278, 78.5413, -20.9551
      #e41daa color charts
#e41daa RGB chart
      #e41daa CMYK chart
      #e41daa RGB pie chart
      #e41daa color shades, tints & tones
#e41daa color schemes
#e41daa color preview, HTML & CSS examples
           This text has a color of #e41daa        
        
          <p style="color:#e41daa;">Text here</p>
        
        
          .mytext {color:#e41daa;}
        
        Text color #e41daa
      
           This box has a color of #e41daa        
        
          <div style="background-color:#e41daa;">Content here</div>
        
        
          .mybackground {background-color:#e41daa;}
        
        Background color #e41daa
      
           Border around this has a color of #e41daa        
        
          <div style="border:2px solid #e41daa;">Content here</div>
        
        
          .myborder {border:2px solid #e41daa;}
        
        Border color #e41daa