#E5AAF2

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

Shades of Mauve #E5AAF2

Tints of Mauve #E5AAF2

Color information

#E5AAF2 (or 0xE5AAF2) is unknown color: approx Mauve. HEX triplet: E5, AA and F2. RGB value is (229,170,242). Sum of RGB (Red+Green+Blue) = 229+170+242=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5AAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AAF2 is #1A550D. Grayscale: #C3C3C3. Windows color (decimal): -1725710 or 15903461. OLE color: 15903461.

HSL color Cylindrical-coordinate representation of color #E5AAF2: hue angle of 289.17º 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 #E5AAF2 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229170242-
CMYK0.050.3000.05
HSL289.17º73.47%80.78%-
HSV(B)289.17º29.75%94.9%-
XYZ62.7151.8290.7-
YUV195.85154.05151.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.73%
GREEN value IS 170 (66.80% from 255) = 26.52%
BLUE value IS 242 (94.92% from 255) = 37.75%
R=35.73%
G=26.52%
B=37.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2291702420.050.3000.05289.1773.4780.78
HexE5AAF251E051214951
Octal34525236253605441111121
Binary11100101101010101111001010111110010110010000110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AAF2; }

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

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

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

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

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

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

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

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