Shades of Melanie #E2ABC0
Tints of Melanie #E2ABC0
RGB
CMYK
RGB Variations
Color information
#E2ABC0 (or 0xE2ABC0) is known color: Melanie. HEX triplet: E2, AB and C0. RGB value is (226,171,192). Sum of RGB (Red+Green+Blue) = 226+171+192=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ABC0 is #1D543F. Grayscale: #BDBDBD. Windows color (decimal): -1922112 or 12626914. OLE color: 12626914.
HSL color Cylindrical-coordinate representation of color #E2ABC0: hue angle of 337.09º 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 #E2ABC0 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 192 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.11 |
| HSL | 337.09º | 0.49% | 0.78% | - |
| HSV(B) | 337.09º | 0.24% | 0.89% | - |
| XYZ | 55.44 | 49.1 | 56.42 | - |
| YUV | 189.84 | 129.22 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 192 | 0 | 0.24 | 0.15 | 0.11 | 337.09 | 0.49 | 0.78 |
| Hex | E2 | AB | C0 | 0 | 18 | F | B | 151 | 31 | 4E |
| Octal | 342 | 253 | 300 | 0 | 30 | 17 | 13 | 521 | 61 | 116 |
| Binary | 11100010 | 10101011 | 11000000 | 0 | 11000 | 1111 | 1011 | 101010001 | 110001 | 1001110 |
Color Harmonies of #E2ABC0
Complementary color
Monochromatic Colors of #E2ABC0
Black with #E2ABC0
Text Example
Text Example
White with #E2ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ABC0; }
p { color: rgb(226,171,192); }
H1.HeaderClassName
{
color: #E2ABC0;
}
.AnyTagClassName
{
color: #E2ABC0;
}
</style>
background-color css
<style>
a { background-color: #E2ABC0; }
a { background-color: rgb(226,171,192); }
div.DivClassName
{
background-color: #E2ABC0;
}
.BgClassName
{
background-color: #E2ABC0;
}
</style>
border-color css
<style>
span { border-color: #E2ABC0; }
span { border-color: rgb(226,171,192); }
td.TdClassName
{
border-color: #E2ABC0;
}
.TagClassName
{
border-color: #E2ABC0;
}
</style>