#e365ec color space conversions
Hex:
        #e365ec
        RGB:
        227, 101, 236
        CMY:
        11, 60, 7
        CMYK:
        4, 57, 0, 7
      HSL:
        296°, 78.0347%, 66.0784%
        HSV (HSB):
        296°, 57.2034%, 92.5490%
        XYZ:
        51.4726, 31.6944, 82.7616
        xyY:
        0.3102, 0.1910, 31.6944
      CIE-Lab:
        63.0895, 66.6485, -46.1627
        CIE-LCH:
        63.0895, 81.0741, 325.2924
        CIE-Luv:
        63.0895, 55.5789, -82.3072
        Hunter-Lab:
        56.2978, 64.6799, -47.7520
      #e365ec color charts
#e365ec RGB chart
      #e365ec CMYK chart
      #e365ec RGB pie chart
      #e365ec color shades, tints & tones
#e365ec color schemes
#e365ec color preview, HTML & CSS examples
           This text has a color of #e365ec        
        
          <p style="color:#e365ec;">Text here</p>
        
        
          .mytext {color:#e365ec;}
        
        Text color #e365ec
      
           This box has a color of #e365ec        
        
          <div style="background-color:#e365ec;">Content here</div>
        
        
          .mybackground {background-color:#e365ec;}
        
        Background color #e365ec
      
           Border around this has a color of #e365ec        
        
          <div style="border:2px solid #e365ec;">Content here</div>
        
        
          .myborder {border:2px solid #e365ec;}
        
        Border color #e365ec