#E5AAFE

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

Shades of Mauve #E5AAFE

Tints of Mauve #E5AAFE

Color information

#E5AAFE (or 0xE5AAFE) is unknown color: approx Mauve. HEX triplet: E5, AA and FE. RGB value is (229,170,254). Sum of RGB (Red+Green+Blue) = 229+170+254=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 170 (66.80% from 255 or 26.03% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AAFE is #1A5501. Grayscale: #C4C4C4. Windows color (decimal): -1725698 or 16689893. OLE color: 16689893.

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

Color convert

RGB229170254-
CMYK0.100.3300.00
HSL282.14º97.67%83.14%-
HSV(B)282.14º33.07%99.61%-
XYZ64.5852.56100.51-
YUV197.22160.05150.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.07%
GREEN value IS 170 (66.80% from 255) = 26.03%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=35.07%
G=26.03%
B=38.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2291702540.100.3300.00282.1497.6783.14
HexE5AAFEA210011a6253
Octal345252376124100432142123
Binary11100101101010101111111010101000010010001101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AAFE; }

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

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

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

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

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

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

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

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