Html Css Color HEX #E596FE Mauve

📋 copy color: '#E596FE'

red 229 ◦ green 150 ◦ blue 254

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

Shades of Mauve #E596FE

Tints of Mauve #E596FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.13%

R = 36.18%
G = 23.7%
B = 40.13%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E596FE (or 0xE596FE) is known color: Mauve. HEX triplet: E5, 96 and FE. RGB value is (229,150,254). Sum of RGB (Red+Green+Blue) = 229+150+254=633 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.18% from 633); Green value is 150 (58.98% from 255 or 23.70% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #E596FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E596FE is #1A6901. Grayscale: #B9B9B9. Windows color (decimal): -1730818 or 16684773. OLE color: 16684773.

HSL color Cylindrical-coordinate representation of color #E596FE: hue angle of 285.58º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E596FE is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 229 150 254 -
CMYK 0.10 0.41 0 0.00
HSL 285.58º 0.98% 0.79% -
HSV(B) 285.58º 0.41% 1% -
XYZ 61.11 45.63 99.35 -
YUV 185.48 166.67 159.04 -
System Red Green Blue C M Y K H S L
Decimal 229 150 254 0.10 0.41 0 0.00 285.58 0.98 0.79
Hex E5 96 FE A 29 0 0 11E 62 4F
Octal 345 226 376 12 51 0 0 436 142 117
Binary 11100101 10010110 11111110 1010 101001 0 0 100011110 1100010 1001111

Color Harmonies of #E596FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E596FE

Black with #E596FE

Text Example


Text Example

White with #E596FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E596FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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