Shades of Melanie #E2AEBC
Tints of Melanie #E2AEBC
RGB
CMYK
RGB Variations
Color information
#E2AEBC (or 0xE2AEBC) is known color: Melanie. HEX triplet: E2, AE and BC. RGB value is (226,174,188). Sum of RGB (Red+Green+Blue) = 226+174+188=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AEBC is #1D5143. Grayscale: #BFBFBF. Windows color (decimal): -1921348 or 12365538. OLE color: 12365538.
HSL color Cylindrical-coordinate representation of color #E2AEBC: hue angle of 343.85º 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 #E2AEBC is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 174 | 188 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.11 |
| HSL | 343.85º | 0.47% | 0.78% | - |
| HSV(B) | 343.85º | 0.23% | 0.89% | - |
| XYZ | 55.58 | 50.07 | 54.31 | - |
| YUV | 191.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 174 | 188 | 0 | 0.23 | 0.17 | 0.11 | 343.85 | 0.47 | 0.78 |
| Hex | E2 | AE | BC | 0 | 17 | 11 | B | 158 | 2F | 4E |
| Octal | 342 | 256 | 274 | 0 | 27 | 21 | 13 | 530 | 57 | 116 |
| Binary | 11100010 | 10101110 | 10111100 | 0 | 10111 | 10001 | 1011 | 101011000 | 101111 | 1001110 |
Color Harmonies of #E2AEBC
Complementary color
Monochromatic Colors of #E2AEBC
Black with #E2AEBC
Text Example
Text Example
White with #E2AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AEBC; }
p { color: rgb(226,174,188); }
H1.HeaderClassName
{
color: #E2AEBC;
}
.AnyTagClassName
{
color: #E2AEBC;
}
</style>
background-color css
<style>
a { background-color: #E2AEBC; }
a { background-color: rgb(226,174,188); }
div.DivClassName
{
background-color: #E2AEBC;
}
.BgClassName
{
background-color: #E2AEBC;
}
</style>
border-color css
<style>
span { border-color: #E2AEBC; }
span { border-color: rgb(226,174,188); }
td.TdClassName
{
border-color: #E2AEBC;
}
.TagClassName
{
border-color: #E2AEBC;
}
</style>