Shades of Melanie #E7B9C0
Tints of Melanie #E7B9C0
RGB
CMYK
RGB Variations
Color information
#E7B9C0 (or 0xE7B9C0) is known color: Melanie. HEX triplet: E7, B9 and C0. RGB value is (231,185,192). Sum of RGB (Red+Green+Blue) = 231+185+192=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B9C0 is #18463F. Grayscale: #C7C7C7. Windows color (decimal): -1590848 or 12630503. OLE color: 12630503.
HSL color Cylindrical-coordinate representation of color #E7B9C0: hue angle of 350.87º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7B9C0 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 185 | 192 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.09 |
| HSL | 350.87º | 0.49% | 0.82% | - |
| HSV(B) | 350.87º | 0.2% | 0.91% | - |
| XYZ | 59.82 | 55.49 | 57.43 | - |
| YUV | 199.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 192 | 0 | 0.20 | 0.17 | 0.09 | 350.87 | 0.49 | 0.82 |
| Hex | E7 | B9 | C0 | 0 | 14 | 11 | 9 | 15F | 31 | 52 |
| Octal | 347 | 271 | 300 | 0 | 24 | 21 | 11 | 537 | 61 | 122 |
| Binary | 11100111 | 10111001 | 11000000 | 0 | 10100 | 10001 | 1001 | 101011111 | 110001 | 1010010 |
Color Harmonies of #E7B9C0
Complementary color
Monochromatic Colors of #E7B9C0
Black with #E7B9C0
Text Example
Text Example
White with #E7B9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B9C0; }
p { color: rgb(231,185,192); }
H1.HeaderClassName
{
color: #E7B9C0;
}
.AnyTagClassName
{
color: #E7B9C0;
}
</style>
background-color css
<style>
a { background-color: #E7B9C0; }
a { background-color: rgb(231,185,192); }
div.DivClassName
{
background-color: #E7B9C0;
}
.BgClassName
{
background-color: #E7B9C0;
}
</style>
border-color css
<style>
span { border-color: #E7B9C0; }
span { border-color: rgb(231,185,192); }
td.TdClassName
{
border-color: #E7B9C0;
}
.TagClassName
{
border-color: #E7B9C0;
}
</style>