#E0AAC0

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

Shades of Melanie #E0AAC0

Tints of Melanie #E0AAC0

Color information

#E0AAC0 (or 0xE0AAC0) is unknown color: approx Melanie. HEX triplet: E0, AA and C0. RGB value is (224,170,192). Sum of RGB (Red+Green+Blue) = 224+170+192=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AAC0 is #1F553F. Grayscale: #BCBCBC. Windows color (decimal): -2053440 or 12626656. OLE color: 12626656.

HSL color Cylindrical-coordinate representation of color #E0AAC0: hue angle of 335.56º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0AAC0 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB224170192-
CMYK00.240.140.12
HSL335.56º46.55%77.25%-
HSV(B)335.56º24.11%87.84%-
XYZ54.6348.456.33-
YUV188.65129.89153.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.23%
GREEN value IS 170 (66.80% from 255) = 29.01%
BLUE value IS 192 (75.39% from 255) = 32.76%
R=38.23%
G=29.01%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417019200.240.140.12335.5646.5577.25
HexE0AAC0018EC1502f4d
Octal340252300030161452057115
Binary111000001010101011000000011000111011001010100001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AAC0; }

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

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

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

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

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

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

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

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