#e256ff color space conversions
Hex:
        #e256ff
        RGB:
        226, 86, 255
        CMY:
        11, 66, 0
        CMYK:
        11, 66, 0, 0
      HSL:
        290°, 100.0000%, 66.8627%
        HSV (HSB):
        290°, 66.2745%, 100.0000%
        XYZ:
        52.7418, 30.0443, 97.6271
        xyY:
        0.2923, 0.1665, 30.0443
      CIE-Lab:
        61.6925, 75.9930, -58.9036
        CIE-LCH:
        61.6925, 96.1487, 322.2201
        CIE-Luv:
        61.6925, 53.8132, -103.2673
        Hunter-Lab:
        54.8127, 75.8338, -67.2327
      #e256ff color charts
#e256ff RGB chart
      #e256ff CMYK chart
      #e256ff RGB pie chart
      #e256ff color shades, tints & tones
#e256ff color schemes
#e256ff color preview, HTML & CSS examples
           This text has a color of #e256ff        
        
          <p style="color:#e256ff;">Text here</p>
        
        
          .mytext {color:#e256ff;}
        
        Text color #e256ff
      
           This box has a color of #e256ff        
        
          <div style="background-color:#e256ff;">Content here</div>
        
        
          .mybackground {background-color:#e256ff;}
        
        Background color #e256ff
      
           Border around this has a color of #e256ff        
        
          <div style="border:2px solid #e256ff;">Content here</div>
        
        
          .myborder {border:2px solid #e256ff;}
        
        Border color #e256ff