#ed33be color space conversions
Hex:
        #ed33be
        RGB:
        237, 51, 190
        CMY:
        7, 80, 25
        CMYK:
        0, 78, 20, 7
      HSL:
        315°, 83.7838%, 56.4706%
        HSV (HSB):
        315°, 78.4810%, 92.9412%
        XYZ:
        45.4031, 24.0899, 50.9720
        xyY:
        0.3769, 0.2000, 24.0899
      CIE-Lab:
        56.1777, 79.7475, -30.8494
        CIE-LCH:
        56.1777, 85.5064, 338.8516
        CIE-Luv:
        56.1777, 92.5018, -59.1167
        Hunter-Lab:
        49.0814, 79.2302, -27.2168
      #ed33be color charts
#ed33be RGB chart
      #ed33be CMYK chart
      #ed33be RGB pie chart
      #ed33be color shades, tints & tones
#ed33be color schemes
#ed33be color preview, HTML & CSS examples
           This text has a color of #ed33be        
        
          <p style="color:#ed33be;">Text here</p>
        
        
          .mytext {color:#ed33be;}
        
        Text color #ed33be
      
           This box has a color of #ed33be        
        
          <div style="background-color:#ed33be;">Content here</div>
        
        
          .mybackground {background-color:#ed33be;}
        
        Background color #ed33be
      
           Border around this has a color of #ed33be        
        
          <div style="border:2px solid #ed33be;">Content here</div>
        
        
          .myborder {border:2px solid #ed33be;}
        
        Border color #ed33be