Shades of Melanie #E2AEBE
Tints of Melanie #E2AEBE
RGB
CMYK
RGB Variations
Color information
#E2AEBE (or 0xE2AEBE) is known color: Melanie. HEX triplet: E2, AE and BE. RGB value is (226,174,190). Sum of RGB (Red+Green+Blue) = 226+174+190=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AEBE is #1D5141. Grayscale: #BFBFBF. Windows color (decimal): -1921346 or 12496610. OLE color: 12496610.
HSL color Cylindrical-coordinate representation of color #E2AEBE: hue angle of 341.54º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AEBE is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 174 | 190 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.11 |
| HSL | 341.54º | 0.47% | 0.78% | - |
| HSV(B) | 341.54º | 0.23% | 0.89% | - |
| XYZ | 55.79 | 50.16 | 55.46 | - |
| YUV | 191.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 174 | 190 | 0 | 0.23 | 0.16 | 0.11 | 341.54 | 0.47 | 0.78 |
| Hex | E2 | AE | BE | 0 | 17 | 10 | B | 156 | 2F | 4E |
| Octal | 342 | 256 | 276 | 0 | 27 | 20 | 13 | 526 | 57 | 116 |
| Binary | 11100010 | 10101110 | 10111110 | 0 | 10111 | 10000 | 1011 | 101010110 | 101111 | 1001110 |
Color Harmonies of #E2AEBE
Complementary color
Monochromatic Colors of #E2AEBE
Black with #E2AEBE
Text Example
Text Example
White with #E2AEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AEBE; }
p { color: rgb(226,174,190); }
H1.HeaderClassName
{
color: #E2AEBE;
}
.AnyTagClassName
{
color: #E2AEBE;
}
</style>
background-color css
<style>
a { background-color: #E2AEBE; }
a { background-color: rgb(226,174,190); }
div.DivClassName
{
background-color: #E2AEBE;
}
.BgClassName
{
background-color: #E2AEBE;
}
</style>
border-color css
<style>
span { border-color: #E2AEBE; }
span { border-color: rgb(226,174,190); }
td.TdClassName
{
border-color: #E2AEBE;
}
.TagClassName
{
border-color: #E2AEBE;
}
</style>