#E2AAF7

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

Shades of Mauve #E2AAF7

Tints of Mauve #E2AAF7

Color information

#E2AAF7 (or 0xE2AAF7) is unknown color: approx Mauve. HEX triplet: E2, AA and F7. RGB value is (226,170,247). Sum of RGB (Red+Green+Blue) = 226+170+247=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 170 (66.80% from 255 or 26.44% from 643); Blue value is 247 (96.88% from 255 or 38.41% from 643); Max value from RGB is 247 - color contains mainly: blue. Hex color #E2AAF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AAF7 is #1D5508. Grayscale: #C3C3C3. Windows color (decimal): -1922313 or 16231138. OLE color: 16231138.

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

Color convert

RGB226170247-
CMYK0.090.3100.03
HSL283.64º82.8%81.76%-
HSV(B)283.64º31.17%96.86%-
XYZ62.5351.6394.67-
YUV195.52157.05149.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.15%
GREEN value IS 170 (66.80% from 255) = 26.44%
BLUE value IS 247 (96.88% from 255) = 38.41%
R=35.15%
G=26.44%
B=38.41%

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
Decimal2261702470.090.3100.03283.6482.881.76
HexE2AAF791F0311c5352
Octal342252367113703434123122
Binary11100010101010101111011110011111101110001110010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AAF7; }

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

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

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

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

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

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

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

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