Shades of Melanie #E1BAC2
Tints of Melanie #E1BAC2
RGB
CMYK
RGB Variations
Color information
#E1BAC2 (or 0xE1BAC2) is known color: Melanie. HEX triplet: E1, BA and C2. RGB value is (225,186,194). Sum of RGB (Red+Green+Blue) = 225+186+194=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BAC2 is #1E453D. Grayscale: #C6C6C6. Windows color (decimal): -1983806 or 12761825. OLE color: 12761825.
HSL color Cylindrical-coordinate representation of color #E1BAC2: hue angle of 347.69º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1BAC2 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 194 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.12 |
| HSL | 347.69º | 0.39% | 0.81% | - |
| HSV(B) | 347.69º | 0.17% | 0.88% | - |
| XYZ | 58.35 | 55.02 | 58.58 | - |
| YUV | 198.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 194 | 0 | 0.17 | 0.14 | 0.12 | 347.69 | 0.39 | 0.81 |
| Hex | E1 | BA | C2 | 0 | 11 | E | C | 15C | 27 | 51 |
| Octal | 341 | 272 | 302 | 0 | 21 | 16 | 14 | 534 | 47 | 121 |
| Binary | 11100001 | 10111010 | 11000010 | 0 | 10001 | 1110 | 1100 | 101011100 | 100111 | 1010001 |
Color Harmonies of #E1BAC2
Complementary color
Monochromatic Colors of #E1BAC2
Black with #E1BAC2
Text Example
Text Example
White with #E1BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BAC2; }
p { color: rgb(225,186,194); }
H1.HeaderClassName
{
color: #E1BAC2;
}
.AnyTagClassName
{
color: #E1BAC2;
}
</style>
background-color css
<style>
a { background-color: #E1BAC2; }
a { background-color: rgb(225,186,194); }
div.DivClassName
{
background-color: #E1BAC2;
}
.BgClassName
{
background-color: #E1BAC2;
}
</style>
border-color css
<style>
span { border-color: #E1BAC2; }
span { border-color: rgb(225,186,194); }
td.TdClassName
{
border-color: #E1BAC2;
}
.TagClassName
{
border-color: #E1BAC2;
}
</style>