Shades of Melanie #E0AEBE
Tints of Melanie #E0AEBE
RGB
CMYK
RGB Variations
Color information
#E0AEBE (or 0xE0AEBE) is known color: Melanie. HEX triplet: E0, AE and BE. RGB value is (224,174,190). Sum of RGB (Red+Green+Blue) = 224+174+190=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AEBE is #1F5141. Grayscale: #BEBEBE. Windows color (decimal): -2052418 or 12496608. OLE color: 12496608.
HSL color Cylindrical-coordinate representation of color #E0AEBE: hue angle of 340.8º 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 #E0AEBE is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 174 | 190 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.12 |
| HSL | 340.8º | 0.45% | 0.78% | - |
| HSV(B) | 340.8º | 0.22% | 0.88% | - |
| XYZ | 55.17 | 49.84 | 55.43 | - |
| YUV | 190.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 174 | 190 | 0 | 0.22 | 0.15 | 0.12 | 340.8 | 0.45 | 0.78 |
| Hex | E0 | AE | BE | 0 | 16 | F | C | 155 | 2D | 4E |
| Octal | 340 | 256 | 276 | 0 | 26 | 17 | 14 | 525 | 55 | 116 |
| Binary | 11100000 | 10101110 | 10111110 | 0 | 10110 | 1111 | 1100 | 101010101 | 101101 | 1001110 |
Color Harmonies of #E0AEBE
Complementary color
Monochromatic Colors of #E0AEBE
Black with #E0AEBE
Text Example
Text Example
White with #E0AEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AEBE; }
p { color: rgb(224,174,190); }
H1.HeaderClassName
{
color: #E0AEBE;
}
.AnyTagClassName
{
color: #E0AEBE;
}
</style>
background-color css
<style>
a { background-color: #E0AEBE; }
a { background-color: rgb(224,174,190); }
div.DivClassName
{
background-color: #E0AEBE;
}
.BgClassName
{
background-color: #E0AEBE;
}
</style>
border-color css
<style>
span { border-color: #E0AEBE; }
span { border-color: rgb(224,174,190); }
td.TdClassName
{
border-color: #E0AEBE;
}
.TagClassName
{
border-color: #E0AEBE;
}
</style>