Html Css Color HEX #E5A9FC Mauve

📋 copy color: '#E5A9FC'

red 229 ◦ green 169 ◦ blue 252

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

Shades of Mauve #E5A9FC

Tints of Mauve #E5A9FC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26%

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

R = 35.23%
G = 26%
B = 38.77%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E5A9FC (or 0xE5A9FC) is known color: Mauve. HEX triplet: E5, A9 and FC. RGB value is (229,169,252). Sum of RGB (Red+Green+Blue) = 229+169+252=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 169 (66.41% from 255 or 26% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5A9FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A9FC is #1A5603. Grayscale: #C4C4C4. Windows color (decimal): -1725956 or 16558565. OLE color: 16558565.

HSL color Cylindrical-coordinate representation of color #E5A9FC: hue angle of 283.37º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5A9FC is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 169 252 -
CMYK 0.09 0.33 0 0.01
HSL 283.37º 0.93% 0.83% -
HSV(B) 283.37º 0.33% 0.99% -
XYZ 64.07 52.06 98.77 -
YUV 196.4 159.38 151.25 -
System Red Green Blue C M Y K H S L
Decimal 229 169 252 0.09 0.33 0 0.01 283.37 0.93 0.83
Hex E5 A9 FC 9 21 0 1 11B 5D 53
Octal 345 251 374 11 41 0 1 433 135 123
Binary 11100101 10101001 11111100 1001 100001 0 1 100011011 1011101 1010011

Color Harmonies of #E5A9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A9FC

Black with #E5A9FC

Text Example


Text Example

White with #E5A9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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