Shades of Melanie #E7BAC2
Tints of Melanie #E7BAC2
RGB
CMYK
RGB Variations
Color information
#E7BAC2 (or 0xE7BAC2) is known color: Melanie. HEX triplet: E7, BA and C2. RGB value is (231,186,194). Sum of RGB (Red+Green+Blue) = 231+186+194=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BAC2 is #18453D. Grayscale: #C8C8C8. Windows color (decimal): -1590590 or 12761831. OLE color: 12761831.
HSL color Cylindrical-coordinate representation of color #E7BAC2: hue angle of 349.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BAC2 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 194 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.09 |
| HSL | 349.33º | 0.48% | 0.82% | - |
| HSV(B) | 349.33º | 0.19% | 0.91% | - |
| XYZ | 60.25 | 56 | 58.67 | - |
| YUV | 200.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 194 | 0 | 0.19 | 0.16 | 0.09 | 349.33 | 0.48 | 0.82 |
| Hex | E7 | BA | C2 | 0 | 13 | 10 | 9 | 15D | 30 | 52 |
| Octal | 347 | 272 | 302 | 0 | 23 | 20 | 11 | 535 | 60 | 122 |
| Binary | 11100111 | 10111010 | 11000010 | 0 | 10011 | 10000 | 1001 | 101011101 | 110000 | 1010010 |
Color Harmonies of #E7BAC2
Complementary color
Monochromatic Colors of #E7BAC2
Black with #E7BAC2
Text Example
Text Example
White with #E7BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BAC2; }
p { color: rgb(231,186,194); }
H1.HeaderClassName
{
color: #E7BAC2;
}
.AnyTagClassName
{
color: #E7BAC2;
}
</style>
background-color css
<style>
a { background-color: #E7BAC2; }
a { background-color: rgb(231,186,194); }
div.DivClassName
{
background-color: #E7BAC2;
}
.BgClassName
{
background-color: #E7BAC2;
}
</style>
border-color css
<style>
span { border-color: #E7BAC2; }
span { border-color: rgb(231,186,194); }
td.TdClassName
{
border-color: #E7BAC2;
}
.TagClassName
{
border-color: #E7BAC2;
}
</style>