Shades of Melanie #E8A9BD
Tints of Melanie #E8A9BD
RGB
CMYK
RGB Variations
Color information
#E8A9BD (or 0xE8A9BD) is known color: Melanie. HEX triplet: E8, A9 and BD. RGB value is (232,169,189). Sum of RGB (Red+Green+Blue) = 232+169+189=590 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.32% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A9BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A9BD is #175642. Grayscale: #BEBEBE. Windows color (decimal): -1529411 or 12429800. OLE color: 12429800.
HSL color Cylindrical-coordinate representation of color #E8A9BD: hue angle of 340.95º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8A9BD is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 169 | 189 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.09 |
| HSL | 340.95º | 0.58% | 0.79% | - |
| HSV(B) | 340.95º | 0.27% | 0.91% | - |
| XYZ | 56.65 | 49.21 | 54.66 | - |
| YUV | 190.12 | 127.37 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 169 | 189 | 0 | 0.27 | 0.19 | 0.09 | 340.95 | 0.58 | 0.79 |
| Hex | E8 | A9 | BD | 0 | 1B | 13 | 9 | 155 | 3A | 4F |
| Octal | 350 | 251 | 275 | 0 | 33 | 23 | 11 | 525 | 72 | 117 |
| Binary | 11101000 | 10101001 | 10111101 | 0 | 11011 | 10011 | 1001 | 101010101 | 111010 | 1001111 |
Color Harmonies of #E8A9BD
Complementary color
Monochromatic Colors of #E8A9BD
Black with #E8A9BD
Text Example
Text Example
White with #E8A9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A9BD; }
p { color: rgb(232,169,189); }
H1.HeaderClassName
{
color: #E8A9BD;
}
.AnyTagClassName
{
color: #E8A9BD;
}
</style>
background-color css
<style>
a { background-color: #E8A9BD; }
a { background-color: rgb(232,169,189); }
div.DivClassName
{
background-color: #E8A9BD;
}
.BgClassName
{
background-color: #E8A9BD;
}
</style>
border-color css
<style>
span { border-color: #E8A9BD; }
span { border-color: rgb(232,169,189); }
td.TdClassName
{
border-color: #E8A9BD;
}
.TagClassName
{
border-color: #E8A9BD;
}
</style>