Shades of Melanie #E0AFBD
Tints of Melanie #E0AFBD
RGB
CMYK
RGB Variations
Color information
#E0AFBD (or 0xE0AFBD) is known color: Melanie. HEX triplet: E0, AF and BD. RGB value is (224,175,189). Sum of RGB (Red+Green+Blue) = 224+175+189=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFBD is #1F5042. Grayscale: #BFBFBF. Windows color (decimal): -2052163 or 12431328. OLE color: 12431328.
HSL color Cylindrical-coordinate representation of color #E0AFBD: hue angle of 342.86º degrees, saturation: 0.44, 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 #E0AFBD is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 189 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.12 |
| HSL | 342.86º | 0.44% | 0.78% | - |
| HSV(B) | 342.86º | 0.22% | 0.88% | - |
| XYZ | 55.26 | 50.18 | 54.92 | - |
| YUV | 191.25 | 126.73 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 189 | 0 | 0.22 | 0.16 | 0.12 | 342.86 | 0.44 | 0.78 |
| Hex | E0 | AF | BD | 0 | 16 | 10 | C | 157 | 2C | 4E |
| Octal | 340 | 257 | 275 | 0 | 26 | 20 | 14 | 527 | 54 | 116 |
| Binary | 11100000 | 10101111 | 10111101 | 0 | 10110 | 10000 | 1100 | 101010111 | 101100 | 1001110 |
Color Harmonies of #E0AFBD
Complementary color
Monochromatic Colors of #E0AFBD
Black with #E0AFBD
Text Example
Text Example
White with #E0AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AFBD; }
p { color: rgb(224,175,189); }
H1.HeaderClassName
{
color: #E0AFBD;
}
.AnyTagClassName
{
color: #E0AFBD;
}
</style>
background-color css
<style>
a { background-color: #E0AFBD; }
a { background-color: rgb(224,175,189); }
div.DivClassName
{
background-color: #E0AFBD;
}
.BgClassName
{
background-color: #E0AFBD;
}
</style>
border-color css
<style>
span { border-color: #E0AFBD; }
span { border-color: rgb(224,175,189); }
td.TdClassName
{
border-color: #E0AFBD;
}
.TagClassName
{
border-color: #E0AFBD;
}
</style>