#E0A9FE

Color #E0A9FE Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #E0A9FE

Tints of Mauve #E0A9FE

Color information

#E0A9FE (or 0xE0A9FE) is unknown color: approx 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

RGB224169254-
CMYK0.120.3300.00
HSL278.82º97.7%82.94%-
HSV(B)278.82º33.46%99.61%-
XYZ62.8251.38100.37-
YUV195.13161.22148.59-

RGB Variations

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

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 (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2241692540.120.3300.00278.8297.782.94
HexE0A9FEC21001176253
Octal340251376144100427142123
Binary11100000101010011111111011001000010010001011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>