Shades of Melanie #E2BEC3
Tints of Melanie #E2BEC3
RGB
CMYK
RGB Variations
Color information
#E2BEC3 (or 0xE2BEC3) is known color: Melanie. HEX triplet: E2, BE and C3. RGB value is (226,190,195). Sum of RGB (Red+Green+Blue) = 226+190+195=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BEC3 is #1D413C. Grayscale: #C9C9C9. Windows color (decimal): -1917245 or 12828386. OLE color: 12828386.
HSL color Cylindrical-coordinate representation of color #E2BEC3: hue angle of 351.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 #E2BEC3 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 195 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.11 |
| HSL | 351.67º | 0.38% | 0.82% | - |
| HSV(B) | 351.67º | 0.16% | 0.89% | - |
| XYZ | 59.63 | 56.94 | 59.48 | - |
| YUV | 201.33 | 124.43 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 195 | 0 | 0.16 | 0.14 | 0.11 | 351.67 | 0.38 | 0.82 |
| Hex | E2 | BE | C3 | 0 | 10 | E | B | 160 | 26 | 52 |
| Octal | 342 | 276 | 303 | 0 | 20 | 16 | 13 | 540 | 46 | 122 |
| Binary | 11100010 | 10111110 | 11000011 | 0 | 10000 | 1110 | 1011 | 101100000 | 100110 | 1010010 |
Color Harmonies of #E2BEC3
Complementary color
Monochromatic Colors of #E2BEC3
Black with #E2BEC3
Text Example
Text Example
White with #E2BEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BEC3; }
p { color: rgb(226,190,195); }
H1.HeaderClassName
{
color: #E2BEC3;
}
.AnyTagClassName
{
color: #E2BEC3;
}
</style>
background-color css
<style>
a { background-color: #E2BEC3; }
a { background-color: rgb(226,190,195); }
div.DivClassName
{
background-color: #E2BEC3;
}
.BgClassName
{
background-color: #E2BEC3;
}
</style>
border-color css
<style>
span { border-color: #E2BEC3; }
span { border-color: rgb(226,190,195); }
td.TdClassName
{
border-color: #E2BEC3;
}
.TagClassName
{
border-color: #E2BEC3;
}
</style>