#e325cf color space conversions
Hex:
        #e325cf
        RGB:
        227, 37, 207
        CMY:
        11, 85, 19
        CMYK:
        0, 84, 9, 11
      HSL:
        306°, 77.2358%, 51.7647%
        HSV (HSB):
        306°, 83.7004%, 89.0196%
        XYZ:
        43.6026, 22.1590, 61.0105
        xyY:
        0.3439, 0.1748, 22.1590
      CIE-Lab:
        54.1953, 83.0555, -43.8574
        CIE-LCH:
        54.1953, 93.9239, 332.1637
        CIE-Luv:
        54.1953, 80.4258, -78.6156
        Hunter-Lab:
        47.0734, 82.9606, -43.8928
      #e325cf color charts
#e325cf RGB chart
      #e325cf CMYK chart
      #e325cf RGB pie chart
      #e325cf color shades, tints & tones
#e325cf color schemes
#e325cf color preview, HTML & CSS examples
           This text has a color of #e325cf        
        
          <p style="color:#e325cf;">Text here</p>
        
        
          .mytext {color:#e325cf;}
        
        Text color #e325cf
      
           This box has a color of #e325cf        
        
          <div style="background-color:#e325cf;">Content here</div>
        
        
          .mybackground {background-color:#e325cf;}
        
        Background color #e325cf
      
           Border around this has a color of #e325cf        
        
          <div style="border:2px solid #e325cf;">Content here</div>
        
        
          .myborder {border:2px solid #e325cf;}
        
        Border color #e325cf