#E0AAF7

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

Shades of Mauve #E0AAF7

Tints of Mauve #E0AAF7

Color information

#E0AAF7 (or 0xE0AAF7) is unknown color: approx Mauve. HEX triplet: E0, AA and F7. RGB value is (224,170,247). Sum of RGB (Red+Green+Blue) = 224+170+247=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #E0AAF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AAF7 is #1F5508. Grayscale: #C2C2C2. Windows color (decimal): -2053385 or 16231136. OLE color: 16231136.

HSL color Cylindrical-coordinate representation of color #E0AAF7: hue angle of 282.08º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0AAF7 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB224170247-
CMYK0.090.3100.03
HSL282.08º82.8%81.76%-
HSV(B)282.08º31.17%96.86%-
XYZ61.951.3194.64-
YUV194.92157.39148.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.95%
GREEN value IS 170 (66.80% from 255) = 26.52%
BLUE value IS 247 (96.88% from 255) = 38.53%
R=34.95%
G=26.52%
B=38.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2241702470.090.3100.03282.0882.881.76
HexE0AAF791F0311a5352
Octal340252367113703432123122
Binary11100000101010101111011110011111101110001101010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AAF7; }

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

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

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

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

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

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

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

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