Shades of Melanie #E2AAC1
Tints of Melanie #E2AAC1
RGB
CMYK
RGB Variations
Color information
#E2AAC1 (or 0xE2AAC1) is known color: Melanie. HEX triplet: E2, AA and C1. RGB value is (226,170,193). Sum of RGB (Red+Green+Blue) = 226+170+193=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AAC1 is #1D553E. Grayscale: #BDBDBD. Windows color (decimal): -1922367 or 12692194. OLE color: 12692194.
HSL color Cylindrical-coordinate representation of color #E2AAC1: hue angle of 335.36º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2AAC1 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 193 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.11 |
| HSL | 335.36º | 0.49% | 0.78% | - |
| HSV(B) | 335.36º | 0.25% | 0.89% | - |
| XYZ | 55.36 | 48.77 | 56.95 | - |
| YUV | 189.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 193 | 0 | 0.25 | 0.15 | 0.11 | 335.36 | 0.49 | 0.78 |
| Hex | E2 | AA | C1 | 0 | 19 | F | B | 14F | 31 | 4E |
| Octal | 342 | 252 | 301 | 0 | 31 | 17 | 13 | 517 | 61 | 116 |
| Binary | 11100010 | 10101010 | 11000001 | 0 | 11001 | 1111 | 1011 | 101001111 | 110001 | 1001110 |
Color Harmonies of #E2AAC1
Complementary color
Monochromatic Colors of #E2AAC1
Black with #E2AAC1
Text Example
Text Example
White with #E2AAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AAC1; }
p { color: rgb(226,170,193); }
H1.HeaderClassName
{
color: #E2AAC1;
}
.AnyTagClassName
{
color: #E2AAC1;
}
</style>
background-color css
<style>
a { background-color: #E2AAC1; }
a { background-color: rgb(226,170,193); }
div.DivClassName
{
background-color: #E2AAC1;
}
.BgClassName
{
background-color: #E2AAC1;
}
</style>
border-color css
<style>
span { border-color: #E2AAC1; }
span { border-color: rgb(226,170,193); }
td.TdClassName
{
border-color: #E2AAC1;
}
.TagClassName
{
border-color: #E2AAC1;
}
</style>