Shades of Melanie #E2AFC7
Tints of Melanie #E2AFC7
RGB
CMYK
RGB Variations
Color information
#E2AFC7 (or 0xE2AFC7) is known color: Melanie. HEX triplet: E2, AF and C7. RGB value is (226,175,199). Sum of RGB (Red+Green+Blue) = 226+175+199=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFC7 is #1D5038. Grayscale: #C0C0C0. Windows color (decimal): -1921081 or 13086690. OLE color: 13086690.
HSL color Cylindrical-coordinate representation of color #E2AFC7: hue angle of 331.76º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AFC7 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 199 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.11 |
| HSL | 331.76º | 0.47% | 0.79% | - |
| HSV(B) | 331.76º | 0.23% | 0.89% | - |
| XYZ | 57 | 50.95 | 60.86 | - |
| YUV | 192.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 199 | 0 | 0.23 | 0.12 | 0.11 | 331.76 | 0.47 | 0.79 |
| Hex | E2 | AF | C7 | 0 | 17 | C | B | 14C | 2F | 4F |
| Octal | 342 | 257 | 307 | 0 | 27 | 14 | 13 | 514 | 57 | 117 |
| Binary | 11100010 | 10101111 | 11000111 | 0 | 10111 | 1100 | 1011 | 101001100 | 101111 | 1001111 |
Color Harmonies of #E2AFC7
Complementary color
Monochromatic Colors of #E2AFC7
Black with #E2AFC7
Text Example
Text Example
White with #E2AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFC7; }
p { color: rgb(226,175,199); }
H1.HeaderClassName
{
color: #E2AFC7;
}
.AnyTagClassName
{
color: #E2AFC7;
}
</style>
background-color css
<style>
a { background-color: #E2AFC7; }
a { background-color: rgb(226,175,199); }
div.DivClassName
{
background-color: #E2AFC7;
}
.BgClassName
{
background-color: #E2AFC7;
}
</style>
border-color css
<style>
span { border-color: #E2AFC7; }
span { border-color: rgb(226,175,199); }
td.TdClassName
{
border-color: #E2AFC7;
}
.TagClassName
{
border-color: #E2AFC7;
}
</style>