#E3AAF0

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

Shades of Mauve #E3AAF0

Tints of Mauve #E3AAF0

Color information

#E3AAF0 (or 0xE3AAF0) is unknown color: approx Mauve. HEX triplet: E3, AA and F0. RGB value is (227,170,240). Sum of RGB (Red+Green+Blue) = 227+170+240=637 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.64% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #E3AAF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AAF0 is #1C550F. Grayscale: #C2C2C2. Windows color (decimal): -1856784 or 15772387. OLE color: 15772387.

HSL color Cylindrical-coordinate representation of color #E3AAF0: hue angle of 288.86º degrees, saturation: 0.7, 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 #E3AAF0 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB227170240-
CMYK0.050.2900.06
HSL288.86º70%80.39%-
HSV(B)288.86º29.17%94.12%-
XYZ61.7851.3789.1-
YUV195.02153.38150.81-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.64%
GREEN value IS 170 (66.80% from 255) = 26.69%
BLUE value IS 240 (94.14% from 255) = 37.68%
R=35.64%
G=26.69%
B=37.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2271702400.050.2900.06288.867080.39
HexE3AAF051D061214650
Octal34325236053506441106120
Binary11100011101010101111000010111101011010010000110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AAF0; }

 p { color: rgb(227,170,240); }

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

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

 a { background-color: rgb(227,170,240); }

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

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

 span { border-color: rgb(227,170,240); }

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