Shades of Melanie #E8B0BC
Tints of Melanie #E8B0BC
RGB
CMYK
RGB Variations
Color information
#E8B0BC (or 0xE8B0BC) is known color: Melanie. HEX triplet: E8, B0 and BC. RGB value is (232,176,188). Sum of RGB (Red+Green+Blue) = 232+176+188=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B0BC is #174F43. Grayscale: #C2C2C2. Windows color (decimal): -1527620 or 12366056. OLE color: 12366056.
HSL color Cylindrical-coordinate representation of color #E8B0BC: hue angle of 347.14º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8B0BC is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 176 | 188 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.09 |
| HSL | 347.14º | 0.55% | 0.8% | - |
| HSV(B) | 347.14º | 0.24% | 0.91% | - |
| XYZ | 57.88 | 51.84 | 54.53 | - |
| YUV | 194.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 176 | 188 | 0 | 0.24 | 0.19 | 0.09 | 347.14 | 0.55 | 0.8 |
| Hex | E8 | B0 | BC | 0 | 18 | 13 | 9 | 15B | 37 | 50 |
| Octal | 350 | 260 | 274 | 0 | 30 | 23 | 11 | 533 | 67 | 120 |
| Binary | 11101000 | 10110000 | 10111100 | 0 | 11000 | 10011 | 1001 | 101011011 | 110111 | 1010000 |
Color Harmonies of #E8B0BC
Complementary color
Monochromatic Colors of #E8B0BC
Black with #E8B0BC
Text Example
Text Example
White with #E8B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B0BC; }
p { color: rgb(232,176,188); }
H1.HeaderClassName
{
color: #E8B0BC;
}
.AnyTagClassName
{
color: #E8B0BC;
}
</style>
background-color css
<style>
a { background-color: #E8B0BC; }
a { background-color: rgb(232,176,188); }
div.DivClassName
{
background-color: #E8B0BC;
}
.BgClassName
{
background-color: #E8B0BC;
}
</style>
border-color css
<style>
span { border-color: #E8B0BC; }
span { border-color: rgb(232,176,188); }
td.TdClassName
{
border-color: #E8B0BC;
}
.TagClassName
{
border-color: #E8B0BC;
}
</style>