Shades of Melanie #E1AABC
Tints of Melanie #E1AABC
RGB
CMYK
RGB Variations
Color information
#E1AABC (or 0xE1AABC) is known color: Melanie. HEX triplet: E1, AA and BC. RGB value is (225,170,188). Sum of RGB (Red+Green+Blue) = 225+170+188=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AABC is #1E5543. Grayscale: #BCBCBC. Windows color (decimal): -1987908 or 12364513. OLE color: 12364513.
HSL color Cylindrical-coordinate representation of color #E1AABC: hue angle of 340.36º 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 #E1AABC is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 188 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.12 |
| HSL | 340.36º | 0.48% | 0.77% | - |
| HSV(B) | 340.36º | 0.24% | 0.88% | - |
| XYZ | 54.5 | 48.39 | 54.04 | - |
| YUV | 188.5 | 127.72 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 188 | 0 | 0.24 | 0.16 | 0.12 | 340.36 | 0.48 | 0.77 |
| Hex | E1 | AA | BC | 0 | 18 | 10 | C | 154 | 30 | 4D |
| Octal | 341 | 252 | 274 | 0 | 30 | 20 | 14 | 524 | 60 | 115 |
| Binary | 11100001 | 10101010 | 10111100 | 0 | 11000 | 10000 | 1100 | 101010100 | 110000 | 1001101 |
Color Harmonies of #E1AABC
Complementary color
Monochromatic Colors of #E1AABC
Black with #E1AABC
Text Example
Text Example
White with #E1AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AABC; }
p { color: rgb(225,170,188); }
H1.HeaderClassName
{
color: #E1AABC;
}
.AnyTagClassName
{
color: #E1AABC;
}
</style>
background-color css
<style>
a { background-color: #E1AABC; }
a { background-color: rgb(225,170,188); }
div.DivClassName
{
background-color: #E1AABC;
}
.BgClassName
{
background-color: #E1AABC;
}
</style>
border-color css
<style>
span { border-color: #E1AABC; }
span { border-color: rgb(225,170,188); }
td.TdClassName
{
border-color: #E1AABC;
}
.TagClassName
{
border-color: #E1AABC;
}
</style>