Shades of Melanie #E0B0BB
Tints of Melanie #E0B0BB
RGB
CMYK
RGB Variations
Color information
#E0B0BB (or 0xE0B0BB) is known color: Melanie. HEX triplet: E0, B0 and BB. RGB value is (224,176,187). Sum of RGB (Red+Green+Blue) = 224+176+187=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B0BB is #1F4F44. Grayscale: #BFBFBF. Windows color (decimal): -2051909 or 12300512. OLE color: 12300512.
HSL color Cylindrical-coordinate representation of color #E0B0BB: hue angle of 346.25º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0B0BB is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 176 | 187 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.12 |
| HSL | 346.25º | 0.44% | 0.78% | - |
| HSV(B) | 346.25º | 0.21% | 0.88% | - |
| XYZ | 55.24 | 50.49 | 53.85 | - |
| YUV | 191.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 176 | 187 | 0 | 0.21 | 0.17 | 0.12 | 346.25 | 0.44 | 0.78 |
| Hex | E0 | B0 | BB | 0 | 15 | 11 | C | 15A | 2C | 4E |
| Octal | 340 | 260 | 273 | 0 | 25 | 21 | 14 | 532 | 54 | 116 |
| Binary | 11100000 | 10110000 | 10111011 | 0 | 10101 | 10001 | 1100 | 101011010 | 101100 | 1001110 |
Color Harmonies of #E0B0BB
Complementary color
Monochromatic Colors of #E0B0BB
Black with #E0B0BB
Text Example
Text Example
White with #E0B0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B0BB; }
p { color: rgb(224,176,187); }
H1.HeaderClassName
{
color: #E0B0BB;
}
.AnyTagClassName
{
color: #E0B0BB;
}
</style>
background-color css
<style>
a { background-color: #E0B0BB; }
a { background-color: rgb(224,176,187); }
div.DivClassName
{
background-color: #E0B0BB;
}
.BgClassName
{
background-color: #E0B0BB;
}
</style>
border-color css
<style>
span { border-color: #E0B0BB; }
span { border-color: rgb(224,176,187); }
td.TdClassName
{
border-color: #E0B0BB;
}
.TagClassName
{
border-color: #E0B0BB;
}
</style>