#E5AAC0

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

Shades of Melanie #E5AAC0

Tints of Melanie #E5AAC0

Color information

#E5AAC0 (or 0xE5AAC0) is unknown color: approx Melanie. HEX triplet: E5, AA and C0. RGB value is (229,170,192). Sum of RGB (Red+Green+Blue) = 229+170+192=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AAC0 is #1A553F. Grayscale: #BEBEBE. Windows color (decimal): -1725760 or 12626661. OLE color: 12626661.

HSL color Cylindrical-coordinate representation of color #E5AAC0: hue angle of 337.63º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5AAC0 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB229170192-
CMYK00.260.160.10
HSL337.63º53.15%78.24%-
HSV(B)337.63º25.76%89.8%-
XYZ56.249.2156.41-
YUV190.15129.05155.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.75%
GREEN value IS 170 (66.80% from 255) = 28.76%
BLUE value IS 192 (75.39% from 255) = 32.49%
R=38.75%
G=28.76%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917019200.260.160.10337.6353.1578.24
HexE5AAC001A10A152354e
Octal345252300032201252265116
Binary1110010110101010110000000110101000010101010100101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AAC0; }

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

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

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

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

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

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

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

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