Shades of Melanie #E1AABD
Tints of Melanie #E1AABD
RGB
CMYK
RGB Variations
Color information
#E1AABD (or 0xE1AABD) is known color: Melanie. HEX triplet: E1, AA and BD. RGB value is (225,170,189). Sum of RGB (Red+Green+Blue) = 225+170+189=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AABD is #1E5542. Grayscale: #BCBCBC. Windows color (decimal): -1987907 or 12430049. OLE color: 12430049.
HSL color Cylindrical-coordinate representation of color #E1AABD: hue angle of 339.27º 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 #E1AABD is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 189 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.12 |
| HSL | 339.27º | 0.48% | 0.77% | - |
| HSV(B) | 339.27º | 0.24% | 0.88% | - |
| XYZ | 54.61 | 48.43 | 54.61 | - |
| YUV | 188.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 189 | 0 | 0.24 | 0.16 | 0.12 | 339.27 | 0.48 | 0.77 |
| Hex | E1 | AA | BD | 0 | 18 | 10 | C | 153 | 30 | 4D |
| Octal | 341 | 252 | 275 | 0 | 30 | 20 | 14 | 523 | 60 | 115 |
| Binary | 11100001 | 10101010 | 10111101 | 0 | 11000 | 10000 | 1100 | 101010011 | 110000 | 1001101 |
Color Harmonies of #E1AABD
Complementary color
Monochromatic Colors of #E1AABD
Black with #E1AABD
Text Example
Text Example
White with #E1AABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AABD; }
p { color: rgb(225,170,189); }
H1.HeaderClassName
{
color: #E1AABD;
}
.AnyTagClassName
{
color: #E1AABD;
}
</style>
background-color css
<style>
a { background-color: #E1AABD; }
a { background-color: rgb(225,170,189); }
div.DivClassName
{
background-color: #E1AABD;
}
.BgClassName
{
background-color: #E1AABD;
}
</style>
border-color css
<style>
span { border-color: #E1AABD; }
span { border-color: rgb(225,170,189); }
td.TdClassName
{
border-color: #E1AABD;
}
.TagClassName
{
border-color: #E1AABD;
}
</style>