Shades of Melanie #E8B1BD
Tints of Melanie #E8B1BD
RGB
CMYK
RGB Variations
Color information
#E8B1BD (or 0xE8B1BD) is known color: Melanie. HEX triplet: E8, B1 and BD. RGB value is (232,177,189). Sum of RGB (Red+Green+Blue) = 232+177+189=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 177 (69.53% from 255 or 29.60% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B1BD is #174E42. Grayscale: #C2C2C2. Windows color (decimal): -1527363 or 12431848. OLE color: 12431848.
HSL color Cylindrical-coordinate representation of color #E8B1BD: hue angle of 346.91º 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 #E8B1BD is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 177 | 189 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.09 |
| HSL | 346.91º | 0.54% | 0.8% | - |
| HSV(B) | 346.91º | 0.24% | 0.91% | - |
| XYZ | 58.19 | 52.27 | 55.17 | - |
| YUV | 194.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 177 | 189 | 0 | 0.24 | 0.19 | 0.09 | 346.91 | 0.54 | 0.8 |
| Hex | E8 | B1 | BD | 0 | 18 | 13 | 9 | 15B | 36 | 50 |
| Octal | 350 | 261 | 275 | 0 | 30 | 23 | 11 | 533 | 66 | 120 |
| Binary | 11101000 | 10110001 | 10111101 | 0 | 11000 | 10011 | 1001 | 101011011 | 110110 | 1010000 |
Color Harmonies of #E8B1BD
Complementary color
Monochromatic Colors of #E8B1BD
Black with #E8B1BD
Text Example
Text Example
White with #E8B1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B1BD; }
p { color: rgb(232,177,189); }
H1.HeaderClassName
{
color: #E8B1BD;
}
.AnyTagClassName
{
color: #E8B1BD;
}
</style>
background-color css
<style>
a { background-color: #E8B1BD; }
a { background-color: rgb(232,177,189); }
div.DivClassName
{
background-color: #E8B1BD;
}
.BgClassName
{
background-color: #E8B1BD;
}
</style>
border-color css
<style>
span { border-color: #E8B1BD; }
span { border-color: rgb(232,177,189); }
td.TdClassName
{
border-color: #E8B1BD;
}
.TagClassName
{
border-color: #E8B1BD;
}
</style>