#E0AEF2

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

Shades of Mauve #E0AEF2

Tints of Mauve #E0AEF2

Color information

#E0AEF2 (or 0xE0AEF2) is unknown color: approx Mauve. HEX triplet: E0, AE and F2. RGB value is (224,174,242). Sum of RGB (Red+Green+Blue) = 224+174+242=640 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35% from 640); Green value is 174 (68.36% from 255 or 27.19% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #E0AEF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEF2 is #1F510D. Grayscale: #C4C4C4. Windows color (decimal): -2052366 or 15904480. OLE color: 15904480.

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

Color convert

RGB224174242-
CMYK0.070.2800.05
HSL284.12º72.34%81.57%-
HSV(B)284.12º28.1%94.9%-
XYZ61.952.5390.88-
YUV196.7153.56147.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35%
GREEN value IS 174 (68.36% from 255) = 27.19%
BLUE value IS 242 (94.92% from 255) = 37.81%
R=35%
G=27.19%
B=37.81%

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
Decimal2241742420.070.2800.05284.1272.3481.57
HexE0AEF271C0511c4852
Octal34025636273405434110122
Binary11100000101011101111001011111100010110001110010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AEF2; }

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

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

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

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

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

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

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

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