#E5AAFF

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

Shades of Mauve #E5AAFF

Tints of Mauve #E5AAFF

Color information

#E5AAFF (or 0xE5AAFF) is unknown color: approx Mauve. HEX triplet: E5, AA and FF. RGB value is (229,170,255). Sum of RGB (Red+Green+Blue) = 229+170+255=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 170 (66.80% from 255 or 25.99% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AAFF is #1A5500. Grayscale: #C5C5C5. Windows color (decimal): -1725697 or 16755429. OLE color: 16755429.

HSL color Cylindrical-coordinate representation of color #E5AAFF: hue angle of 281.65º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5AAFF is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB229170255-
CMYK0.100.3300
HSL281.65º100%83.33%-
HSV(B)281.65º33.33%100%-
XYZ64.7452.63101.35-
YUV197.33160.55150.59-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.02%
GREEN value IS 170 (66.80% from 255) = 25.99%
BLUE value IS 255 (100% from 255) = 38.99%
R=35.02%
G=25.99%
B=38.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2291702550.100.3300281.6510083.33
HexE5AAFFA210011a6453
Octal345252377124100432144123
Binary11100101101010101111111110101000010010001101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AAFF; }

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

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

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

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

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

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

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

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