#e30fed color space conversions
Hex:
        #e30fed
        RGB:
        227, 15, 237
        CMY:
        11, 94, 7
        CMYK:
        4, 94, 0, 7
      HSL:
        297°, 88.0952%, 49.4118%
        HSV (HSB):
        297°, 93.6709%, 92.9412%
        XYZ:
        47.1354, 22.7870, 82.0348
        xyY:
        0.3102, 0.1500, 22.7870
      CIE-Lab:
        54.8522, 90.3696, -59.8289
        CIE-LCH:
        54.8522, 108.3797, 326.4936
        CIE-Luv:
        54.8522, 70.6345, -103.6773
        Hunter-Lab:
        47.7357, 92.7180, -68.4761
      #e30fed color charts
#e30fed RGB chart
      #e30fed CMYK chart
      #e30fed RGB pie chart
      #e30fed color shades, tints & tones
#e30fed color schemes
#e30fed color preview, HTML & CSS examples
           This text has a color of #e30fed        
        
          <p style="color:#e30fed;">Text here</p>
        
        
          .mytext {color:#e30fed;}
        
        Text color #e30fed
      
           This box has a color of #e30fed        
        
          <div style="background-color:#e30fed;">Content here</div>
        
        
          .mybackground {background-color:#e30fed;}
        
        Background color #e30fed
      
           Border around this has a color of #e30fed        
        
          <div style="border:2px solid #e30fed;">Content here</div>
        
        
          .myborder {border:2px solid #e30fed;}
        
        Border color #e30fed