Html Css Color HEX #E0A9FE Mauve

📋 copy color: '#E0A9FE'

red 224 ◦ green 169 ◦ blue 254

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

Shades of Mauve #E0A9FE

Tints of Mauve #E0A9FE

RGB

 RED value IS 224 (87.89% from 255) = 34.62%

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

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

R = 34.62%
G = 26.12%
B = 39.26%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E0A9FE (or 0xE0A9FE) is known color: Mauve. HEX triplet: E0, A9 and FE. RGB value is (224,169,254). Sum of RGB (Red+Green+Blue) = 224+169+254=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 169 (66.41% from 255 or 26.12% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0A9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A9FE is #1F5601. Grayscale: #C2C2C2. Windows color (decimal): -2053634 or 16689632. OLE color: 16689632.

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

Color convert

RGB 224 169 254 -
CMYK 0.12 0.33 0 0.00
HSL 278.82º 0.98% 0.83% -
HSV(B) 278.82º 0.33% 1% -
XYZ 62.82 51.38 100.37 -
YUV 195.14 161.22 148.59 -
System Red Green Blue C M Y K H S L
Decimal 224 169 254 0.12 0.33 0 0.00 278.82 0.98 0.83
Hex E0 A9 FE C 21 0 0 117 62 53
Octal 340 251 376 14 41 0 0 427 142 123
Binary 11100000 10101001 11111110 1100 100001 0 0 100010111 1100010 1010011

Color Harmonies of #E0A9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A9FE

Black with #E0A9FE

Text Example


Text Example

White with #E0A9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A9FE; }

 p { color: rgb(224,169,254); }

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

background-color css

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

 a { background-color: rgb(224,169,254); }

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

border-color css

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

 span { border-color: rgb(224,169,254); }

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