#ed10be color space conversions
Hex:
        #ed10be
        RGB:
        237, 16, 190
        CMY:
        7, 94, 25
        CMYK:
        0, 93, 20, 7
      HSL:
        313°, 87.3518%, 49.6078%
        HSV (HSB):
        313°, 93.2489%, 92.9412%
        XYZ:
        44.4046, 22.0928, 50.6392
        xyY:
        0.3791, 0.1886, 22.0928
      CIE-Lab:
        54.1253, 85.7071, -34.0492
        CIE-LCH:
        54.1253, 92.2229, 338.3334
        CIE-Luv:
        54.1253, 97.6222, -64.4175
        Hunter-Lab:
        47.0030, 86.3771, -30.9746
      #ed10be color charts
#ed10be RGB chart
      #ed10be CMYK chart
      #ed10be RGB pie chart
      #ed10be color shades, tints & tones
#ed10be color schemes
#ed10be color preview, HTML & CSS examples
           This text has a color of #ed10be        
        
          <p style="color:#ed10be;">Text here</p>
        
        
          .mytext {color:#ed10be;}
        
        Text color #ed10be
      
           This box has a color of #ed10be        
        
          <div style="background-color:#ed10be;">Content here</div>
        
        
          .mybackground {background-color:#ed10be;}
        
        Background color #ed10be
      
           Border around this has a color of #ed10be        
        
          <div style="border:2px solid #ed10be;">Content here</div>
        
        
          .myborder {border:2px solid #ed10be;}
        
        Border color #ed10be