#E0A9F9

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

Shades of Mauve #E0A9F9

Tints of Mauve #E0A9F9

Color information

#E0A9F9 (or 0xE0A9F9) is unknown color: approx Mauve. HEX triplet: E0, A9 and F9. RGB value is (224,169,249). Sum of RGB (Red+Green+Blue) = 224+169+249=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 169 (66.41% from 255 or 26.32% from 642); Blue value is 249 (97.66% from 255 or 38.79% from 642); Max value from RGB is 249 - color contains mainly: blue. Hex color #E0A9F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A9F9 is #1F5606. Grayscale: #C2C2C2. Windows color (decimal): -2053639 or 16361952. OLE color: 16361952.

HSL color Cylindrical-coordinate representation of color #E0A9F9: hue angle of 281.25º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0A9F9 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224169249-
CMYK0.100.3200.02
HSL281.25º86.96%81.96%-
HSV(B)281.25º32.13%97.65%-
XYZ62.0351.0696.21-
YUV194.56158.72149-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.89%
GREEN value IS 169 (66.41% from 255) = 26.32%
BLUE value IS 249 (97.66% from 255) = 38.79%
R=34.89%
G=26.32%
B=38.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241692490.100.3200.02281.2586.9681.96
HexE0A9F9A20021195752
Octal340251371124002431127122
Binary111000001010100111111001101010000001010001100110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A9F9; }

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

 H1.HeaderClassName
 {
   color: #E0A9F9;
 }
 .AnyTagClassName
 {
   color: #E0A9F9;
 }
</style>
background-color css

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

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

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

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

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

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