Shades of Melanie #E5BAC6
Tints of Melanie #E5BAC6
RGB
CMYK
RGB Variations
Color information
#E5BAC6 (or 0xE5BAC6) is known color: Melanie. HEX triplet: E5, BA and C6. RGB value is (229,186,198). Sum of RGB (Red+Green+Blue) = 229+186+198=613 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.36% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BAC6 is #1A4539. Grayscale: #C8C8C8. Windows color (decimal): -1721658 or 13023973. OLE color: 13023973.
HSL color Cylindrical-coordinate representation of color #E5BAC6: hue angle of 343.26º 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 #E5BAC6 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 198 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.10 |
| HSL | 343.26º | 0.45% | 0.81% | - |
| HSV(B) | 343.26º | 0.19% | 0.9% | - |
| XYZ | 60.07 | 55.85 | 61.04 | - |
| YUV | 200.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 198 | 0 | 0.19 | 0.14 | 0.10 | 343.26 | 0.45 | 0.81 |
| Hex | E5 | BA | C6 | 0 | 13 | E | A | 157 | 2D | 51 |
| Octal | 345 | 272 | 306 | 0 | 23 | 16 | 12 | 527 | 55 | 121 |
| Binary | 11100101 | 10111010 | 11000110 | 0 | 10011 | 1110 | 1010 | 101010111 | 101101 | 1010001 |
Color Harmonies of #E5BAC6
Complementary color
Monochromatic Colors of #E5BAC6
Black with #E5BAC6
Text Example
Text Example
White with #E5BAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BAC6; }
p { color: rgb(229,186,198); }
H1.HeaderClassName
{
color: #E5BAC6;
}
.AnyTagClassName
{
color: #E5BAC6;
}
</style>
background-color css
<style>
a { background-color: #E5BAC6; }
a { background-color: rgb(229,186,198); }
div.DivClassName
{
background-color: #E5BAC6;
}
.BgClassName
{
background-color: #E5BAC6;
}
</style>
border-color css
<style>
span { border-color: #E5BAC6; }
span { border-color: rgb(229,186,198); }
td.TdClassName
{
border-color: #E5BAC6;
}
.TagClassName
{
border-color: #E5BAC6;
}
</style>