Shades of Melanie #E2AFC5
Tints of Melanie #E2AFC5
RGB
CMYK
RGB Variations
Color information
#E2AFC5 (or 0xE2AFC5) is known color: Melanie. HEX triplet: E2, AF and C5. RGB value is (226,175,197). Sum of RGB (Red+Green+Blue) = 226+175+197=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFC5 is #1D503A. Grayscale: #C0C0C0. Windows color (decimal): -1921083 or 12955618. OLE color: 12955618.
HSL color Cylindrical-coordinate representation of color #E2AFC5: hue angle of 334.12º 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 #E2AFC5 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 197 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.11 |
| HSL | 334.12º | 0.47% | 0.79% | - |
| HSV(B) | 334.12º | 0.23% | 0.89% | - |
| XYZ | 56.77 | 50.86 | 59.65 | - |
| YUV | 192.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 197 | 0 | 0.23 | 0.13 | 0.11 | 334.12 | 0.47 | 0.79 |
| Hex | E2 | AF | C5 | 0 | 17 | D | B | 14E | 2F | 4F |
| Octal | 342 | 257 | 305 | 0 | 27 | 15 | 13 | 516 | 57 | 117 |
| Binary | 11100010 | 10101111 | 11000101 | 0 | 10111 | 1101 | 1011 | 101001110 | 101111 | 1001111 |
Color Harmonies of #E2AFC5
Complementary color
Monochromatic Colors of #E2AFC5
Black with #E2AFC5
Text Example
Text Example
White with #E2AFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFC5; }
p { color: rgb(226,175,197); }
H1.HeaderClassName
{
color: #E2AFC5;
}
.AnyTagClassName
{
color: #E2AFC5;
}
</style>
background-color css
<style>
a { background-color: #E2AFC5; }
a { background-color: rgb(226,175,197); }
div.DivClassName
{
background-color: #E2AFC5;
}
.BgClassName
{
background-color: #E2AFC5;
}
</style>
border-color css
<style>
span { border-color: #E2AFC5; }
span { border-color: rgb(226,175,197); }
td.TdClassName
{
border-color: #E2AFC5;
}
.TagClassName
{
border-color: #E2AFC5;
}
</style>