Shades of Melanie #E2BFC4
Tints of Melanie #E2BFC4
RGB
CMYK
RGB Variations
Color information
#E2BFC4 (or 0xE2BFC4) is known color: Melanie. HEX triplet: E2, BF and C4. RGB value is (226,191,196). Sum of RGB (Red+Green+Blue) = 226+191+196=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFC4 is #1D403B. Grayscale: #CACACA. Windows color (decimal): -1916988 or 12894178. OLE color: 12894178.
HSL color Cylindrical-coordinate representation of color #E2BFC4: hue angle of 351.43º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2BFC4 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 196 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.11 |
| HSL | 351.43º | 0.38% | 0.82% | - |
| HSV(B) | 351.43º | 0.15% | 0.89% | - |
| XYZ | 59.96 | 57.42 | 60.15 | - |
| YUV | 202.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 196 | 0 | 0.15 | 0.13 | 0.11 | 351.43 | 0.38 | 0.82 |
| Hex | E2 | BF | C4 | 0 | F | D | B | 15F | 26 | 52 |
| Octal | 342 | 277 | 304 | 0 | 17 | 15 | 13 | 537 | 46 | 122 |
| Binary | 11100010 | 10111111 | 11000100 | 0 | 1111 | 1101 | 1011 | 101011111 | 100110 | 1010010 |
Color Harmonies of #E2BFC4
Complementary color
Monochromatic Colors of #E2BFC4
Black with #E2BFC4
Text Example
Text Example
White with #E2BFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BFC4; }
p { color: rgb(226,191,196); }
H1.HeaderClassName
{
color: #E2BFC4;
}
.AnyTagClassName
{
color: #E2BFC4;
}
</style>
background-color css
<style>
a { background-color: #E2BFC4; }
a { background-color: rgb(226,191,196); }
div.DivClassName
{
background-color: #E2BFC4;
}
.BgClassName
{
background-color: #E2BFC4;
}
</style>
border-color css
<style>
span { border-color: #E2BFC4; }
span { border-color: rgb(226,191,196); }
td.TdClassName
{
border-color: #E2BFC4;
}
.TagClassName
{
border-color: #E2BFC4;
}
</style>