Shades of Melanie #E1B2BC
Tints of Melanie #E1B2BC
RGB
CMYK
RGB Variations
Color information
#E1B2BC (or 0xE1B2BC) is known color: Melanie. HEX triplet: E1, B2 and BC. RGB value is (225,178,188). Sum of RGB (Red+Green+Blue) = 225+178+188=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B2BC is #1E4D43. Grayscale: #C1C1C1. Windows color (decimal): -1985860 or 12366561. OLE color: 12366561.
HSL color Cylindrical-coordinate representation of color #E1B2BC: hue angle of 347.23º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1B2BC is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 178 | 188 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.12 |
| HSL | 347.23º | 0.44% | 0.79% | - |
| HSV(B) | 347.23º | 0.21% | 0.88% | - |
| XYZ | 56.05 | 51.48 | 54.56 | - |
| YUV | 193.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 188 | 0 | 0.21 | 0.16 | 0.12 | 347.23 | 0.44 | 0.79 |
| Hex | E1 | B2 | BC | 0 | 15 | 10 | C | 15B | 2C | 4F |
| Octal | 341 | 262 | 274 | 0 | 25 | 20 | 14 | 533 | 54 | 117 |
| Binary | 11100001 | 10110010 | 10111100 | 0 | 10101 | 10000 | 1100 | 101011011 | 101100 | 1001111 |
Color Harmonies of #E1B2BC
Complementary color
Monochromatic Colors of #E1B2BC
Black with #E1B2BC
Text Example
Text Example
White with #E1B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B2BC; }
p { color: rgb(225,178,188); }
H1.HeaderClassName
{
color: #E1B2BC;
}
.AnyTagClassName
{
color: #E1B2BC;
}
</style>
background-color css
<style>
a { background-color: #E1B2BC; }
a { background-color: rgb(225,178,188); }
div.DivClassName
{
background-color: #E1B2BC;
}
.BgClassName
{
background-color: #E1B2BC;
}
</style>
border-color css
<style>
span { border-color: #E1B2BC; }
span { border-color: rgb(225,178,188); }
td.TdClassName
{
border-color: #E1B2BC;
}
.TagClassName
{
border-color: #E1B2BC;
}
</style>