#e78dec color space conversions
Hex:
        #e78dec
        RGB:
        231, 141, 236
        CMY:
        9, 45, 7
        CMYK:
        2, 40, 0, 7
      HSL:
        297°, 71.4286%, 73.9216%
        HSV (HSB):
        297°, 40.2542%, 92.5490%
        XYZ:
        57.6202, 42.0948, 84.4451
        xyY:
        0.3129, 0.2286, 42.0948
      CIE-Lab:
        70.9362, 48.4454, -33.8631
        CIE-LCH:
        70.9362, 59.1072, 325.0467
        CIE-Luv:
        70.9362, 43.0967, -61.1563
        Hunter-Lab:
        64.8805, 44.9844, -31.7524
      #e78dec color charts
#e78dec RGB chart
      #e78dec CMYK chart
      #e78dec RGB pie chart
      #e78dec color shades, tints & tones
#e78dec color schemes
#e78dec color preview, HTML & CSS examples
           This text has a color of #e78dec        
        
          <p style="color:#e78dec;">Text here</p>
        
        
          .mytext {color:#e78dec;}
        
        Text color #e78dec
      
           This box has a color of #e78dec        
        
          <div style="background-color:#e78dec;">Content here</div>
        
        
          .mybackground {background-color:#e78dec;}
        
        Background color #e78dec
      
           Border around this has a color of #e78dec        
        
          <div style="border:2px solid #e78dec;">Content here</div>
        
        
          .myborder {border:2px solid #e78dec;}
        
        Border color #e78dec