Shades of Melanie #E2ABBC
Tints of Melanie #E2ABBC
RGB
CMYK
RGB Variations
Color information
#E2ABBC (or 0xE2ABBC) is known color: Melanie. HEX triplet: E2, AB and BC. RGB value is (226,171,188). Sum of RGB (Red+Green+Blue) = 226+171+188=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ABBC is #1D5443. Grayscale: #BDBDBD. Windows color (decimal): -1922116 or 12364770. OLE color: 12364770.
HSL color Cylindrical-coordinate representation of color #E2ABBC: hue angle of 341.45º degrees, saturation: 0.49, 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 #E2ABBC is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 188 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.11 |
| HSL | 341.45º | 0.49% | 0.78% | - |
| HSV(B) | 341.45º | 0.24% | 0.89% | - |
| XYZ | 55 | 48.93 | 54.12 | - |
| YUV | 189.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 188 | 0 | 0.24 | 0.17 | 0.11 | 341.45 | 0.49 | 0.78 |
| Hex | E2 | AB | BC | 0 | 18 | 11 | B | 155 | 31 | 4E |
| Octal | 342 | 253 | 274 | 0 | 30 | 21 | 13 | 525 | 61 | 116 |
| Binary | 11100010 | 10101011 | 10111100 | 0 | 11000 | 10001 | 1011 | 101010101 | 110001 | 1001110 |
Color Harmonies of #E2ABBC
Complementary color
Monochromatic Colors of #E2ABBC
Black with #E2ABBC
Text Example
Text Example
White with #E2ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ABBC; }
p { color: rgb(226,171,188); }
H1.HeaderClassName
{
color: #E2ABBC;
}
.AnyTagClassName
{
color: #E2ABBC;
}
</style>
background-color css
<style>
a { background-color: #E2ABBC; }
a { background-color: rgb(226,171,188); }
div.DivClassName
{
background-color: #E2ABBC;
}
.BgClassName
{
background-color: #E2ABBC;
}
</style>
border-color css
<style>
span { border-color: #E2ABBC; }
span { border-color: rgb(226,171,188); }
td.TdClassName
{
border-color: #E2ABBC;
}
.TagClassName
{
border-color: #E2ABBC;
}
</style>