#E9AAF8

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

Shades of Mauve #E9AAF8

Tints of Mauve #E9AAF8

Color information

#E9AAF8 (or 0xE9AAF8) is unknown color: approx Mauve. HEX triplet: E9, AA and F8. RGB value is (233,170,248). Sum of RGB (Red+Green+Blue) = 233+170+248=651 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.79% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 248 (97.27% from 255 or 38.10% from 651); Max value from RGB is 248 - color contains mainly: blue. Hex color #E9AAF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AAF8 is #165507. Grayscale: #C5C5C5. Windows color (decimal): -1463560 or 16296681. OLE color: 16296681.

HSL color Cylindrical-coordinate representation of color #E9AAF8: hue angle of 288.46º degrees, saturation: 0.85, 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 #E9AAF8 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB233170248-
CMYK0.060.3100.03
HSL288.46º84.78%81.96%-
HSV(B)288.46º31.45%97.25%-
XYZ64.9252.8595.59-
YUV197.73156.37153.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.79%
GREEN value IS 170 (66.80% from 255) = 26.11%
BLUE value IS 248 (97.27% from 255) = 38.10%
R=35.79%
G=26.11%
B=38.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2331702480.060.3100.03288.4684.7881.96
HexE9AAF861F031205552
Octal35125237063703440125122
Binary1110100110101010111110001101111101110010000010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AAF8; }

 p { color: rgb(233,170,248); }

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

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

 a { background-color: rgb(233,170,248); }

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

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

 span { border-color: rgb(233,170,248); }

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