Html Css Color HEX #E596FC Mauve

📋 copy color: '#E596FC'

red 229 ◦ green 150 ◦ blue 252

#E596FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #E596FC

Tints of Mauve #E596FC

RGB

 RED value IS 229 (89.84% from 255) = 36.29%

 GREEN value IS 150 (58.98% from 255) = 23.77%

 BLUE value IS 252 (98.83% from 255) = 39.94%

R = 36.29%
G = 23.77%
B = 39.94%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E596FC (or 0xE596FC) is known color: Mauve. HEX triplet: E5, 96 and FC. RGB value is (229,150,252). Sum of RGB (Red+Green+Blue) = 229+150+252=631 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.29% from 631); Green value is 150 (58.98% from 255 or 23.77% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #E596FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E596FC is #1A6903. Grayscale: #B8B8B8. Windows color (decimal): -1730820 or 16553701. OLE color: 16553701.

HSL color Cylindrical-coordinate representation of color #E596FC: hue angle of 286.47º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E596FC is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 150 252 -
CMYK 0.09 0.40 0 0.01
HSL 286.47º 0.94% 0.79% -
HSV(B) 286.47º 0.4% 0.99% -
XYZ 60.79 45.5 97.67 -
YUV 185.25 165.67 159.21 -
System Red Green Blue C M Y K H S L
Decimal 229 150 252 0.09 0.40 0 0.01 286.47 0.94 0.79
Hex E5 96 FC 9 28 0 1 11E 5E 4F
Octal 345 226 374 11 50 0 1 436 136 117
Binary 11100101 10010110 11111100 1001 101000 0 1 100011110 1011110 1001111

Color Harmonies of #E596FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E596FC

Black with #E596FC

Text Example


Text Example

White with #E596FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E596FC; }

 p { color: rgb(229,150,252); }

 H1.HeaderClassName
 {
   color: #E596FC;
 }
 .AnyTagClassName
 {
   color: #E596FC;
 }
</style>

background-color css

<style>
 a { background-color: #E596FC; }

 a { background-color: rgb(229,150,252); }

 div.DivClassName
 {
   background-color: #E596FC;
 }
 .BgClassName
 {
   background-color: #E596FC;
 }
</style>

border-color css

<style>
 span { border-color: #E596FC; }

 span { border-color: rgb(229,150,252); }

 td.TdClassName
 {
   border-color: #E596FC;
 }
 .TagClassName
 {
   border-color: #E596FC;
 }
</style>