Shades of Melanie #E2BCC0
Tints of Melanie #E2BCC0
RGB
CMYK
RGB Variations
Color information
#E2BCC0 (or 0xE2BCC0) is known color: Melanie. HEX triplet: E2, BC and C0. RGB value is (226,188,192). Sum of RGB (Red+Green+Blue) = 226+188+192=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCC0 is #1D433F. Grayscale: #C7C7C7. Windows color (decimal): -1917760 or 12631266. OLE color: 12631266.
HSL color Cylindrical-coordinate representation of color #E2BCC0: hue angle of 353.68º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BCC0 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 192 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.11 |
| HSL | 353.68º | 0.4% | 0.81% | - |
| HSV(B) | 353.68º | 0.17% | 0.89% | - |
| XYZ | 58.86 | 55.94 | 57.56 | - |
| YUV | 199.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 192 | 0 | 0.17 | 0.15 | 0.11 | 353.68 | 0.4 | 0.81 |
| Hex | E2 | BC | C0 | 0 | 11 | F | B | 162 | 28 | 51 |
| Octal | 342 | 274 | 300 | 0 | 21 | 17 | 13 | 542 | 50 | 121 |
| Binary | 11100010 | 10111100 | 11000000 | 0 | 10001 | 1111 | 1011 | 101100010 | 101000 | 1010001 |
Color Harmonies of #E2BCC0
Complementary color
Monochromatic Colors of #E2BCC0
Black with #E2BCC0
Text Example
Text Example
White with #E2BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCC0; }
p { color: rgb(226,188,192); }
H1.HeaderClassName
{
color: #E2BCC0;
}
.AnyTagClassName
{
color: #E2BCC0;
}
</style>
background-color css
<style>
a { background-color: #E2BCC0; }
a { background-color: rgb(226,188,192); }
div.DivClassName
{
background-color: #E2BCC0;
}
.BgClassName
{
background-color: #E2BCC0;
}
</style>
border-color css
<style>
span { border-color: #E2BCC0; }
span { border-color: rgb(226,188,192); }
td.TdClassName
{
border-color: #E2BCC0;
}
.TagClassName
{
border-color: #E2BCC0;
}
</style>