Shades of Melanie #E5BAC5
Tints of Melanie #E5BAC5
RGB
CMYK
RGB Variations
Color information
#E5BAC5 (or 0xE5BAC5) is known color: Melanie. HEX triplet: E5, BA and C5. RGB value is (229,186,197). Sum of RGB (Red+Green+Blue) = 229+186+197=612 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.42% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BAC5 is #1A453A. Grayscale: #C8C8C8. Windows color (decimal): -1721659 or 12958437. OLE color: 12958437.
HSL color Cylindrical-coordinate representation of color #E5BAC5: hue angle of 344.65º 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 #E5BAC5 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 197 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.10 |
| HSL | 344.65º | 0.45% | 0.81% | - |
| HSV(B) | 344.65º | 0.19% | 0.9% | - |
| XYZ | 59.95 | 55.81 | 60.44 | - |
| YUV | 200.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 197 | 0 | 0.19 | 0.14 | 0.10 | 344.65 | 0.45 | 0.81 |
| Hex | E5 | BA | C5 | 0 | 13 | E | A | 159 | 2D | 51 |
| Octal | 345 | 272 | 305 | 0 | 23 | 16 | 12 | 531 | 55 | 121 |
| Binary | 11100101 | 10111010 | 11000101 | 0 | 10011 | 1110 | 1010 | 101011001 | 101101 | 1010001 |
Color Harmonies of #E5BAC5
Complementary color
Monochromatic Colors of #E5BAC5
Black with #E5BAC5
Text Example
Text Example
White with #E5BAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BAC5; }
p { color: rgb(229,186,197); }
H1.HeaderClassName
{
color: #E5BAC5;
}
.AnyTagClassName
{
color: #E5BAC5;
}
</style>
background-color css
<style>
a { background-color: #E5BAC5; }
a { background-color: rgb(229,186,197); }
div.DivClassName
{
background-color: #E5BAC5;
}
.BgClassName
{
background-color: #E5BAC5;
}
</style>
border-color css
<style>
span { border-color: #E5BAC5; }
span { border-color: rgb(229,186,197); }
td.TdClassName
{
border-color: #E5BAC5;
}
.TagClassName
{
border-color: #E5BAC5;
}
</style>