Shades of Melanie #E2BCC2
Tints of Melanie #E2BCC2
RGB
CMYK
RGB Variations
Color information
#E2BCC2 (or 0xE2BCC2) is known color: Melanie. HEX triplet: E2, BC and C2. RGB value is (226,188,194). Sum of RGB (Red+Green+Blue) = 226+188+194=608 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.17% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCC2 is #1D433D. Grayscale: #C8C8C8. Windows color (decimal): -1917758 or 12762338. OLE color: 12762338.
HSL color Cylindrical-coordinate representation of color #E2BCC2: hue angle of 350.53º 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 #E2BCC2 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 194 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.11 |
| HSL | 350.53º | 0.4% | 0.81% | - |
| HSV(B) | 350.53º | 0.17% | 0.89% | - |
| XYZ | 59.08 | 56.03 | 58.74 | - |
| YUV | 200.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 194 | 0 | 0.17 | 0.14 | 0.11 | 350.53 | 0.4 | 0.81 |
| Hex | E2 | BC | C2 | 0 | 11 | E | B | 15F | 28 | 51 |
| Octal | 342 | 274 | 302 | 0 | 21 | 16 | 13 | 537 | 50 | 121 |
| Binary | 11100010 | 10111100 | 11000010 | 0 | 10001 | 1110 | 1011 | 101011111 | 101000 | 1010001 |
Color Harmonies of #E2BCC2
Complementary color
Monochromatic Colors of #E2BCC2
Black with #E2BCC2
Text Example
Text Example
White with #E2BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCC2; }
p { color: rgb(226,188,194); }
H1.HeaderClassName
{
color: #E2BCC2;
}
.AnyTagClassName
{
color: #E2BCC2;
}
</style>
background-color css
<style>
a { background-color: #E2BCC2; }
a { background-color: rgb(226,188,194); }
div.DivClassName
{
background-color: #E2BCC2;
}
.BgClassName
{
background-color: #E2BCC2;
}
</style>
border-color css
<style>
span { border-color: #E2BCC2; }
span { border-color: rgb(226,188,194); }
td.TdClassName
{
border-color: #E2BCC2;
}
.TagClassName
{
border-color: #E2BCC2;
}
</style>