#E0AAF3

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

Shades of Mauve #E0AAF3

Tints of Mauve #E0AAF3

Color information

#E0AAF3 (or 0xE0AAF3) is unknown color: approx Mauve. HEX triplet: E0, AA and F3. RGB value is (224,170,243). Sum of RGB (Red+Green+Blue) = 224+170+243=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0AAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AAF3 is #1F550C. Grayscale: #C2C2C2. Windows color (decimal): -2053389 or 15968992. OLE color: 15968992.

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

Color convert

RGB224170243-
CMYK0.080.3000.05
HSL284.38º75.26%80.98%-
HSV(B)284.38º30.04%95.29%-
XYZ61.2951.0791.42-
YUV194.47155.39149.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.16%
GREEN value IS 170 (66.80% from 255) = 26.69%
BLUE value IS 243 (95.31% from 255) = 38.15%
R=35.16%
G=26.69%
B=38.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241702430.080.3000.05284.3875.2680.98
HexE0AAF381E0511c4b51
Octal340252363103605434113121
Binary111000001010101011110011100011110010110001110010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AAF3; }

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

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

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

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

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

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

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

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