Shades of Melanie #E0ABC2
Tints of Melanie #E0ABC2
RGB
CMYK
RGB Variations
Color information
#E0ABC2 (or 0xE0ABC2) is known color: Melanie. HEX triplet: E0, AB and C2. RGB value is (224,171,194). Sum of RGB (Red+Green+Blue) = 224+171+194=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ABC2 is #1F543D. Grayscale: #BDBDBD. Windows color (decimal): -2053182 or 12757984. OLE color: 12757984.
HSL color Cylindrical-coordinate representation of color #E0ABC2: hue angle of 333.96º 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 #E0ABC2 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 171 | 194 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.12 |
| HSL | 333.96º | 0.46% | 0.77% | - |
| HSV(B) | 333.96º | 0.24% | 0.88% | - |
| XYZ | 55.04 | 48.87 | 57.57 | - |
| YUV | 189.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 194 | 0 | 0.24 | 0.13 | 0.12 | 333.96 | 0.46 | 0.77 |
| Hex | E0 | AB | C2 | 0 | 18 | D | C | 14E | 2E | 4D |
| Octal | 340 | 253 | 302 | 0 | 30 | 15 | 14 | 516 | 56 | 115 |
| Binary | 11100000 | 10101011 | 11000010 | 0 | 11000 | 1101 | 1100 | 101001110 | 101110 | 1001101 |
Color Harmonies of #E0ABC2
Complementary color
Monochromatic Colors of #E0ABC2
Black with #E0ABC2
Text Example
Text Example
White with #E0ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ABC2; }
p { color: rgb(224,171,194); }
H1.HeaderClassName
{
color: #E0ABC2;
}
.AnyTagClassName
{
color: #E0ABC2;
}
</style>
background-color css
<style>
a { background-color: #E0ABC2; }
a { background-color: rgb(224,171,194); }
div.DivClassName
{
background-color: #E0ABC2;
}
.BgClassName
{
background-color: #E0ABC2;
}
</style>
border-color css
<style>
span { border-color: #E0ABC2; }
span { border-color: rgb(224,171,194); }
td.TdClassName
{
border-color: #E0ABC2;
}
.TagClassName
{
border-color: #E0ABC2;
}
</style>