Shades of Melanie #E2BCC4
Tints of Melanie #E2BCC4
RGB
CMYK
RGB Variations
Color information
#E2BCC4 (or 0xE2BCC4) is known color: Melanie. HEX triplet: E2, BC and C4. RGB value is (226,188,196). Sum of RGB (Red+Green+Blue) = 226+188+196=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCC4 is #1D433B. Grayscale: #C8C8C8. Windows color (decimal): -1917756 or 12893410. OLE color: 12893410.
HSL color Cylindrical-coordinate representation of color #E2BCC4: hue angle of 347.37º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BCC4 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 196 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.11 |
| HSL | 347.37º | 0.4% | 0.81% | - |
| HSV(B) | 347.37º | 0.17% | 0.89% | - |
| XYZ | 59.31 | 56.12 | 59.93 | - |
| YUV | 200.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 196 | 0 | 0.17 | 0.13 | 0.11 | 347.37 | 0.4 | 0.81 |
| Hex | E2 | BC | C4 | 0 | 11 | D | B | 15B | 28 | 51 |
| Octal | 342 | 274 | 304 | 0 | 21 | 15 | 13 | 533 | 50 | 121 |
| Binary | 11100010 | 10111100 | 11000100 | 0 | 10001 | 1101 | 1011 | 101011011 | 101000 | 1010001 |
Color Harmonies of #E2BCC4
Complementary color
Monochromatic Colors of #E2BCC4
Black with #E2BCC4
Text Example
Text Example
White with #E2BCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCC4; }
p { color: rgb(226,188,196); }
H1.HeaderClassName
{
color: #E2BCC4;
}
.AnyTagClassName
{
color: #E2BCC4;
}
</style>
background-color css
<style>
a { background-color: #E2BCC4; }
a { background-color: rgb(226,188,196); }
div.DivClassName
{
background-color: #E2BCC4;
}
.BgClassName
{
background-color: #E2BCC4;
}
</style>
border-color css
<style>
span { border-color: #E2BCC4; }
span { border-color: rgb(226,188,196); }
td.TdClassName
{
border-color: #E2BCC4;
}
.TagClassName
{
border-color: #E2BCC4;
}
</style>