Shades of Melanie #E2AFC4
Tints of Melanie #E2AFC4
RGB
CMYK
RGB Variations
Color information
#E2AFC4 (or 0xE2AFC4) is known color: Melanie. HEX triplet: E2, AF and C4. RGB value is (226,175,196). Sum of RGB (Red+Green+Blue) = 226+175+196=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 196 (76.95% from 255 or 32.83% from 597); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFC4 is #1D503B. Grayscale: #C0C0C0. Windows color (decimal): -1921084 or 12890082. OLE color: 12890082.
HSL color Cylindrical-coordinate representation of color #E2AFC4: hue angle of 335.29º 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 #E2AFC4 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 196 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.11 |
| HSL | 335.29º | 0.47% | 0.79% | - |
| HSV(B) | 335.29º | 0.23% | 0.89% | - |
| XYZ | 56.66 | 50.81 | 59.05 | - |
| YUV | 192.64 | 129.9 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 196 | 0 | 0.23 | 0.13 | 0.11 | 335.29 | 0.47 | 0.79 |
| Hex | E2 | AF | C4 | 0 | 17 | D | B | 14F | 2F | 4F |
| Octal | 342 | 257 | 304 | 0 | 27 | 15 | 13 | 517 | 57 | 117 |
| Binary | 11100010 | 10101111 | 11000100 | 0 | 10111 | 1101 | 1011 | 101001111 | 101111 | 1001111 |
Color Harmonies of #E2AFC4
Complementary color
Monochromatic Colors of #E2AFC4
Black with #E2AFC4
Text Example
Text Example
White with #E2AFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFC4; }
p { color: rgb(226,175,196); }
H1.HeaderClassName
{
color: #E2AFC4;
}
.AnyTagClassName
{
color: #E2AFC4;
}
</style>
background-color css
<style>
a { background-color: #E2AFC4; }
a { background-color: rgb(226,175,196); }
div.DivClassName
{
background-color: #E2AFC4;
}
.BgClassName
{
background-color: #E2AFC4;
}
</style>
border-color css
<style>
span { border-color: #E2AFC4; }
span { border-color: rgb(226,175,196); }
td.TdClassName
{
border-color: #E2AFC4;
}
.TagClassName
{
border-color: #E2AFC4;
}
</style>