Shades of Melanie #E1B0BB
Tints of Melanie #E1B0BB
RGB
CMYK
RGB Variations
Color information
#E1B0BB (or 0xE1B0BB) is known color: Melanie. HEX triplet: E1, B0 and BB. RGB value is (225,176,187). Sum of RGB (Red+Green+Blue) = 225+176+187=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0BB is #1E4F44. Grayscale: #BFBFBF. Windows color (decimal): -1986373 or 12300513. OLE color: 12300513.
HSL color Cylindrical-coordinate representation of color #E1B0BB: hue angle of 346.53º 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 #E1B0BB is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 176 | 187 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.12 |
| HSL | 346.53º | 0.45% | 0.79% | - |
| HSV(B) | 346.53º | 0.22% | 0.88% | - |
| XYZ | 55.55 | 50.65 | 53.86 | - |
| YUV | 191.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 176 | 187 | 0 | 0.22 | 0.17 | 0.12 | 346.53 | 0.45 | 0.79 |
| Hex | E1 | B0 | BB | 0 | 16 | 11 | C | 15B | 2D | 4F |
| Octal | 341 | 260 | 273 | 0 | 26 | 21 | 14 | 533 | 55 | 117 |
| Binary | 11100001 | 10110000 | 10111011 | 0 | 10110 | 10001 | 1100 | 101011011 | 101101 | 1001111 |
Color Harmonies of #E1B0BB
Complementary color
Monochromatic Colors of #E1B0BB
Black with #E1B0BB
Text Example
Text Example
White with #E1B0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B0BB; }
p { color: rgb(225,176,187); }
H1.HeaderClassName
{
color: #E1B0BB;
}
.AnyTagClassName
{
color: #E1B0BB;
}
</style>
background-color css
<style>
a { background-color: #E1B0BB; }
a { background-color: rgb(225,176,187); }
div.DivClassName
{
background-color: #E1B0BB;
}
.BgClassName
{
background-color: #E1B0BB;
}
</style>
border-color css
<style>
span { border-color: #E1B0BB; }
span { border-color: rgb(225,176,187); }
td.TdClassName
{
border-color: #E1B0BB;
}
.TagClassName
{
border-color: #E1B0BB;
}
</style>