Shades of Melanie #E0B5BE
Tints of Melanie #E0B5BE
RGB
CMYK
RGB Variations
Color information
#E0B5BE (or 0xE0B5BE) is known color: Melanie. HEX triplet: E0, B5 and BE. RGB value is (224,181,190). Sum of RGB (Red+Green+Blue) = 224+181+190=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B5BE is #1F4A41. Grayscale: #C2C2C2. Windows color (decimal): -2050626 or 12498400. OLE color: 12498400.
HSL color Cylindrical-coordinate representation of color #E0B5BE: hue angle of 347.44º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E0B5BE is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 181 | 190 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.12 |
| HSL | 347.44º | 0.41% | 0.79% | - |
| HSV(B) | 347.44º | 0.19% | 0.88% | - |
| XYZ | 56.56 | 52.61 | 55.89 | - |
| YUV | 194.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 181 | 190 | 0 | 0.19 | 0.15 | 0.12 | 347.44 | 0.41 | 0.79 |
| Hex | E0 | B5 | BE | 0 | 13 | F | C | 15B | 29 | 4F |
| Octal | 340 | 265 | 276 | 0 | 23 | 17 | 14 | 533 | 51 | 117 |
| Binary | 11100000 | 10110101 | 10111110 | 0 | 10011 | 1111 | 1100 | 101011011 | 101001 | 1001111 |
Color Harmonies of #E0B5BE
Complementary color
Monochromatic Colors of #E0B5BE
Black with #E0B5BE
Text Example
Text Example
White with #E0B5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B5BE; }
p { color: rgb(224,181,190); }
H1.HeaderClassName
{
color: #E0B5BE;
}
.AnyTagClassName
{
color: #E0B5BE;
}
</style>
background-color css
<style>
a { background-color: #E0B5BE; }
a { background-color: rgb(224,181,190); }
div.DivClassName
{
background-color: #E0B5BE;
}
.BgClassName
{
background-color: #E0B5BE;
}
</style>
border-color css
<style>
span { border-color: #E0B5BE; }
span { border-color: rgb(224,181,190); }
td.TdClassName
{
border-color: #E0B5BE;
}
.TagClassName
{
border-color: #E0B5BE;
}
</style>