Shades of Melanie #E1AFBD
Tints of Melanie #E1AFBD
RGB
CMYK
RGB Variations
Color information
#E1AFBD (or 0xE1AFBD) is known color: Melanie. HEX triplet: E1, AF and BD. RGB value is (225,175,189). Sum of RGB (Red+Green+Blue) = 225+175+189=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFBD is #1E5042. Grayscale: #BFBFBF. Windows color (decimal): -1986627 or 12431329. OLE color: 12431329.
HSL color Cylindrical-coordinate representation of color #E1AFBD: hue angle of 343.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1AFBD is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 189 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.12 |
| HSL | 343.2º | 0.45% | 0.78% | - |
| HSV(B) | 343.2º | 0.22% | 0.88% | - |
| XYZ | 55.57 | 50.34 | 54.93 | - |
| YUV | 191.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 189 | 0 | 0.22 | 0.16 | 0.12 | 343.2 | 0.45 | 0.78 |
| Hex | E1 | AF | BD | 0 | 16 | 10 | C | 157 | 2D | 4E |
| Octal | 341 | 257 | 275 | 0 | 26 | 20 | 14 | 527 | 55 | 116 |
| Binary | 11100001 | 10101111 | 10111101 | 0 | 10110 | 10000 | 1100 | 101010111 | 101101 | 1001110 |
Color Harmonies of #E1AFBD
Complementary color
Monochromatic Colors of #E1AFBD
Black with #E1AFBD
Text Example
Text Example
White with #E1AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AFBD; }
p { color: rgb(225,175,189); }
H1.HeaderClassName
{
color: #E1AFBD;
}
.AnyTagClassName
{
color: #E1AFBD;
}
</style>
background-color css
<style>
a { background-color: #E1AFBD; }
a { background-color: rgb(225,175,189); }
div.DivClassName
{
background-color: #E1AFBD;
}
.BgClassName
{
background-color: #E1AFBD;
}
</style>
border-color css
<style>
span { border-color: #E1AFBD; }
span { border-color: rgb(225,175,189); }
td.TdClassName
{
border-color: #E1AFBD;
}
.TagClassName
{
border-color: #E1AFBD;
}
</style>