#E0AEF1

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

Shades of Mauve #E0AEF1

Tints of Mauve #E0AEF1

Color information

#E0AEF1 (or 0xE0AEF1) is unknown color: approx Mauve. HEX triplet: E0, AE and F1. RGB value is (224,174,241). Sum of RGB (Red+Green+Blue) = 224+174+241=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0AEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEF1 is #1F510E. Grayscale: #C4C4C4. Windows color (decimal): -2052367 or 15838944. OLE color: 15838944.

HSL color Cylindrical-coordinate representation of color #E0AEF1: hue angle of 284.78º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0AEF1 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224174241-
CMYK0.070.2800.05
HSL284.78º70.53%81.37%-
HSV(B)284.78º27.8%94.51%-
XYZ61.7552.4790.09-
YUV196.59153.06147.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.05%
GREEN value IS 174 (68.36% from 255) = 27.23%
BLUE value IS 241 (94.53% from 255) = 37.72%
R=35.05%
G=27.23%
B=37.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241742410.070.2800.05284.7870.5381.37
HexE0AEF171C0511d4751
Octal34025636173405435107121
Binary11100000101011101111000111111100010110001110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AEF1; }

 p { color: rgb(224,174,241); }

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

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

 a { background-color: rgb(224,174,241); }

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

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

 span { border-color: rgb(224,174,241); }

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