Shades of Melanie #E5A6B9
Tints of Melanie #E5A6B9
RGB
CMYK
RGB Variations
Color information
#E5A6B9 (or 0xE5A6B9) is known color: Melanie. HEX triplet: E5, A6 and B9. RGB value is (229,166,185). Sum of RGB (Red+Green+Blue) = 229+166+185=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A6B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A6B9 is #1A5946. Grayscale: #BABABA. Windows color (decimal): -1726791 or 12166885. OLE color: 12166885.
HSL color Cylindrical-coordinate representation of color #E5A6B9: hue angle of 341.9º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5A6B9 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 166 | 185 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.10 |
| HSL | 341.9º | 0.55% | 0.77% | - |
| HSV(B) | 341.9º | 0.28% | 0.9% | - |
| XYZ | 54.71 | 47.43 | 52.17 | - |
| YUV | 187 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 166 | 185 | 0 | 0.28 | 0.19 | 0.10 | 341.9 | 0.55 | 0.77 |
| Hex | E5 | A6 | B9 | 0 | 1C | 13 | A | 156 | 37 | 4D |
| Octal | 345 | 246 | 271 | 0 | 34 | 23 | 12 | 526 | 67 | 115 |
| Binary | 11100101 | 10100110 | 10111001 | 0 | 11100 | 10011 | 1010 | 101010110 | 110111 | 1001101 |
Color Harmonies of #E5A6B9
Complementary color
Monochromatic Colors of #E5A6B9
Black with #E5A6B9
Text Example
Text Example
White with #E5A6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A6B9; }
p { color: rgb(229,166,185); }
H1.HeaderClassName
{
color: #E5A6B9;
}
.AnyTagClassName
{
color: #E5A6B9;
}
</style>
background-color css
<style>
a { background-color: #E5A6B9; }
a { background-color: rgb(229,166,185); }
div.DivClassName
{
background-color: #E5A6B9;
}
.BgClassName
{
background-color: #E5A6B9;
}
</style>
border-color css
<style>
span { border-color: #E5A6B9; }
span { border-color: rgb(229,166,185); }
td.TdClassName
{
border-color: #E5A6B9;
}
.TagClassName
{
border-color: #E5A6B9;
}
</style>