#e41cff color space conversions
Hex:
        #e41cff
        RGB:
        228, 28, 255
        CMY:
        11, 89, 0
        CMYK:
        11, 89, 0, 0
      HSL:
        293°, 100.0000%, 55.4902%
        HSV (HSB):
        293°, 89.0196%, 100.0000%
        XYZ:
        50.4602, 24.5445, 96.6858
        xyY:
        0.2939, 0.1430, 24.5445
      CIE-Lab:
        56.6289, 91.8063, -67.0121
        CIE-LCH:
        56.6289, 113.6618, 323.8732
        CIE-Luv:
        56.6289, 64.0255, -115.3083
        Hunter-Lab:
        49.5424, 95.1075, -81.0293
      #e41cff color charts
#e41cff RGB chart
      #e41cff CMYK chart
      #e41cff RGB pie chart
      #e41cff color shades, tints & tones
#e41cff color schemes
#e41cff color preview, HTML & CSS examples
           This text has a color of #e41cff        
        
          <p style="color:#e41cff;">Text here</p>
        
        
          .mytext {color:#e41cff;}
        
        Text color #e41cff
      
           This box has a color of #e41cff        
        
          <div style="background-color:#e41cff;">Content here</div>
        
        
          .mybackground {background-color:#e41cff;}
        
        Background color #e41cff
      
           Border around this has a color of #e41cff        
        
          <div style="border:2px solid #e41cff;">Content here</div>
        
        
          .myborder {border:2px solid #e41cff;}
        
        Border color #e41cff