#e255ce color space conversions
Hex:
        #e255ce
        RGB:
        226, 85, 206
        CMY:
        11, 67, 19
        CMYK:
        0, 62, 9, 11
      HSL:
        309°, 70.8543%, 60.9804%
        HSV (HSB):
        309°, 62.3894%, 88.6275%
        XYZ:
        45.7531, 27.1220, 61.2161
        xyY:
        0.3412, 0.2023, 27.1220
      CIE-Lab:
        59.0871, 68.2087, -35.6084
        CIE-LCH:
        59.0871, 76.9440, 332.4331
        CIE-Luv:
        59.0871, 68.9867, -65.0409
        Hunter-Lab:
        52.0788, 65.6810, -33.2375
      #e255ce color charts
#e255ce RGB chart
      #e255ce CMYK chart
      #e255ce RGB pie chart
      #e255ce color shades, tints & tones
#e255ce color schemes
#e255ce color preview, HTML & CSS examples
           This text has a color of #e255ce        
        
          <p style="color:#e255ce;">Text here</p>
        
        
          .mytext {color:#e255ce;}
        
        Text color #e255ce
      
           This box has a color of #e255ce        
        
          <div style="background-color:#e255ce;">Content here</div>
        
        
          .mybackground {background-color:#e255ce;}
        
        Background color #e255ce
      
           Border around this has a color of #e255ce        
        
          <div style="border:2px solid #e255ce;">Content here</div>
        
        
          .myborder {border:2px solid #e255ce;}
        
        Border color #e255ce