Shades of Melanie #E8B6C0
Tints of Melanie #E8B6C0
RGB
CMYK
RGB Variations
Color information
#E8B6C0 (or 0xE8B6C0) is known color: Melanie. HEX triplet: E8, B6 and C0. RGB value is (232,182,192). Sum of RGB (Red+Green+Blue) = 232+182+192=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B6C0 is #17493F. Grayscale: #C6C6C6. Windows color (decimal): -1526080 or 12629736. OLE color: 12629736.
HSL color Cylindrical-coordinate representation of color #E8B6C0: hue angle of 348º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8B6C0 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 182 | 192 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.09 |
| HSL | 348º | 0.52% | 0.81% | - |
| HSV(B) | 348º | 0.22% | 0.91% | - |
| XYZ | 59.52 | 54.42 | 57.24 | - |
| YUV | 198.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 182 | 192 | 0 | 0.22 | 0.17 | 0.09 | 348 | 0.52 | 0.81 |
| Hex | E8 | B6 | C0 | 0 | 16 | 11 | 9 | 15C | 34 | 51 |
| Octal | 350 | 266 | 300 | 0 | 26 | 21 | 11 | 534 | 64 | 121 |
| Binary | 11101000 | 10110110 | 11000000 | 0 | 10110 | 10001 | 1001 | 101011100 | 110100 | 1010001 |
Color Harmonies of #E8B6C0
Complementary color
Monochromatic Colors of #E8B6C0
Black with #E8B6C0
Text Example
Text Example
White with #E8B6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B6C0; }
p { color: rgb(232,182,192); }
H1.HeaderClassName
{
color: #E8B6C0;
}
.AnyTagClassName
{
color: #E8B6C0;
}
</style>
background-color css
<style>
a { background-color: #E8B6C0; }
a { background-color: rgb(232,182,192); }
div.DivClassName
{
background-color: #E8B6C0;
}
.BgClassName
{
background-color: #E8B6C0;
}
</style>
border-color css
<style>
span { border-color: #E8B6C0; }
span { border-color: rgb(232,182,192); }
td.TdClassName
{
border-color: #E8B6C0;
}
.TagClassName
{
border-color: #E8B6C0;
}
</style>