Shades of Melanie #E2AFBF
Tints of Melanie #E2AFBF
RGB
CMYK
RGB Variations
Color information
#E2AFBF (or 0xE2AFBF) is known color: Melanie. HEX triplet: E2, AF and BF. RGB value is (226,175,191). Sum of RGB (Red+Green+Blue) = 226+175+191=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFBF is #1D5040. Grayscale: #C0C0C0. Windows color (decimal): -1921089 or 12562402. OLE color: 12562402.
HSL color Cylindrical-coordinate representation of color #E2AFBF: hue angle of 341.18º 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 #E2AFBF is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 191 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.11 |
| HSL | 341.18º | 0.47% | 0.79% | - |
| HSV(B) | 341.18º | 0.23% | 0.89% | - |
| XYZ | 56.1 | 50.59 | 56.1 | - |
| YUV | 192.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 191 | 0 | 0.23 | 0.15 | 0.11 | 341.18 | 0.47 | 0.79 |
| Hex | E2 | AF | BF | 0 | 17 | F | B | 155 | 2F | 4F |
| Octal | 342 | 257 | 277 | 0 | 27 | 17 | 13 | 525 | 57 | 117 |
| Binary | 11100010 | 10101111 | 10111111 | 0 | 10111 | 1111 | 1011 | 101010101 | 101111 | 1001111 |
Color Harmonies of #E2AFBF
Complementary color
Monochromatic Colors of #E2AFBF
Black with #E2AFBF
Text Example
Text Example
White with #E2AFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFBF; }
p { color: rgb(226,175,191); }
H1.HeaderClassName
{
color: #E2AFBF;
}
.AnyTagClassName
{
color: #E2AFBF;
}
</style>
background-color css
<style>
a { background-color: #E2AFBF; }
a { background-color: rgb(226,175,191); }
div.DivClassName
{
background-color: #E2AFBF;
}
.BgClassName
{
background-color: #E2AFBF;
}
</style>
border-color css
<style>
span { border-color: #E2AFBF; }
span { border-color: rgb(226,175,191); }
td.TdClassName
{
border-color: #E2AFBF;
}
.TagClassName
{
border-color: #E2AFBF;
}
</style>