Shades of Melanie #E0B9C1
Tints of Melanie #E0B9C1
RGB
CMYK
RGB Variations
Color information
#E0B9C1 (or 0xE0B9C1) is known color: Melanie. HEX triplet: E0, B9 and C1. RGB value is (224,185,193). Sum of RGB (Red+Green+Blue) = 224+185+193=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B9C1 is #1F463E. Grayscale: #C5C5C5. Windows color (decimal): -2049599 or 12696032. OLE color: 12696032.
HSL color Cylindrical-coordinate representation of color #E0B9C1: hue angle of 347.69º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0B9C1 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 185 | 193 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.12 |
| HSL | 347.69º | 0.39% | 0.8% | - |
| HSV(B) | 347.69º | 0.17% | 0.88% | - |
| XYZ | 57.72 | 54.4 | 57.91 | - |
| YUV | 197.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 185 | 193 | 0 | 0.17 | 0.14 | 0.12 | 347.69 | 0.39 | 0.8 |
| Hex | E0 | B9 | C1 | 0 | 11 | E | C | 15C | 27 | 50 |
| Octal | 340 | 271 | 301 | 0 | 21 | 16 | 14 | 534 | 47 | 120 |
| Binary | 11100000 | 10111001 | 11000001 | 0 | 10001 | 1110 | 1100 | 101011100 | 100111 | 1010000 |
Color Harmonies of #E0B9C1
Complementary color
Monochromatic Colors of #E0B9C1
Black with #E0B9C1
Text Example
Text Example
White with #E0B9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B9C1; }
p { color: rgb(224,185,193); }
H1.HeaderClassName
{
color: #E0B9C1;
}
.AnyTagClassName
{
color: #E0B9C1;
}
</style>
background-color css
<style>
a { background-color: #E0B9C1; }
a { background-color: rgb(224,185,193); }
div.DivClassName
{
background-color: #E0B9C1;
}
.BgClassName
{
background-color: #E0B9C1;
}
</style>
border-color css
<style>
span { border-color: #E0B9C1; }
span { border-color: rgb(224,185,193); }
td.TdClassName
{
border-color: #E0B9C1;
}
.TagClassName
{
border-color: #E0B9C1;
}
</style>