Shades of Melanie #E5B1BD
Tints of Melanie #E5B1BD
RGB
CMYK
RGB Variations
Color information
#E5B1BD (or 0xE5B1BD) is known color: Melanie. HEX triplet: E5, B1 and BD. RGB value is (229,177,189). Sum of RGB (Red+Green+Blue) = 229+177+189=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5B1BD is #1A4E42. Grayscale: #C1C1C1. Windows color (decimal): -1723971 or 12431845. OLE color: 12431845.
HSL color Cylindrical-coordinate representation of color #E5B1BD: hue angle of 346.15º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5B1BD is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 177 | 189 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.10 |
| HSL | 346.15º | 0.5% | 0.8% | - |
| HSV(B) | 346.15º | 0.23% | 0.9% | - |
| XYZ | 57.22 | 51.78 | 55.12 | - |
| YUV | 193.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 189 | 0 | 0.23 | 0.17 | 0.10 | 346.15 | 0.5 | 0.8 |
| Hex | E5 | B1 | BD | 0 | 17 | 11 | A | 15A | 32 | 50 |
| Octal | 345 | 261 | 275 | 0 | 27 | 21 | 12 | 532 | 62 | 120 |
| Binary | 11100101 | 10110001 | 10111101 | 0 | 10111 | 10001 | 1010 | 101011010 | 110010 | 1010000 |
Color Harmonies of #E5B1BD
Complementary color
Monochromatic Colors of #E5B1BD
Black with #E5B1BD
Text Example
Text Example
White with #E5B1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B1BD; }
p { color: rgb(229,177,189); }
H1.HeaderClassName
{
color: #E5B1BD;
}
.AnyTagClassName
{
color: #E5B1BD;
}
</style>
background-color css
<style>
a { background-color: #E5B1BD; }
a { background-color: rgb(229,177,189); }
div.DivClassName
{
background-color: #E5B1BD;
}
.BgClassName
{
background-color: #E5B1BD;
}
</style>
border-color css
<style>
span { border-color: #E5B1BD; }
span { border-color: rgb(229,177,189); }
td.TdClassName
{
border-color: #E5B1BD;
}
.TagClassName
{
border-color: #E5B1BD;
}
</style>