#e234db color space conversions
Hex:
        #e234db
        RGB:
        226, 52, 219
        CMY:
        11, 80, 14
        CMYK:
        0, 77, 3, 11
      HSL:
        302°, 75.0000%, 54.5098%
        HSV (HSB):
        302°, 76.9912%, 88.6275%
        XYZ:
        45.3782, 23.7392, 69.2083
        xyY:
        0.3281, 0.1716, 23.7392
      CIE-Lab:
        55.8257, 81.1929, -48.1233
        CIE-LCH:
        55.8257, 94.3829, 329.3447
        CIE-Luv:
        55.8257, 72.6941, -85.3196
        Hunter-Lab:
        48.7229, 80.9814, -50.1122
      #e234db color charts
#e234db RGB chart
      #e234db CMYK chart
      #e234db RGB pie chart
      #e234db color shades, tints & tones
#e234db color schemes
#e234db color preview, HTML & CSS examples
           This text has a color of #e234db        
        
          <p style="color:#e234db;">Text here</p>
        
        
          .mytext {color:#e234db;}
        
        Text color #e234db
      
           This box has a color of #e234db        
        
          <div style="background-color:#e234db;">Content here</div>
        
        
          .mybackground {background-color:#e234db;}
        
        Background color #e234db
      
           Border around this has a color of #e234db        
        
          <div style="border:2px solid #e234db;">Content here</div>
        
        
          .myborder {border:2px solid #e234db;}
        
        Border color #e234db