#e305ed color space conversions
Hex:
        #e305ed
        RGB:
        227, 5, 237
        CMY:
        11, 98, 7
        CMYK:
        4, 98, 0, 7
      HSL:
        297°, 95.8678%, 47.4510%
        HSV (HSB):
        297°, 97.8903%, 92.9412%
        XYZ:
        47.0189, 22.5539, 81.9959
        xyY:
        0.3102, 0.1488, 22.5539
      CIE-Lab:
        54.6098, 91.0881, -60.2182
        CIE-LCH:
        54.6098, 109.1937, 326.5314
        CIE-Luv:
        54.6098, 71.0433, -104.2239
        Hunter-Lab:
        47.4909, 93.6168, -69.1241
      #e305ed color charts
#e305ed RGB chart
      #e305ed CMYK chart
      #e305ed RGB pie chart
      #e305ed color shades, tints & tones
#e305ed color schemes
#e305ed color preview, HTML & CSS examples
           This text has a color of #e305ed        
        
          <p style="color:#e305ed;">Text here</p>
        
        
          .mytext {color:#e305ed;}
        
        Text color #e305ed
      
           This box has a color of #e305ed        
        
          <div style="background-color:#e305ed;">Content here</div>
        
        
          .mybackground {background-color:#e305ed;}
        
        Background color #e305ed
      
           Border around this has a color of #e305ed        
        
          <div style="border:2px solid #e305ed;">Content here</div>
        
        
          .myborder {border:2px solid #e305ed;}
        
        Border color #e305ed