Shades of Melanie #E1B0BC
Tints of Melanie #E1B0BC
RGB
CMYK
RGB Variations
Color information
#E1B0BC (or 0xE1B0BC) is known color: Melanie. HEX triplet: E1, B0 and BC. RGB value is (225,176,188). Sum of RGB (Red+Green+Blue) = 225+176+188=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0BC is #1E4F43. Grayscale: #C0C0C0. Windows color (decimal): -1986372 or 12366049. OLE color: 12366049.
HSL color Cylindrical-coordinate representation of color #E1B0BC: hue angle of 345.31º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B0BC is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 176 | 188 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.12 |
| HSL | 345.31º | 0.45% | 0.79% | - |
| HSV(B) | 345.31º | 0.22% | 0.88% | - |
| XYZ | 55.65 | 50.69 | 54.43 | - |
| YUV | 192.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 176 | 188 | 0 | 0.22 | 0.16 | 0.12 | 345.31 | 0.45 | 0.79 |
| Hex | E1 | B0 | BC | 0 | 16 | 10 | C | 159 | 2D | 4F |
| Octal | 341 | 260 | 274 | 0 | 26 | 20 | 14 | 531 | 55 | 117 |
| Binary | 11100001 | 10110000 | 10111100 | 0 | 10110 | 10000 | 1100 | 101011001 | 101101 | 1001111 |
Color Harmonies of #E1B0BC
Complementary color
Monochromatic Colors of #E1B0BC
Black with #E1B0BC
Text Example
Text Example
White with #E1B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B0BC; }
p { color: rgb(225,176,188); }
H1.HeaderClassName
{
color: #E1B0BC;
}
.AnyTagClassName
{
color: #E1B0BC;
}
</style>
background-color css
<style>
a { background-color: #E1B0BC; }
a { background-color: rgb(225,176,188); }
div.DivClassName
{
background-color: #E1B0BC;
}
.BgClassName
{
background-color: #E1B0BC;
}
</style>
border-color css
<style>
span { border-color: #E1B0BC; }
span { border-color: rgb(225,176,188); }
td.TdClassName
{
border-color: #E1B0BC;
}
.TagClassName
{
border-color: #E1B0BC;
}
</style>