#E0ACBB

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

Shades of Melanie #E0ACBB

Tints of Melanie #E0ACBB

Color information

#E0ACBB (or 0xE0ACBB) is unknown color: approx Melanie. HEX triplet: E0, AC and BB. RGB value is (224,172,187). Sum of RGB (Red+Green+Blue) = 224+172+187=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ACBB is #1F5344. Grayscale: #BDBDBD. Windows color (decimal): -2052933 or 12299488. OLE color: 12299488.

HSL color Cylindrical-coordinate representation of color #E0ACBB: hue angle of 342.69º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0ACBB is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB224172187-
CMYK00.230.170.12
HSL342.69º45.61%77.65%-
HSV(B)342.69º23.21%87.84%-
XYZ54.4648.9453.59-
YUV189.26126.73152.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.42%
GREEN value IS 172 (67.58% from 255) = 29.50%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=38.42%
G=29.50%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417218700.230.170.12342.6945.6177.65
HexE0ACBB01711C1572e4e
Octal340254273027211452756116
Binary1110000010101100101110110101111000111001010101111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ACBB; }

 p { color: rgb(224,172,187); }

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

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

 a { background-color: rgb(224,172,187); }

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

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

 span { border-color: rgb(224,172,187); }

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