Shades of Melanie #E4AABD
Tints of Melanie #E4AABD
RGB
CMYK
RGB Variations
Color information
#E4AABD (or 0xE4AABD) is known color: Melanie. HEX triplet: E4, AA and BD. RGB value is (228,170,189). Sum of RGB (Red+Green+Blue) = 228+170+189=587 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.84% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4AABD is #1B5542. Grayscale: #BDBDBD. Windows color (decimal): -1791299 or 12430052. OLE color: 12430052.
HSL color Cylindrical-coordinate representation of color #E4AABD: hue angle of 340.34º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4AABD is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 170 | 189 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.11 |
| HSL | 340.34º | 0.52% | 0.78% | - |
| HSV(B) | 340.34º | 0.25% | 0.89% | - |
| XYZ | 55.55 | 48.92 | 54.66 | - |
| YUV | 189.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 170 | 189 | 0 | 0.25 | 0.17 | 0.11 | 340.34 | 0.52 | 0.78 |
| Hex | E4 | AA | BD | 0 | 19 | 11 | B | 154 | 34 | 4E |
| Octal | 344 | 252 | 275 | 0 | 31 | 21 | 13 | 524 | 64 | 116 |
| Binary | 11100100 | 10101010 | 10111101 | 0 | 11001 | 10001 | 1011 | 101010100 | 110100 | 1001110 |
Color Harmonies of #E4AABD
Complementary color
Monochromatic Colors of #E4AABD
Black with #E4AABD
Text Example
Text Example
White with #E4AABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AABD; }
p { color: rgb(228,170,189); }
H1.HeaderClassName
{
color: #E4AABD;
}
.AnyTagClassName
{
color: #E4AABD;
}
</style>
background-color css
<style>
a { background-color: #E4AABD; }
a { background-color: rgb(228,170,189); }
div.DivClassName
{
background-color: #E4AABD;
}
.BgClassName
{
background-color: #E4AABD;
}
</style>
border-color css
<style>
span { border-color: #E4AABD; }
span { border-color: rgb(228,170,189); }
td.TdClassName
{
border-color: #E4AABD;
}
.TagClassName
{
border-color: #E4AABD;
}
</style>