#e56fed color space conversions
Hex:
        #e56fed
        RGB:
        229, 111, 237
        CMY:
        10, 56, 7
        CMYK:
        3, 53, 0, 7
      HSL:
        296°, 77.7778%, 68.2353%
        HSV (HSB):
        296°, 53.1646%, 92.9412%
        XYZ:
        53.2836, 34.1413, 83.9023
        xyY:
        0.3110, 0.1993, 34.1413
      CIE-Lab:
        65.0746, 62.8169, -43.5748
        CIE-LCH:
        65.0746, 76.4508, 325.2517
        CIE-Luv:
        65.0746, 53.2956, -78.0740
        Hunter-Lab:
        58.4306, 60.5230, -44.2350
      #e56fed color charts
#e56fed RGB chart
      #e56fed CMYK chart
      #e56fed RGB pie chart
      #e56fed color shades, tints & tones
#e56fed color schemes
#e56fed color preview, HTML & CSS examples
           This text has a color of #e56fed        
        
          <p style="color:#e56fed;">Text here</p>
        
        
          .mytext {color:#e56fed;}
        
        Text color #e56fed
      
           This box has a color of #e56fed        
        
          <div style="background-color:#e56fed;">Content here</div>
        
        
          .mybackground {background-color:#e56fed;}
        
        Background color #e56fed
      
           Border around this has a color of #e56fed        
        
          <div style="border:2px solid #e56fed;">Content here</div>
        
        
          .myborder {border:2px solid #e56fed;}
        
        Border color #e56fed