Shades of Melanie #E5BAC0
Tints of Melanie #E5BAC0
RGB
CMYK
RGB Variations
Color information
#E5BAC0 (or 0xE5BAC0) is known color: Melanie. HEX triplet: E5, BA and C0. RGB value is (229,186,192). Sum of RGB (Red+Green+Blue) = 229+186+192=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BAC0 is #1A453F. Grayscale: #C7C7C7. Windows color (decimal): -1721664 or 12630757. OLE color: 12630757.
HSL color Cylindrical-coordinate representation of color #E5BAC0: hue angle of 351.63º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5BAC0 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 192 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.10 |
| HSL | 351.63º | 0.45% | 0.81% | - |
| HSV(B) | 351.63º | 0.19% | 0.9% | - |
| XYZ | 59.39 | 55.58 | 57.47 | - |
| YUV | 199.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 192 | 0 | 0.19 | 0.16 | 0.10 | 351.63 | 0.45 | 0.81 |
| Hex | E5 | BA | C0 | 0 | 13 | 10 | A | 160 | 2D | 51 |
| Octal | 345 | 272 | 300 | 0 | 23 | 20 | 12 | 540 | 55 | 121 |
| Binary | 11100101 | 10111010 | 11000000 | 0 | 10011 | 10000 | 1010 | 101100000 | 101101 | 1010001 |
Color Harmonies of #E5BAC0
Complementary color
Monochromatic Colors of #E5BAC0
Black with #E5BAC0
Text Example
Text Example
White with #E5BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BAC0; }
p { color: rgb(229,186,192); }
H1.HeaderClassName
{
color: #E5BAC0;
}
.AnyTagClassName
{
color: #E5BAC0;
}
</style>
background-color css
<style>
a { background-color: #E5BAC0; }
a { background-color: rgb(229,186,192); }
div.DivClassName
{
background-color: #E5BAC0;
}
.BgClassName
{
background-color: #E5BAC0;
}
</style>
border-color css
<style>
span { border-color: #E5BAC0; }
span { border-color: rgb(229,186,192); }
td.TdClassName
{
border-color: #E5BAC0;
}
.TagClassName
{
border-color: #E5BAC0;
}
</style>