#E1AAF7

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

Shades of Mauve #E1AAF7

Tints of Mauve #E1AAF7

Color information

#E1AAF7 (or 0xE1AAF7) is unknown color: approx Mauve. HEX triplet: E1, AA and F7. RGB value is (225,170,247). Sum of RGB (Red+Green+Blue) = 225+170+247=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 247 (96.88% from 255 or 38.47% from 642); Max value from RGB is 247 - color contains mainly: blue. Hex color #E1AAF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AAF7 is #1E5508. Grayscale: #C2C2C2. Windows color (decimal): -1987849 or 16231137. OLE color: 16231137.

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

Color convert

RGB225170247-
CMYK0.090.3100.03
HSL282.86º82.8%81.76%-
HSV(B)282.86º31.17%96.86%-
XYZ62.2151.4794.65-
YUV195.22157.22149.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.05%
GREEN value IS 170 (66.80% from 255) = 26.48%
BLUE value IS 247 (96.88% from 255) = 38.47%
R=35.05%
G=26.48%
B=38.47%

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
Decimal2251702470.090.3100.03282.8682.881.76
HexE1AAF791F0311b5352
Octal341252367113703433123122
Binary11100001101010101111011110011111101110001101110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AAF7; }

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

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

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

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

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

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

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

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