#E5AAF3

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

Shades of Mauve #E5AAF3

Tints of Mauve #E5AAF3

Color information

#E5AAF3 (or 0xE5AAF3) is unknown color: approx Mauve. HEX triplet: E5, AA and F3. RGB value is (229,170,243). Sum of RGB (Red+Green+Blue) = 229+170+243=642 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.67% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5AAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AAF3 is #1A550C. Grayscale: #C3C3C3. Windows color (decimal): -1725709 or 15968997. OLE color: 15968997.

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

Color convert

RGB229170243-
CMYK0.060.3000.05
HSL288.49º75.26%80.98%-
HSV(B)288.49º30.04%95.29%-
XYZ62.8751.8891.49-
YUV195.96154.55151.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.67%
GREEN value IS 170 (66.80% from 255) = 26.48%
BLUE value IS 243 (95.31% from 255) = 37.85%
R=35.67%
G=26.48%
B=37.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2291702430.060.3000.05288.4975.2680.98
HexE5AAF361E051204b51
Octal34525236363605440113121
Binary11100101101010101111001111011110010110010000010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AAF3; }

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

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

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

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

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

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

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

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