#ed25be color space conversions
Hex:
        #ed25be
        RGB:
        237, 37, 190
        CMY:
        7, 85, 25
        CMYK:
        0, 84, 20, 7
      HSL:
        314°, 84.7458%, 53.7255%
        HSV (HSB):
        314°, 84.3882%, 92.9412%
        XYZ:
        44.8809, 23.0454, 50.7979
        xyY:
        0.3780, 0.1941, 23.0454
      CIE-Lab:
        55.1190, 82.8062, -32.4977
        CIE-LCH:
        55.1190, 88.9548, 338.5722
        CIE-Luv:
        55.1190, 95.1588, -61.8648
        Hunter-Lab:
        48.0056, 82.8716, -29.1348
      #ed25be color charts
#ed25be RGB chart
      #ed25be CMYK chart
      #ed25be RGB pie chart
      #ed25be color shades, tints & tones
#ed25be color schemes
#ed25be color preview, HTML & CSS examples
           This text has a color of #ed25be        
        
          <p style="color:#ed25be;">Text here</p>
        
        
          .mytext {color:#ed25be;}
        
        Text color #ed25be
      
           This box has a color of #ed25be        
        
          <div style="background-color:#ed25be;">Content here</div>
        
        
          .mybackground {background-color:#ed25be;}
        
        Background color #ed25be
      
           Border around this has a color of #ed25be        
        
          <div style="border:2px solid #ed25be;">Content here</div>
        
        
          .myborder {border:2px solid #ed25be;}
        
        Border color #ed25be