Shades of Melanie #E0ABC0
Tints of Melanie #E0ABC0
RGB
CMYK
RGB Variations
Color information
#E0ABC0 (or 0xE0ABC0) is known color: Melanie. HEX triplet: E0, AB and C0. RGB value is (224,171,192). Sum of RGB (Red+Green+Blue) = 224+171+192=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ABC0 is #1F543F. Grayscale: #BDBDBD. Windows color (decimal): -2053184 or 12626912. OLE color: 12626912.
HSL color Cylindrical-coordinate representation of color #E0ABC0: hue angle of 336.23º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0ABC0 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 171 | 192 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.12 |
| HSL | 336.23º | 0.46% | 0.77% | - |
| HSV(B) | 336.23º | 0.24% | 0.88% | - |
| XYZ | 54.82 | 48.78 | 56.4 | - |
| YUV | 189.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 192 | 0 | 0.24 | 0.14 | 0.12 | 336.23 | 0.46 | 0.77 |
| Hex | E0 | AB | C0 | 0 | 18 | E | C | 150 | 2E | 4D |
| Octal | 340 | 253 | 300 | 0 | 30 | 16 | 14 | 520 | 56 | 115 |
| Binary | 11100000 | 10101011 | 11000000 | 0 | 11000 | 1110 | 1100 | 101010000 | 101110 | 1001101 |
Color Harmonies of #E0ABC0
Complementary color
Monochromatic Colors of #E0ABC0
Black with #E0ABC0
Text Example
Text Example
White with #E0ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ABC0; }
p { color: rgb(224,171,192); }
H1.HeaderClassName
{
color: #E0ABC0;
}
.AnyTagClassName
{
color: #E0ABC0;
}
</style>
background-color css
<style>
a { background-color: #E0ABC0; }
a { background-color: rgb(224,171,192); }
div.DivClassName
{
background-color: #E0ABC0;
}
.BgClassName
{
background-color: #E0ABC0;
}
</style>
border-color css
<style>
span { border-color: #E0ABC0; }
span { border-color: rgb(224,171,192); }
td.TdClassName
{
border-color: #E0ABC0;
}
.TagClassName
{
border-color: #E0ABC0;
}
</style>