#E5AAF7

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

Shades of Mauve #E5AAF7

Tints of Mauve #E5AAF7

Color information

#E5AAF7 (or 0xE5AAF7) is unknown color: approx Mauve. HEX triplet: E5, AA and F7. RGB value is (229,170,247). Sum of RGB (Red+Green+Blue) = 229+170+247=646 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.45% from 646); Green value is 170 (66.80% from 255 or 26.32% from 646); Blue value is 247 (96.88% from 255 or 38.24% from 646); Max value from RGB is 247 - color contains mainly: blue. Hex color #E5AAF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AAF7 is #1A5508. Grayscale: #C4C4C4. Windows color (decimal): -1725705 or 16231141. OLE color: 16231141.

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

Color convert

RGB229170247-
CMYK0.070.3100.03
HSL285.97º82.8%81.76%-
HSV(B)285.97º31.17%96.86%-
XYZ63.4852.1294.71-
YUV196.42156.55151.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.45%
GREEN value IS 170 (66.80% from 255) = 26.32%
BLUE value IS 247 (96.88% from 255) = 38.24%
R=35.45%
G=26.32%
B=38.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2291702470.070.3100.03285.9782.881.76
HexE5AAF771F0311e5352
Octal34525236773703436123122
Binary1110010110101010111101111111111101110001111010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AAF7; }

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

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

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

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

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

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

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

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