Shades of Melanie #E1AABF
Tints of Melanie #E1AABF
RGB
CMYK
RGB Variations
Color information
#E1AABF (or 0xE1AABF) is known color: Melanie. HEX triplet: E1, AA and BF. RGB value is (225,170,191). Sum of RGB (Red+Green+Blue) = 225+170+191=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AABF is #1E5540. Grayscale: #BCBCBC. Windows color (decimal): -1987905 or 12561121. OLE color: 12561121.
HSL color Cylindrical-coordinate representation of color #E1AABF: hue angle of 337.09º degrees, saturation: 0.48, 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 #E1AABF is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 191 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.12 |
| HSL | 337.09º | 0.48% | 0.77% | - |
| HSV(B) | 337.09º | 0.24% | 0.88% | - |
| XYZ | 54.83 | 48.52 | 55.77 | - |
| YUV | 188.84 | 129.22 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 191 | 0 | 0.24 | 0.15 | 0.12 | 337.09 | 0.48 | 0.77 |
| Hex | E1 | AA | BF | 0 | 18 | F | C | 151 | 30 | 4D |
| Octal | 341 | 252 | 277 | 0 | 30 | 17 | 14 | 521 | 60 | 115 |
| Binary | 11100001 | 10101010 | 10111111 | 0 | 11000 | 1111 | 1100 | 101010001 | 110000 | 1001101 |
Color Harmonies of #E1AABF
Complementary color
Monochromatic Colors of #E1AABF
Black with #E1AABF
Text Example
Text Example
White with #E1AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AABF; }
p { color: rgb(225,170,191); }
H1.HeaderClassName
{
color: #E1AABF;
}
.AnyTagClassName
{
color: #E1AABF;
}
</style>
background-color css
<style>
a { background-color: #E1AABF; }
a { background-color: rgb(225,170,191); }
div.DivClassName
{
background-color: #E1AABF;
}
.BgClassName
{
background-color: #E1AABF;
}
</style>
border-color css
<style>
span { border-color: #E1AABF; }
span { border-color: rgb(225,170,191); }
td.TdClassName
{
border-color: #E1AABF;
}
.TagClassName
{
border-color: #E1AABF;
}
</style>