Shades of Melanie #E8B1BE
Tints of Melanie #E8B1BE
RGB
CMYK
RGB Variations
Color information
#E8B1BE (or 0xE8B1BE) is known color: Melanie. HEX triplet: E8, B1 and BE. RGB value is (232,177,190). Sum of RGB (Red+Green+Blue) = 232+177+190=599 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.73% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B1BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B1BE is #174E41. Grayscale: #C2C2C2. Windows color (decimal): -1527362 or 12497384. OLE color: 12497384.
HSL color Cylindrical-coordinate representation of color #E8B1BE: hue angle of 345.82º 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 #E8B1BE is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 177 | 190 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.09 |
| HSL | 345.82º | 0.54% | 0.8% | - |
| HSV(B) | 345.82º | 0.24% | 0.91% | - |
| XYZ | 58.3 | 52.32 | 55.74 | - |
| YUV | 194.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 177 | 190 | 0 | 0.24 | 0.18 | 0.09 | 345.82 | 0.54 | 0.8 |
| Hex | E8 | B1 | BE | 0 | 18 | 12 | 9 | 15A | 36 | 50 |
| Octal | 350 | 261 | 276 | 0 | 30 | 22 | 11 | 532 | 66 | 120 |
| Binary | 11101000 | 10110001 | 10111110 | 0 | 11000 | 10010 | 1001 | 101011010 | 110110 | 1010000 |
Color Harmonies of #E8B1BE
Complementary color
Monochromatic Colors of #E8B1BE
Black with #E8B1BE
Text Example
Text Example
White with #E8B1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B1BE; }
p { color: rgb(232,177,190); }
H1.HeaderClassName
{
color: #E8B1BE;
}
.AnyTagClassName
{
color: #E8B1BE;
}
</style>
background-color css
<style>
a { background-color: #E8B1BE; }
a { background-color: rgb(232,177,190); }
div.DivClassName
{
background-color: #E8B1BE;
}
.BgClassName
{
background-color: #E8B1BE;
}
</style>
border-color css
<style>
span { border-color: #E8B1BE; }
span { border-color: rgb(232,177,190); }
td.TdClassName
{
border-color: #E8B1BE;
}
.TagClassName
{
border-color: #E8B1BE;
}
</style>