#e123df color space conversions
Hex:
        #e123df
        RGB:
        225, 35, 223
        CMY:
        12, 86, 13
        CMYK:
        0, 84, 1, 12
      HSL:
        301°, 76.0000%, 50.9804%
        HSV (HSB):
        301°, 84.4444%, 88.2353%
        XYZ:
        44.9717, 22.5373, 71.7919
        xyY:
        0.3228, 0.1618, 22.5373
      CIE-Lab:
        54.5925, 85.3378, -52.3632
        CIE-LCH:
        54.5925, 100.1222, 328.4668
        CIE-Luv:
        54.5925, 72.9356, -91.8190
        Hunter-Lab:
        47.4735, 86.0145, -56.4300
      #e123df color charts
#e123df RGB chart
      #e123df CMYK chart
      #e123df RGB pie chart
      #e123df color shades, tints & tones
#e123df color schemes
#e123df color preview, HTML & CSS examples
           This text has a color of #e123df        
        
          <p style="color:#e123df;">Text here</p>
        
        
          .mytext {color:#e123df;}
        
        Text color #e123df
      
           This box has a color of #e123df        
        
          <div style="background-color:#e123df;">Content here</div>
        
        
          .mybackground {background-color:#e123df;}
        
        Background color #e123df
      
           Border around this has a color of #e123df        
        
          <div style="border:2px solid #e123df;">Content here</div>
        
        
          .myborder {border:2px solid #e123df;}
        
        Border color #e123df