Shades of Melanie #E5B0BF
Tints of Melanie #E5B0BF
RGB
CMYK
RGB Variations
Color information
#E5B0BF (or 0xE5B0BF) is known color: Melanie. HEX triplet: E5, B0 and BF. RGB value is (229,176,191). Sum of RGB (Red+Green+Blue) = 229+176+191=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5B0BF is #1A4F40. Grayscale: #C1C1C1. Windows color (decimal): -1724225 or 12562661. OLE color: 12562661.
HSL color Cylindrical-coordinate representation of color #E5B0BF: hue angle of 343.02º 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 #E5B0BF is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 191 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.10 |
| HSL | 343.02º | 0.5% | 0.79% | - |
| HSV(B) | 343.02º | 0.23% | 0.9% | - |
| XYZ | 57.24 | 51.47 | 56.21 | - |
| YUV | 193.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 191 | 0 | 0.23 | 0.17 | 0.10 | 343.02 | 0.5 | 0.79 |
| Hex | E5 | B0 | BF | 0 | 17 | 11 | A | 157 | 32 | 4F |
| Octal | 345 | 260 | 277 | 0 | 27 | 21 | 12 | 527 | 62 | 117 |
| Binary | 11100101 | 10110000 | 10111111 | 0 | 10111 | 10001 | 1010 | 101010111 | 110010 | 1001111 |
Color Harmonies of #E5B0BF
Complementary color
Monochromatic Colors of #E5B0BF
Black with #E5B0BF
Text Example
Text Example
White with #E5B0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B0BF; }
p { color: rgb(229,176,191); }
H1.HeaderClassName
{
color: #E5B0BF;
}
.AnyTagClassName
{
color: #E5B0BF;
}
</style>
background-color css
<style>
a { background-color: #E5B0BF; }
a { background-color: rgb(229,176,191); }
div.DivClassName
{
background-color: #E5B0BF;
}
.BgClassName
{
background-color: #E5B0BF;
}
</style>
border-color css
<style>
span { border-color: #E5B0BF; }
span { border-color: rgb(229,176,191); }
td.TdClassName
{
border-color: #E5B0BF;
}
.TagClassName
{
border-color: #E5B0BF;
}
</style>