Shades of Melanie #E8B1BC
Tints of Melanie #E8B1BC
RGB
CMYK
RGB Variations
Color information
#E8B1BC (or 0xE8B1BC) is known color: Melanie. HEX triplet: E8, B1 and BC. RGB value is (232,177,188). Sum of RGB (Red+Green+Blue) = 232+177+188=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 177 (69.53% from 255 or 29.65% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B1BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B1BC is #174E43. Grayscale: #C2C2C2. Windows color (decimal): -1527364 or 12366312. OLE color: 12366312.
HSL color Cylindrical-coordinate representation of color #E8B1BC: hue angle of 348º degrees, saturation: 0.54, 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 #E8B1BC is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 177 | 188 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.09 |
| HSL | 348º | 0.54% | 0.8% | - |
| HSV(B) | 348º | 0.24% | 0.91% | - |
| XYZ | 58.08 | 52.23 | 54.6 | - |
| YUV | 194.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 177 | 188 | 0 | 0.24 | 0.19 | 0.09 | 348 | 0.54 | 0.8 |
| Hex | E8 | B1 | BC | 0 | 18 | 13 | 9 | 15C | 36 | 50 |
| Octal | 350 | 261 | 274 | 0 | 30 | 23 | 11 | 534 | 66 | 120 |
| Binary | 11101000 | 10110001 | 10111100 | 0 | 11000 | 10011 | 1001 | 101011100 | 110110 | 1010000 |
Color Harmonies of #E8B1BC
Complementary color
Monochromatic Colors of #E8B1BC
Black with #E8B1BC
Text Example
Text Example
White with #E8B1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B1BC; }
p { color: rgb(232,177,188); }
H1.HeaderClassName
{
color: #E8B1BC;
}
.AnyTagClassName
{
color: #E8B1BC;
}
</style>
background-color css
<style>
a { background-color: #E8B1BC; }
a { background-color: rgb(232,177,188); }
div.DivClassName
{
background-color: #E8B1BC;
}
.BgClassName
{
background-color: #E8B1BC;
}
</style>
border-color css
<style>
span { border-color: #E8B1BC; }
span { border-color: rgb(232,177,188); }
td.TdClassName
{
border-color: #E8B1BC;
}
.TagClassName
{
border-color: #E8B1BC;
}
</style>