Shades of Melanie #E2ACBC
Tints of Melanie #E2ACBC
RGB
CMYK
RGB Variations
Color information
#E2ACBC (or 0xE2ACBC) is known color: Melanie. HEX triplet: E2, AC and BC. RGB value is (226,172,188). Sum of RGB (Red+Green+Blue) = 226+172+188=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACBC is #1D5343. Grayscale: #BDBDBD. Windows color (decimal): -1921860 or 12365026. OLE color: 12365026.
HSL color Cylindrical-coordinate representation of color #E2ACBC: hue angle of 342.22º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ACBC is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 172 | 188 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.11 |
| HSL | 342.22º | 0.48% | 0.78% | - |
| HSV(B) | 342.22º | 0.24% | 0.89% | - |
| XYZ | 55.19 | 49.3 | 54.18 | - |
| YUV | 189.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 188 | 0 | 0.24 | 0.17 | 0.11 | 342.22 | 0.48 | 0.78 |
| Hex | E2 | AC | BC | 0 | 18 | 11 | B | 156 | 30 | 4E |
| Octal | 342 | 254 | 274 | 0 | 30 | 21 | 13 | 526 | 60 | 116 |
| Binary | 11100010 | 10101100 | 10111100 | 0 | 11000 | 10001 | 1011 | 101010110 | 110000 | 1001110 |
Color Harmonies of #E2ACBC
Complementary color
Monochromatic Colors of #E2ACBC
Black with #E2ACBC
Text Example
Text Example
White with #E2ACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ACBC; }
p { color: rgb(226,172,188); }
H1.HeaderClassName
{
color: #E2ACBC;
}
.AnyTagClassName
{
color: #E2ACBC;
}
</style>
background-color css
<style>
a { background-color: #E2ACBC; }
a { background-color: rgb(226,172,188); }
div.DivClassName
{
background-color: #E2ACBC;
}
.BgClassName
{
background-color: #E2ACBC;
}
</style>
border-color css
<style>
span { border-color: #E2ACBC; }
span { border-color: rgb(226,172,188); }
td.TdClassName
{
border-color: #E2ACBC;
}
.TagClassName
{
border-color: #E2ACBC;
}
</style>