#E0AEEC

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

Shades of Mauve #E0AEEC

Tints of Mauve #E0AEEC

Color information

#E0AEEC (or 0xE0AEEC) is unknown color: approx Mauve. HEX triplet: E0, AE and EC. RGB value is (224,174,236). Sum of RGB (Red+Green+Blue) = 224+174+236=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEEC is #1F5113. Grayscale: #C3C3C3. Windows color (decimal): -2052372 or 15511264. OLE color: 15511264.

HSL color Cylindrical-coordinate representation of color #E0AEEC: hue angle of 288.39º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0AEEC is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224174236-
CMYK0.050.2600.07
HSL288.39º62%80.39%-
HSV(B)288.39º26.27%92.55%-
XYZ61.0252.1886.21-
YUV196.02150.56147.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.33%
GREEN value IS 174 (68.36% from 255) = 27.44%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=35.33%
G=27.44%
B=37.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241742360.050.2600.07288.396280.39
HexE0AEEC51A071203e50
Octal3402563545320744076120
Binary1110000010101110111011001011101001111001000001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AEEC; }

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

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

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

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

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

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

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

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