Shades of Melanie #E5B9C2
Tints of Melanie #E5B9C2
RGB
CMYK
RGB Variations
Color information
#E5B9C2 (or 0xE5B9C2) is known color: Melanie. HEX triplet: E5, B9 and C2. RGB value is (229,185,194). Sum of RGB (Red+Green+Blue) = 229+185+194=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B9C2 is #1A463D. Grayscale: #C7C7C7. Windows color (decimal): -1721918 or 12761573. OLE color: 12761573.
HSL color Cylindrical-coordinate representation of color #E5B9C2: hue angle of 347.73º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5B9C2 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 185 | 194 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.10 |
| HSL | 347.73º | 0.46% | 0.81% | - |
| HSV(B) | 347.73º | 0.19% | 0.9% | - |
| XYZ | 59.4 | 55.25 | 58.57 | - |
| YUV | 199.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 194 | 0 | 0.19 | 0.15 | 0.10 | 347.73 | 0.46 | 0.81 |
| Hex | E5 | B9 | C2 | 0 | 13 | F | A | 15C | 2E | 51 |
| Octal | 345 | 271 | 302 | 0 | 23 | 17 | 12 | 534 | 56 | 121 |
| Binary | 11100101 | 10111001 | 11000010 | 0 | 10011 | 1111 | 1010 | 101011100 | 101110 | 1010001 |
Color Harmonies of #E5B9C2
Complementary color
Monochromatic Colors of #E5B9C2
Black with #E5B9C2
Text Example
Text Example
White with #E5B9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B9C2; }
p { color: rgb(229,185,194); }
H1.HeaderClassName
{
color: #E5B9C2;
}
.AnyTagClassName
{
color: #E5B9C2;
}
</style>
background-color css
<style>
a { background-color: #E5B9C2; }
a { background-color: rgb(229,185,194); }
div.DivClassName
{
background-color: #E5B9C2;
}
.BgClassName
{
background-color: #E5B9C2;
}
</style>
border-color css
<style>
span { border-color: #E5B9C2; }
span { border-color: rgb(229,185,194); }
td.TdClassName
{
border-color: #E5B9C2;
}
.TagClassName
{
border-color: #E5B9C2;
}
</style>