#ed1bed color space conversions
Hex:
        #ed1bed
        RGB:
        237, 27, 237
        CMY:
        7, 89, 7
        CMYK:
        0, 89, 0, 7
      HSL:
        300°, 85.3659%, 51.7647%
        HSV (HSB):
        300°, 88.6076%, 92.9412%
        XYZ:
        50.6030, 24.9028, 82.2604
        xyY:
        0.3207, 0.1578, 24.9028
      CIE-Lab:
        56.9806, 90.6719, -56.3260
        CIE-LCH:
        56.9806, 106.7428, 328.1512
        CIE-Luv:
        56.9806, 76.9272, -99.4697
        Hunter-Lab:
        49.9027, 93.6753, -62.8026
      #ed1bed color charts
#ed1bed RGB chart
      #ed1bed CMYK chart
      #ed1bed RGB pie chart
      #ed1bed color shades, tints & tones
#ed1bed color schemes
#ed1bed color preview, HTML & CSS examples
           This text has a color of #ed1bed        
        
          <p style="color:#ed1bed;">Text here</p>
        
        
          .mytext {color:#ed1bed;}
        
        Text color #ed1bed
      
           This box has a color of #ed1bed        
        
          <div style="background-color:#ed1bed;">Content here</div>
        
        
          .mybackground {background-color:#ed1bed;}
        
        Background color #ed1bed
      
           Border around this has a color of #ed1bed        
        
          <div style="border:2px solid #ed1bed;">Content here</div>
        
        
          .myborder {border:2px solid #ed1bed;}
        
        Border color #ed1bed