Shades of Melanie #E7BAC1
Tints of Melanie #E7BAC1
RGB
CMYK
RGB Variations
Color information
#E7BAC1 (or 0xE7BAC1) is known color: Melanie. HEX triplet: E7, BA and C1. RGB value is (231,186,193). Sum of RGB (Red+Green+Blue) = 231+186+193=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BAC1 is #18453E. Grayscale: #C8C8C8. Windows color (decimal): -1590591 or 12696295. OLE color: 12696295.
HSL color Cylindrical-coordinate representation of color #E7BAC1: hue angle of 350.67º 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 #E7BAC1 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 193 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.09 |
| HSL | 350.67º | 0.48% | 0.82% | - |
| HSV(B) | 350.67º | 0.19% | 0.91% | - |
| XYZ | 60.14 | 55.96 | 58.08 | - |
| YUV | 200.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 193 | 0 | 0.19 | 0.16 | 0.09 | 350.67 | 0.48 | 0.82 |
| Hex | E7 | BA | C1 | 0 | 13 | 10 | 9 | 15F | 30 | 52 |
| Octal | 347 | 272 | 301 | 0 | 23 | 20 | 11 | 537 | 60 | 122 |
| Binary | 11100111 | 10111010 | 11000001 | 0 | 10011 | 10000 | 1001 | 101011111 | 110000 | 1010010 |
Color Harmonies of #E7BAC1
Complementary color
Monochromatic Colors of #E7BAC1
Black with #E7BAC1
Text Example
Text Example
White with #E7BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BAC1; }
p { color: rgb(231,186,193); }
H1.HeaderClassName
{
color: #E7BAC1;
}
.AnyTagClassName
{
color: #E7BAC1;
}
</style>
background-color css
<style>
a { background-color: #E7BAC1; }
a { background-color: rgb(231,186,193); }
div.DivClassName
{
background-color: #E7BAC1;
}
.BgClassName
{
background-color: #E7BAC1;
}
</style>
border-color css
<style>
span { border-color: #E7BAC1; }
span { border-color: rgb(231,186,193); }
td.TdClassName
{
border-color: #E7BAC1;
}
.TagClassName
{
border-color: #E7BAC1;
}
</style>