Shades of Melanie #E5B0BE
Tints of Melanie #E5B0BE
RGB
CMYK
RGB Variations
Color information
#E5B0BE (or 0xE5B0BE) is known color: Melanie. HEX triplet: E5, B0 and BE. RGB value is (229,176,190). Sum of RGB (Red+Green+Blue) = 229+176+190=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5B0BE is #1A4F41. Grayscale: #C1C1C1. Windows color (decimal): -1724226 or 12497125. OLE color: 12497125.
HSL color Cylindrical-coordinate representation of color #E5B0BE: hue angle of 344.15º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5B0BE is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 190 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.10 |
| HSL | 344.15º | 0.5% | 0.79% | - |
| HSV(B) | 344.15º | 0.23% | 0.9% | - |
| XYZ | 57.13 | 51.43 | 55.63 | - |
| YUV | 193.44 | 126.06 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 190 | 0 | 0.23 | 0.17 | 0.10 | 344.15 | 0.5 | 0.79 |
| Hex | E5 | B0 | BE | 0 | 17 | 11 | A | 158 | 32 | 4F |
| Octal | 345 | 260 | 276 | 0 | 27 | 21 | 12 | 530 | 62 | 117 |
| Binary | 11100101 | 10110000 | 10111110 | 0 | 10111 | 10001 | 1010 | 101011000 | 110010 | 1001111 |
Color Harmonies of #E5B0BE
Complementary color
Monochromatic Colors of #E5B0BE
Black with #E5B0BE
Text Example
Text Example
White with #E5B0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B0BE; }
p { color: rgb(229,176,190); }
H1.HeaderClassName
{
color: #E5B0BE;
}
.AnyTagClassName
{
color: #E5B0BE;
}
</style>
background-color css
<style>
a { background-color: #E5B0BE; }
a { background-color: rgb(229,176,190); }
div.DivClassName
{
background-color: #E5B0BE;
}
.BgClassName
{
background-color: #E5B0BE;
}
</style>
border-color css
<style>
span { border-color: #E5B0BE; }
span { border-color: rgb(229,176,190); }
td.TdClassName
{
border-color: #E5B0BE;
}
.TagClassName
{
border-color: #E5B0BE;
}
</style>