#E0AAEF

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

Shades of Mauve #E0AAEF

Tints of Mauve #E0AAEF

Color information

#E0AAEF (or 0xE0AAEF) is unknown color: approx Mauve. HEX triplet: E0, AA and EF. RGB value is (224,170,239). Sum of RGB (Red+Green+Blue) = 224+170+239=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0AAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AAEF is #1F5510. Grayscale: #C1C1C1. Windows color (decimal): -2053393 or 15706848. OLE color: 15706848.

HSL color Cylindrical-coordinate representation of color #E0AAEF: hue angle of 286.96º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0AAEF is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224170239-
CMYK0.060.2900.06
HSL286.96º68.32%80.2%-
HSV(B)286.96º28.87%93.73%-
XYZ60.750.8388.27-
YUV194.01153.39149.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.39%
GREEN value IS 170 (66.80% from 255) = 26.86%
BLUE value IS 239 (93.75% from 255) = 37.76%
R=35.39%
G=26.86%
B=37.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2241702390.060.2900.06286.9668.3280.2
HexE0AAEF61D0611f4450
Octal34025235763506437104120
Binary11100000101010101110111111011101011010001111110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AAEF; }

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

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

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

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

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

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

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

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