#ed78be color space conversions
Hex:
        #ed78be
        RGB:
        237, 120, 190
        CMY:
        7, 53, 25
        CMYK:
        0, 49, 20, 7
      HSL:
        324°, 76.4706%, 70.0000%
        HSV (HSB):
        324°, 49.3671%, 92.9412%
        XYZ:
        50.9358, 35.1552, 52.8162
        xyY:
        0.3667, 0.2531, 35.1552
      CIE-Lab:
        65.8693, 53.2449, -15.9905
        CIE-LCH:
        65.8693, 55.5942, 343.2840
        CIE-Luv:
        65.8693, 67.4059, -33.2803
        Hunter-Lab:
        59.2918, 49.5833, -11.3104
      #ed78be color charts
#ed78be RGB chart
      #ed78be CMYK chart
      #ed78be RGB pie chart
      #ed78be color shades, tints & tones
#ed78be color schemes
#ed78be color preview, HTML & CSS examples
           This text has a color of #ed78be        
        
          <p style="color:#ed78be;">Text here</p>
        
        
          .mytext {color:#ed78be;}
        
        Text color #ed78be
      
           This box has a color of #ed78be        
        
          <div style="background-color:#ed78be;">Content here</div>
        
        
          .mybackground {background-color:#ed78be;}
        
        Background color #ed78be
      
           Border around this has a color of #ed78be        
        
          <div style="border:2px solid #ed78be;">Content here</div>
        
        
          .myborder {border:2px solid #ed78be;}
        
        Border color #ed78be