Shades of Melanie #E1A8BA
Tints of Melanie #E1A8BA
RGB
CMYK
RGB Variations
Color information
#E1A8BA (or 0xE1A8BA) is known color: Melanie. HEX triplet: E1, A8 and BA. RGB value is (225,168,186). Sum of RGB (Red+Green+Blue) = 225+168+186=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A8BA is #1E5745. Grayscale: #BBBBBB. Windows color (decimal): -1988422 or 12232929. OLE color: 12232929.
HSL color Cylindrical-coordinate representation of color #E1A8BA: hue angle of 341.05º 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 #E1A8BA is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 186 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.12 |
| HSL | 341.05º | 0.49% | 0.77% | - |
| HSV(B) | 341.05º | 0.25% | 0.88% | - |
| XYZ | 53.92 | 47.56 | 52.79 | - |
| YUV | 187.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 186 | 0 | 0.25 | 0.17 | 0.12 | 341.05 | 0.49 | 0.77 |
| Hex | E1 | A8 | BA | 0 | 19 | 11 | C | 155 | 31 | 4D |
| Octal | 341 | 250 | 272 | 0 | 31 | 21 | 14 | 525 | 61 | 115 |
| Binary | 11100001 | 10101000 | 10111010 | 0 | 11001 | 10001 | 1100 | 101010101 | 110001 | 1001101 |
Color Harmonies of #E1A8BA
Complementary color
Monochromatic Colors of #E1A8BA
Black with #E1A8BA
Text Example
Text Example
White with #E1A8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A8BA; }
p { color: rgb(225,168,186); }
H1.HeaderClassName
{
color: #E1A8BA;
}
.AnyTagClassName
{
color: #E1A8BA;
}
</style>
background-color css
<style>
a { background-color: #E1A8BA; }
a { background-color: rgb(225,168,186); }
div.DivClassName
{
background-color: #E1A8BA;
}
.BgClassName
{
background-color: #E1A8BA;
}
</style>
border-color css
<style>
span { border-color: #E1A8BA; }
span { border-color: rgb(225,168,186); }
td.TdClassName
{
border-color: #E1A8BA;
}
.TagClassName
{
border-color: #E1A8BA;
}
</style>