#E5AAF8

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

Shades of Mauve #E5AAF8

Tints of Mauve #E5AAF8

Color information

#E5AAF8 (or 0xE5AAF8) is unknown color: approx Mauve. HEX triplet: E5, AA and F8. RGB value is (229,170,248). Sum of RGB (Red+Green+Blue) = 229+170+248=647 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.39% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 248 (97.27% from 255 or 38.33% from 647); Max value from RGB is 248 - color contains mainly: blue. Hex color #E5AAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AAF8 is #1A5507. Grayscale: #C4C4C4. Windows color (decimal): -1725704 or 16296677. OLE color: 16296677.

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

Color convert

RGB229170248-
CMYK0.080.3100.03
HSL285.38º84.78%81.96%-
HSV(B)285.38º31.45%97.25%-
XYZ63.6352.1895.53-
YUV196.53157.05151.16-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.39%
GREEN value IS 170 (66.80% from 255) = 26.28%
BLUE value IS 248 (97.27% from 255) = 38.33%
R=35.39%
G=26.28%
B=38.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2291702480.080.3100.03285.3884.7881.96
HexE5AAF881F0311d5552
Octal345252370103703435125122
Binary11100101101010101111100010001111101110001110110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AAF8; }

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

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

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

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

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

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

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

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