Shades of Melanie #E7B3C0
Tints of Melanie #E7B3C0
RGB
CMYK
RGB Variations
Color information
#E7B3C0 (or 0xE7B3C0) is known color: Melanie. HEX triplet: E7, B3 and C0. RGB value is (231,179,192). Sum of RGB (Red+Green+Blue) = 231+179+192=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B3C0 is #184C3F. Grayscale: #C4C4C4. Windows color (decimal): -1592384 or 12628967. OLE color: 12628967.
HSL color Cylindrical-coordinate representation of color #E7B3C0: hue angle of 345º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7B3C0 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 179 | 192 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.09 |
| HSL | 345º | 0.52% | 0.8% | - |
| HSV(B) | 345º | 0.23% | 0.91% | - |
| XYZ | 58.59 | 53.03 | 57.02 | - |
| YUV | 196.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 179 | 192 | 0 | 0.23 | 0.17 | 0.09 | 345 | 0.52 | 0.8 |
| Hex | E7 | B3 | C0 | 0 | 17 | 11 | 9 | 159 | 34 | 50 |
| Octal | 347 | 263 | 300 | 0 | 27 | 21 | 11 | 531 | 64 | 120 |
| Binary | 11100111 | 10110011 | 11000000 | 0 | 10111 | 10001 | 1001 | 101011001 | 110100 | 1010000 |
Color Harmonies of #E7B3C0
Complementary color
Monochromatic Colors of #E7B3C0
Black with #E7B3C0
Text Example
Text Example
White with #E7B3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B3C0; }
p { color: rgb(231,179,192); }
H1.HeaderClassName
{
color: #E7B3C0;
}
.AnyTagClassName
{
color: #E7B3C0;
}
</style>
background-color css
<style>
a { background-color: #E7B3C0; }
a { background-color: rgb(231,179,192); }
div.DivClassName
{
background-color: #E7B3C0;
}
.BgClassName
{
background-color: #E7B3C0;
}
</style>
border-color css
<style>
span { border-color: #E7B3C0; }
span { border-color: rgb(231,179,192); }
td.TdClassName
{
border-color: #E7B3C0;
}
.TagClassName
{
border-color: #E7B3C0;
}
</style>