Shades of Melanie #E7B9C2
Tints of Melanie #E7B9C2
RGB
CMYK
RGB Variations
Color information
#E7B9C2 (or 0xE7B9C2) is known color: Melanie. HEX triplet: E7, B9 and C2. RGB value is (231,185,194). Sum of RGB (Red+Green+Blue) = 231+185+194=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B9C2 is #18463D. Grayscale: #C7C7C7. Windows color (decimal): -1590846 or 12761575. OLE color: 12761575.
HSL color Cylindrical-coordinate representation of color #E7B9C2: hue angle of 348.26º 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 #E7B9C2 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 185 | 194 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.09 |
| HSL | 348.26º | 0.49% | 0.82% | - |
| HSV(B) | 348.26º | 0.2% | 0.91% | - |
| XYZ | 60.04 | 55.58 | 58.6 | - |
| YUV | 199.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 194 | 0 | 0.20 | 0.16 | 0.09 | 348.26 | 0.49 | 0.82 |
| Hex | E7 | B9 | C2 | 0 | 14 | 10 | 9 | 15C | 31 | 52 |
| Octal | 347 | 271 | 302 | 0 | 24 | 20 | 11 | 534 | 61 | 122 |
| Binary | 11100111 | 10111001 | 11000010 | 0 | 10100 | 10000 | 1001 | 101011100 | 110001 | 1010010 |
Color Harmonies of #E7B9C2
Complementary color
Monochromatic Colors of #E7B9C2
Black with #E7B9C2
Text Example
Text Example
White with #E7B9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B9C2; }
p { color: rgb(231,185,194); }
H1.HeaderClassName
{
color: #E7B9C2;
}
.AnyTagClassName
{
color: #E7B9C2;
}
</style>
background-color css
<style>
a { background-color: #E7B9C2; }
a { background-color: rgb(231,185,194); }
div.DivClassName
{
background-color: #E7B9C2;
}
.BgClassName
{
background-color: #E7B9C2;
}
</style>
border-color css
<style>
span { border-color: #E7B9C2; }
span { border-color: rgb(231,185,194); }
td.TdClassName
{
border-color: #E7B9C2;
}
.TagClassName
{
border-color: #E7B9C2;
}
</style>