Shades of Melanie #E5A8BA
Tints of Melanie #E5A8BA
RGB
CMYK
RGB Variations
Color information
#E5A8BA (or 0xE5A8BA) is known color: Melanie. HEX triplet: E5, A8 and BA. RGB value is (229,168,186). Sum of RGB (Red+Green+Blue) = 229+168+186=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 168 (66.02% from 255 or 28.82% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A8BA is #1A5745. Grayscale: #BCBCBC. Windows color (decimal): -1726278 or 12232933. OLE color: 12232933.
HSL color Cylindrical-coordinate representation of color #E5A8BA: hue angle of 342.3º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5A8BA is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 186 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.10 |
| HSL | 342.3º | 0.54% | 0.78% | - |
| HSV(B) | 342.3º | 0.27% | 0.9% | - |
| XYZ | 55.18 | 48.21 | 52.85 | - |
| YUV | 188.29 | 126.71 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 186 | 0 | 0.27 | 0.19 | 0.10 | 342.3 | 0.54 | 0.78 |
| Hex | E5 | A8 | BA | 0 | 1B | 13 | A | 156 | 36 | 4E |
| Octal | 345 | 250 | 272 | 0 | 33 | 23 | 12 | 526 | 66 | 116 |
| Binary | 11100101 | 10101000 | 10111010 | 0 | 11011 | 10011 | 1010 | 101010110 | 110110 | 1001110 |
Color Harmonies of #E5A8BA
Complementary color
Monochromatic Colors of #E5A8BA
Black with #E5A8BA
Text Example
Text Example
White with #E5A8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A8BA; }
p { color: rgb(229,168,186); }
H1.HeaderClassName
{
color: #E5A8BA;
}
.AnyTagClassName
{
color: #E5A8BA;
}
</style>
background-color css
<style>
a { background-color: #E5A8BA; }
a { background-color: rgb(229,168,186); }
div.DivClassName
{
background-color: #E5A8BA;
}
.BgClassName
{
background-color: #E5A8BA;
}
</style>
border-color css
<style>
span { border-color: #E5A8BA; }
span { border-color: rgb(229,168,186); }
td.TdClassName
{
border-color: #E5A8BA;
}
.TagClassName
{
border-color: #E5A8BA;
}
</style>