Shades of Melanie #E5B7BF
Tints of Melanie #E5B7BF
RGB
CMYK
RGB Variations
Color information
#E5B7BF (or 0xE5B7BF) is known color: Melanie. HEX triplet: E5, B7 and BF. RGB value is (229,183,191). Sum of RGB (Red+Green+Blue) = 229+183+191=603 (79% of max value = 765). Red value is 229 (89.84% from 255 or 37.98% from 603); Green value is 183 (71.88% from 255 or 30.35% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B7BF is #1A4840. Grayscale: #C5C5C5. Windows color (decimal): -1722433 or 12564453. OLE color: 12564453.
HSL color Cylindrical-coordinate representation of color #E5B7BF: hue angle of 349.57º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5B7BF is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 183 | 191 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.10 |
| HSL | 349.57º | 0.47% | 0.81% | - |
| HSV(B) | 349.57º | 0.2% | 0.9% | - |
| XYZ | 58.65 | 54.29 | 56.68 | - |
| YUV | 197.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 183 | 191 | 0 | 0.20 | 0.17 | 0.10 | 349.57 | 0.47 | 0.81 |
| Hex | E5 | B7 | BF | 0 | 14 | 11 | A | 15E | 2F | 51 |
| Octal | 345 | 267 | 277 | 0 | 24 | 21 | 12 | 536 | 57 | 121 |
| Binary | 11100101 | 10110111 | 10111111 | 0 | 10100 | 10001 | 1010 | 101011110 | 101111 | 1010001 |
Color Harmonies of #E5B7BF
Complementary color
Monochromatic Colors of #E5B7BF
Black with #E5B7BF
Text Example
Text Example
White with #E5B7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B7BF; }
p { color: rgb(229,183,191); }
H1.HeaderClassName
{
color: #E5B7BF;
}
.AnyTagClassName
{
color: #E5B7BF;
}
</style>
background-color css
<style>
a { background-color: #E5B7BF; }
a { background-color: rgb(229,183,191); }
div.DivClassName
{
background-color: #E5B7BF;
}
.BgClassName
{
background-color: #E5B7BF;
}
</style>
border-color css
<style>
span { border-color: #E5B7BF; }
span { border-color: rgb(229,183,191); }
td.TdClassName
{
border-color: #E5B7BF;
}
.TagClassName
{
border-color: #E5B7BF;
}
</style>