Shades of Melanie #E2BBCA
Tints of Melanie #E2BBCA
RGB
CMYK
RGB Variations
Color information
#E2BBCA (or 0xE2BBCA) is known color: Melanie. HEX triplet: E2, BB and CA. RGB value is (226,187,202). Sum of RGB (Red+Green+Blue) = 226+187+202=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BBCA is #1D4435. Grayscale: #C8C8C8. Windows color (decimal): -1918006 or 13286370. OLE color: 13286370.
HSL color Cylindrical-coordinate representation of color #E2BBCA: hue angle of 336.92º 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 #E2BBCA is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 187 | 202 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.11 |
| HSL | 336.92º | 0.4% | 0.81% | - |
| HSV(B) | 336.92º | 0.17% | 0.89% | - |
| XYZ | 59.8 | 55.97 | 63.53 | - |
| YUV | 200.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 202 | 0 | 0.17 | 0.11 | 0.11 | 336.92 | 0.4 | 0.81 |
| Hex | E2 | BB | CA | 0 | 11 | B | B | 151 | 28 | 51 |
| Octal | 342 | 273 | 312 | 0 | 21 | 13 | 13 | 521 | 50 | 121 |
| Binary | 11100010 | 10111011 | 11001010 | 0 | 10001 | 1011 | 1011 | 101010001 | 101000 | 1010001 |
Color Harmonies of #E2BBCA
Complementary color
Monochromatic Colors of #E2BBCA
Black with #E2BBCA
Text Example
Text Example
White with #E2BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BBCA; }
p { color: rgb(226,187,202); }
H1.HeaderClassName
{
color: #E2BBCA;
}
.AnyTagClassName
{
color: #E2BBCA;
}
</style>
background-color css
<style>
a { background-color: #E2BBCA; }
a { background-color: rgb(226,187,202); }
div.DivClassName
{
background-color: #E2BBCA;
}
.BgClassName
{
background-color: #E2BBCA;
}
</style>
border-color css
<style>
span { border-color: #E2BBCA; }
span { border-color: rgb(226,187,202); }
td.TdClassName
{
border-color: #E2BBCA;
}
.TagClassName
{
border-color: #E2BBCA;
}
</style>