Shades of Melanie #E5B3BD
Tints of Melanie #E5B3BD
RGB
CMYK
RGB Variations
Color information
#E5B3BD (or 0xE5B3BD) is known color: Melanie. HEX triplet: E5, B3 and BD. RGB value is (229,179,189). Sum of RGB (Red+Green+Blue) = 229+179+189=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 179 (70.31% from 255 or 29.98% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B3BD is #1A4C42. Grayscale: #C3C3C3. Windows color (decimal): -1723459 or 12432357. OLE color: 12432357.
HSL color Cylindrical-coordinate representation of color #E5B3BD: hue angle of 348º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5B3BD is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 179 | 189 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.10 |
| HSL | 348º | 0.49% | 0.8% | - |
| HSV(B) | 348º | 0.22% | 0.9% | - |
| XYZ | 57.62 | 52.57 | 55.25 | - |
| YUV | 195.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 179 | 189 | 0 | 0.22 | 0.17 | 0.10 | 348 | 0.49 | 0.8 |
| Hex | E5 | B3 | BD | 0 | 16 | 11 | A | 15C | 31 | 50 |
| Octal | 345 | 263 | 275 | 0 | 26 | 21 | 12 | 534 | 61 | 120 |
| Binary | 11100101 | 10110011 | 10111101 | 0 | 10110 | 10001 | 1010 | 101011100 | 110001 | 1010000 |
Color Harmonies of #E5B3BD
Complementary color
Monochromatic Colors of #E5B3BD
Black with #E5B3BD
Text Example
Text Example
White with #E5B3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B3BD; }
p { color: rgb(229,179,189); }
H1.HeaderClassName
{
color: #E5B3BD;
}
.AnyTagClassName
{
color: #E5B3BD;
}
</style>
background-color css
<style>
a { background-color: #E5B3BD; }
a { background-color: rgb(229,179,189); }
div.DivClassName
{
background-color: #E5B3BD;
}
.BgClassName
{
background-color: #E5B3BD;
}
</style>
border-color css
<style>
span { border-color: #E5B3BD; }
span { border-color: rgb(229,179,189); }
td.TdClassName
{
border-color: #E5B3BD;
}
.TagClassName
{
border-color: #E5B3BD;
}
</style>