Shades of Melanie #E1A8BD
Tints of Melanie #E1A8BD
RGB
CMYK
RGB Variations
Color information
#E1A8BD (or 0xE1A8BD) is known color: Melanie. HEX triplet: E1, A8 and BD. RGB value is (225,168,189). Sum of RGB (Red+Green+Blue) = 225+168+189=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 168 (66.02% from 255 or 28.87% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A8BD is #1E5742. Grayscale: #BBBBBB. Windows color (decimal): -1988419 or 12429537. OLE color: 12429537.
HSL color Cylindrical-coordinate representation of color #E1A8BD: hue angle of 337.89º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1A8BD is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 189 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.12 |
| HSL | 337.89º | 0.49% | 0.77% | - |
| HSV(B) | 337.89º | 0.25% | 0.88% | - |
| XYZ | 54.24 | 47.69 | 54.49 | - |
| YUV | 187.44 | 128.88 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 189 | 0 | 0.25 | 0.16 | 0.12 | 337.89 | 0.49 | 0.77 |
| Hex | E1 | A8 | BD | 0 | 19 | 10 | C | 152 | 31 | 4D |
| Octal | 341 | 250 | 275 | 0 | 31 | 20 | 14 | 522 | 61 | 115 |
| Binary | 11100001 | 10101000 | 10111101 | 0 | 11001 | 10000 | 1100 | 101010010 | 110001 | 1001101 |
Color Harmonies of #E1A8BD
Complementary color
Monochromatic Colors of #E1A8BD
Black with #E1A8BD
Text Example
Text Example
White with #E1A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A8BD; }
p { color: rgb(225,168,189); }
H1.HeaderClassName
{
color: #E1A8BD;
}
.AnyTagClassName
{
color: #E1A8BD;
}
</style>
background-color css
<style>
a { background-color: #E1A8BD; }
a { background-color: rgb(225,168,189); }
div.DivClassName
{
background-color: #E1A8BD;
}
.BgClassName
{
background-color: #E1A8BD;
}
</style>
border-color css
<style>
span { border-color: #E1A8BD; }
span { border-color: rgb(225,168,189); }
td.TdClassName
{
border-color: #E1A8BD;
}
.TagClassName
{
border-color: #E1A8BD;
}
</style>