Shades of Melanie #E2BAC9
Tints of Melanie #E2BAC9
RGB
CMYK
RGB Variations
Color information
#E2BAC9 (or 0xE2BAC9) is known color: Melanie. HEX triplet: E2, BA and C9. RGB value is (226,186,201). Sum of RGB (Red+Green+Blue) = 226+186+201=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BAC9 is #1D4536. Grayscale: #C7C7C7. Windows color (decimal): -1918263 or 13220578. OLE color: 13220578.
HSL color Cylindrical-coordinate representation of color #E2BAC9: hue angle of 337.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2BAC9 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 186 | 201 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.11 |
| HSL | 337.5º | 0.41% | 0.81% | - |
| HSV(B) | 337.5º | 0.18% | 0.89% | - |
| XYZ | 59.47 | 55.5 | 62.84 | - |
| YUV | 199.67 | 128.75 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 201 | 0 | 0.18 | 0.11 | 0.11 | 337.5 | 0.41 | 0.81 |
| Hex | E2 | BA | C9 | 0 | 12 | B | B | 152 | 29 | 51 |
| Octal | 342 | 272 | 311 | 0 | 22 | 13 | 13 | 522 | 51 | 121 |
| Binary | 11100010 | 10111010 | 11001001 | 0 | 10010 | 1011 | 1011 | 101010010 | 101001 | 1010001 |
Color Harmonies of #E2BAC9
Complementary color
Monochromatic Colors of #E2BAC9
Black with #E2BAC9
Text Example
Text Example
White with #E2BAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BAC9; }
p { color: rgb(226,186,201); }
H1.HeaderClassName
{
color: #E2BAC9;
}
.AnyTagClassName
{
color: #E2BAC9;
}
</style>
background-color css
<style>
a { background-color: #E2BAC9; }
a { background-color: rgb(226,186,201); }
div.DivClassName
{
background-color: #E2BAC9;
}
.BgClassName
{
background-color: #E2BAC9;
}
</style>
border-color css
<style>
span { border-color: #E2BAC9; }
span { border-color: rgb(226,186,201); }
td.TdClassName
{
border-color: #E2BAC9;
}
.TagClassName
{
border-color: #E2BAC9;
}
</style>