#E0AAFE

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

Shades of Mauve #E0AAFE

Tints of Mauve #E0AAFE

Color information

#E0AAFE (or 0xE0AAFE) is unknown color: approx Mauve. HEX triplet: E0, AA and FE. RGB value is (224,170,254). Sum of RGB (Red+Green+Blue) = 224+170+254=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 170 (66.80% from 255 or 26.23% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AAFE is #1F5501. Grayscale: #C3C3C3. Windows color (decimal): -2053378 or 16689888. OLE color: 16689888.

HSL color Cylindrical-coordinate representation of color #E0AAFE: hue angle of 278.57º 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 #E0AAFE is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB224170254-
CMYK0.120.3300.00
HSL278.57º97.67%83.14%-
HSV(B)278.57º33.07%99.61%-
XYZ6351.75100.43-
YUV195.72160.89148.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.57%
GREEN value IS 170 (66.80% from 255) = 26.23%
BLUE value IS 254 (99.61% from 255) = 39.20%
R=34.57%
G=26.23%
B=39.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2241702540.120.3300.00278.5797.6783.14
HexE0AAFEC21001176253
Octal340252376144100427142123
Binary11100000101010101111111011001000010010001011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AAFE; }

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

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

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

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

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

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

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

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