Shades of Melanie #E8BAC0
Tints of Melanie #E8BAC0
RGB
CMYK
RGB Variations
Color information
#E8BAC0 (or 0xE8BAC0) is known color: Melanie. HEX triplet: E8, BA and C0. RGB value is (232,186,192). Sum of RGB (Red+Green+Blue) = 232+186+192=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BAC0 is #17453F. Grayscale: #C8C8C8. Windows color (decimal): -1525056 or 12630760. OLE color: 12630760.
HSL color Cylindrical-coordinate representation of color #E8BAC0: hue angle of 352.17º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8BAC0 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 192 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.09 |
| HSL | 352.17º | 0.5% | 0.82% | - |
| HSV(B) | 352.17º | 0.2% | 0.91% | - |
| XYZ | 60.35 | 56.08 | 57.51 | - |
| YUV | 200.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 192 | 0 | 0.20 | 0.17 | 0.09 | 352.17 | 0.5 | 0.82 |
| Hex | E8 | BA | C0 | 0 | 14 | 11 | 9 | 160 | 32 | 52 |
| Octal | 350 | 272 | 300 | 0 | 24 | 21 | 11 | 540 | 62 | 122 |
| Binary | 11101000 | 10111010 | 11000000 | 0 | 10100 | 10001 | 1001 | 101100000 | 110010 | 1010010 |
Color Harmonies of #E8BAC0
Complementary color
Monochromatic Colors of #E8BAC0
Black with #E8BAC0
Text Example
Text Example
White with #E8BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BAC0; }
p { color: rgb(232,186,192); }
H1.HeaderClassName
{
color: #E8BAC0;
}
.AnyTagClassName
{
color: #E8BAC0;
}
</style>
background-color css
<style>
a { background-color: #E8BAC0; }
a { background-color: rgb(232,186,192); }
div.DivClassName
{
background-color: #E8BAC0;
}
.BgClassName
{
background-color: #E8BAC0;
}
</style>
border-color css
<style>
span { border-color: #E8BAC0; }
span { border-color: rgb(232,186,192); }
td.TdClassName
{
border-color: #E8BAC0;
}
.TagClassName
{
border-color: #E8BAC0;
}
</style>