Shades of Melanie #E2AEC0
Tints of Melanie #E2AEC0
RGB
CMYK
RGB Variations
Color information
#E2AEC0 (or 0xE2AEC0) is known color: Melanie. HEX triplet: E2, AE and C0. RGB value is (226,174,192). Sum of RGB (Red+Green+Blue) = 226+174+192=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AEC0 is #1D513F. Grayscale: #BFBFBF. Windows color (decimal): -1921344 or 12627682. OLE color: 12627682.
HSL color Cylindrical-coordinate representation of color #E2AEC0: hue angle of 339.23º 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 #E2AEC0 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 174 | 192 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.11 |
| HSL | 339.23º | 0.47% | 0.78% | - |
| HSV(B) | 339.23º | 0.23% | 0.89% | - |
| XYZ | 56.01 | 50.25 | 56.62 | - |
| YUV | 191.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 174 | 192 | 0 | 0.23 | 0.15 | 0.11 | 339.23 | 0.47 | 0.78 |
| Hex | E2 | AE | C0 | 0 | 17 | F | B | 153 | 2F | 4E |
| Octal | 342 | 256 | 300 | 0 | 27 | 17 | 13 | 523 | 57 | 116 |
| Binary | 11100010 | 10101110 | 11000000 | 0 | 10111 | 1111 | 1011 | 101010011 | 101111 | 1001110 |
Color Harmonies of #E2AEC0
Complementary color
Monochromatic Colors of #E2AEC0
Black with #E2AEC0
Text Example
Text Example
White with #E2AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AEC0; }
p { color: rgb(226,174,192); }
H1.HeaderClassName
{
color: #E2AEC0;
}
.AnyTagClassName
{
color: #E2AEC0;
}
</style>
background-color css
<style>
a { background-color: #E2AEC0; }
a { background-color: rgb(226,174,192); }
div.DivClassName
{
background-color: #E2AEC0;
}
.BgClassName
{
background-color: #E2AEC0;
}
</style>
border-color css
<style>
span { border-color: #E2AEC0; }
span { border-color: rgb(226,174,192); }
td.TdClassName
{
border-color: #E2AEC0;
}
.TagClassName
{
border-color: #E2AEC0;
}
</style>