#e255ea color space conversions
Hex:
        #e255ea
        RGB:
        226, 85, 234
        CMY:
        11, 67, 8
        CMYK:
        3, 64, 0, 8
      HSL:
        297°, 78.0105%, 62.5490%
        HSV (HSB):
        297°, 63.6752%, 91.7647%
        XYZ:
        49.4638, 28.6063, 80.7564
        xyY:
        0.3114, 0.1801, 28.6063
      CIE-Lab:
        60.4326, 72.7287, -49.2574
        CIE-LCH:
        60.4326, 87.8394, 325.8911
        CIE-Luv:
        60.4326, 60.2132, -87.3364
        Hunter-Lab:
        53.4848, 71.4819, -52.0823
      #e255ea color charts
#e255ea RGB chart
      #e255ea CMYK chart
      #e255ea RGB pie chart
      #e255ea color shades, tints & tones
#e255ea color schemes
#e255ea color preview, HTML & CSS examples
           This text has a color of #e255ea        
        
          <p style="color:#e255ea;">Text here</p>
        
        
          .mytext {color:#e255ea;}
        
        Text color #e255ea
      
           This box has a color of #e255ea        
        
          <div style="background-color:#e255ea;">Content here</div>
        
        
          .mybackground {background-color:#e255ea;}
        
        Background color #e255ea
      
           Border around this has a color of #e255ea        
        
          <div style="border:2px solid #e255ea;">Content here</div>
        
        
          .myborder {border:2px solid #e255ea;}
        
        Border color #e255ea