Shades of Melanie #E8A8BD
Tints of Melanie #E8A8BD
RGB
CMYK
RGB Variations
Color information
#E8A8BD (or 0xE8A8BD) is known color: Melanie. HEX triplet: E8, A8 and BD. RGB value is (232,168,189). Sum of RGB (Red+Green+Blue) = 232+168+189=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A8BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A8BD is #175742. Grayscale: #BDBDBD. Windows color (decimal): -1529667 or 12429544. OLE color: 12429544.
HSL color Cylindrical-coordinate representation of color #E8A8BD: hue angle of 340.31º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8A8BD is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 168 | 189 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.09 |
| HSL | 340.31º | 0.58% | 0.78% | - |
| HSV(B) | 340.31º | 0.28% | 0.91% | - |
| XYZ | 56.47 | 48.84 | 54.59 | - |
| YUV | 189.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 168 | 189 | 0 | 0.28 | 0.19 | 0.09 | 340.31 | 0.58 | 0.78 |
| Hex | E8 | A8 | BD | 0 | 1C | 13 | 9 | 154 | 3A | 4E |
| Octal | 350 | 250 | 275 | 0 | 34 | 23 | 11 | 524 | 72 | 116 |
| Binary | 11101000 | 10101000 | 10111101 | 0 | 11100 | 10011 | 1001 | 101010100 | 111010 | 1001110 |
Color Harmonies of #E8A8BD
Complementary color
Monochromatic Colors of #E8A8BD
Black with #E8A8BD
Text Example
Text Example
White with #E8A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A8BD; }
p { color: rgb(232,168,189); }
H1.HeaderClassName
{
color: #E8A8BD;
}
.AnyTagClassName
{
color: #E8A8BD;
}
</style>
background-color css
<style>
a { background-color: #E8A8BD; }
a { background-color: rgb(232,168,189); }
div.DivClassName
{
background-color: #E8A8BD;
}
.BgClassName
{
background-color: #E8A8BD;
}
</style>
border-color css
<style>
span { border-color: #E8A8BD; }
span { border-color: rgb(232,168,189); }
td.TdClassName
{
border-color: #E8A8BD;
}
.TagClassName
{
border-color: #E8A8BD;
}
</style>