#E0AAF9

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

Shades of Mauve #E0AAF9

Tints of Mauve #E0AAF9

Color information

#E0AAF9 (or 0xE0AAF9) is unknown color: approx Mauve. HEX triplet: E0, AA and F9. RGB value is (224,170,249). Sum of RGB (Red+Green+Blue) = 224+170+249=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 170 (66.80% from 255 or 26.44% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 249 - color contains mainly: blue. Hex color #E0AAF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AAF9 is #1F5506. Grayscale: #C2C2C2. Windows color (decimal): -2053383 or 16362208. OLE color: 16362208.

HSL color Cylindrical-coordinate representation of color #E0AAF9: hue angle of 281.01º 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 #E0AAF9 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224170249-
CMYK0.100.3200.02
HSL281.01º86.81%82.16%-
HSV(B)281.01º31.73%97.65%-
XYZ62.2151.4496.27-
YUV195.15158.39148.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.84%
GREEN value IS 170 (66.80% from 255) = 26.44%
BLUE value IS 249 (97.66% from 255) = 38.72%
R=34.84%
G=26.44%
B=38.72%

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
Decimal2241702490.100.3200.02281.0186.8182.16
HexE0AAF9A20021195752
Octal340252371124002431127122
Binary111000001010101011111001101010000001010001100110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AAF9; }

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

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

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

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

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

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

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

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