#e379ed color space conversions
Hex:
        #e379ed
        RGB:
        227, 121, 237
        CMY:
        11, 53, 7
        CMYK:
        4, 49, 0, 7
      HSL:
        295°, 76.3158%, 70.1961%
        HSV (HSB):
        295°, 48.9451%, 92.9412%
        XYZ:
        53.8020, 36.1201, 84.2570
        xyY:
        0.3089, 0.2074, 36.1201
      CIE-Lab:
        66.6116, 57.5247, -41.1829
        CIE-LCH:
        66.6116, 70.7469, 324.4005
        CIE-Luv:
        66.6116, 48.3472, -73.7404
        Hunter-Lab:
        60.1000, 54.6197, -41.0514
      #e379ed color charts
#e379ed RGB chart
      #e379ed CMYK chart
      #e379ed RGB pie chart
      #e379ed color shades, tints & tones
#e379ed color schemes
#e379ed color preview, HTML & CSS examples
           This text has a color of #e379ed        
        
          <p style="color:#e379ed;">Text here</p>
        
        
          .mytext {color:#e379ed;}
        
        Text color #e379ed
      
           This box has a color of #e379ed        
        
          <div style="background-color:#e379ed;">Content here</div>
        
        
          .mybackground {background-color:#e379ed;}
        
        Background color #e379ed
      
           Border around this has a color of #e379ed        
        
          <div style="border:2px solid #e379ed;">Content here</div>
        
        
          .myborder {border:2px solid #e379ed;}
        
        Border color #e379ed