Shades of Melanie #E8BAC1
Tints of Melanie #E8BAC1
RGB
CMYK
RGB Variations
Color information
#E8BAC1 (or 0xE8BAC1) is known color: Melanie. HEX triplet: E8, BA and C1. RGB value is (232,186,193). Sum of RGB (Red+Green+Blue) = 232+186+193=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BAC1 is #17453E. Grayscale: #C8C8C8. Windows color (decimal): -1525055 or 12696296. OLE color: 12696296.
HSL color Cylindrical-coordinate representation of color #E8BAC1: hue angle of 350.87º degrees, saturation: 0.5, 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 #E8BAC1 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 193 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.09 |
| HSL | 350.87º | 0.5% | 0.82% | - |
| HSV(B) | 350.87º | 0.2% | 0.91% | - |
| XYZ | 60.46 | 56.12 | 58.1 | - |
| YUV | 200.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 193 | 0 | 0.20 | 0.17 | 0.09 | 350.87 | 0.5 | 0.82 |
| Hex | E8 | BA | C1 | 0 | 14 | 11 | 9 | 15F | 32 | 52 |
| Octal | 350 | 272 | 301 | 0 | 24 | 21 | 11 | 537 | 62 | 122 |
| Binary | 11101000 | 10111010 | 11000001 | 0 | 10100 | 10001 | 1001 | 101011111 | 110010 | 1010010 |
Color Harmonies of #E8BAC1
Complementary color
Monochromatic Colors of #E8BAC1
Black with #E8BAC1
Text Example
Text Example
White with #E8BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BAC1; }
p { color: rgb(232,186,193); }
H1.HeaderClassName
{
color: #E8BAC1;
}
.AnyTagClassName
{
color: #E8BAC1;
}
</style>
background-color css
<style>
a { background-color: #E8BAC1; }
a { background-color: rgb(232,186,193); }
div.DivClassName
{
background-color: #E8BAC1;
}
.BgClassName
{
background-color: #E8BAC1;
}
</style>
border-color css
<style>
span { border-color: #E8BAC1; }
span { border-color: rgb(232,186,193); }
td.TdClassName
{
border-color: #E8BAC1;
}
.TagClassName
{
border-color: #E8BAC1;
}
</style>