#E1AAF2

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

Shades of Mauve #E1AAF2

Tints of Mauve #E1AAF2

Color information

#E1AAF2 (or 0xE1AAF2) is unknown color: approx Mauve. HEX triplet: E1, AA and F2. RGB value is (225,170,242). Sum of RGB (Red+Green+Blue) = 225+170+242=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1AAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AAF2 is #1E550D. Grayscale: #C2C2C2. Windows color (decimal): -1987854 or 15903457. OLE color: 15903457.

HSL color Cylindrical-coordinate representation of color #E1AAF2: hue angle of 285.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1AAF2 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225170242-
CMYK0.070.3000.05
HSL285.83º73.47%80.78%-
HSV(B)285.83º29.75%94.9%-
XYZ61.4551.1790.64-
YUV194.65154.72149.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.32%
GREEN value IS 170 (66.80% from 255) = 26.69%
BLUE value IS 242 (94.92% from 255) = 37.99%
R=35.32%
G=26.69%
B=37.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2251702420.070.3000.05285.8373.4780.78
HexE1AAF271E0511e4951
Octal34125236273605436111121
Binary11100001101010101111001011111110010110001111010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AAF2; }

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

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

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

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

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

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

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

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