Shades of Melanie #E2BEC6
Tints of Melanie #E2BEC6
RGB
CMYK
RGB Variations
Color information
#E2BEC6 (or 0xE2BEC6) is known color: Melanie. HEX triplet: E2, BE and C6. RGB value is (226,190,198). Sum of RGB (Red+Green+Blue) = 226+190+198=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BEC6 is #1D4139. Grayscale: #C9C9C9. Windows color (decimal): -1917242 or 13024994. OLE color: 13024994.
HSL color Cylindrical-coordinate representation of color #E2BEC6: hue angle of 346.67º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2BEC6 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 198 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.11 |
| HSL | 346.67º | 0.38% | 0.82% | - |
| HSV(B) | 346.67º | 0.16% | 0.89% | - |
| XYZ | 59.97 | 57.07 | 61.28 | - |
| YUV | 201.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 198 | 0 | 0.16 | 0.12 | 0.11 | 346.67 | 0.38 | 0.82 |
| Hex | E2 | BE | C6 | 0 | 10 | C | B | 15B | 26 | 52 |
| Octal | 342 | 276 | 306 | 0 | 20 | 14 | 13 | 533 | 46 | 122 |
| Binary | 11100010 | 10111110 | 11000110 | 0 | 10000 | 1100 | 1011 | 101011011 | 100110 | 1010010 |
Color Harmonies of #E2BEC6
Complementary color
Monochromatic Colors of #E2BEC6
Black with #E2BEC6
Text Example
Text Example
White with #E2BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BEC6; }
p { color: rgb(226,190,198); }
H1.HeaderClassName
{
color: #E2BEC6;
}
.AnyTagClassName
{
color: #E2BEC6;
}
</style>
background-color css
<style>
a { background-color: #E2BEC6; }
a { background-color: rgb(226,190,198); }
div.DivClassName
{
background-color: #E2BEC6;
}
.BgClassName
{
background-color: #E2BEC6;
}
</style>
border-color css
<style>
span { border-color: #E2BEC6; }
span { border-color: rgb(226,190,198); }
td.TdClassName
{
border-color: #E2BEC6;
}
.TagClassName
{
border-color: #E2BEC6;
}
</style>