Shades of Melanie #E2B4BD
Tints of Melanie #E2B4BD
RGB
CMYK
RGB Variations
Color information
#E2B4BD (or 0xE2B4BD) is known color: Melanie. HEX triplet: E2, B4 and BD. RGB value is (226,180,189). Sum of RGB (Red+Green+Blue) = 226+180+189=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B4BD is #1D4B42. Grayscale: #C2C2C2. Windows color (decimal): -1919811 or 12432610. OLE color: 12432610.
HSL color Cylindrical-coordinate representation of color #E2B4BD: hue angle of 348.26º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2B4BD is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 180 | 189 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.11 |
| HSL | 348.26º | 0.44% | 0.8% | - |
| HSV(B) | 348.26º | 0.2% | 0.89% | - |
| XYZ | 56.87 | 52.49 | 55.28 | - |
| YUV | 194.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 180 | 189 | 0 | 0.20 | 0.16 | 0.11 | 348.26 | 0.44 | 0.8 |
| Hex | E2 | B4 | BD | 0 | 14 | 10 | B | 15C | 2C | 50 |
| Octal | 342 | 264 | 275 | 0 | 24 | 20 | 13 | 534 | 54 | 120 |
| Binary | 11100010 | 10110100 | 10111101 | 0 | 10100 | 10000 | 1011 | 101011100 | 101100 | 1010000 |
Color Harmonies of #E2B4BD
Complementary color
Monochromatic Colors of #E2B4BD
Black with #E2B4BD
Text Example
Text Example
White with #E2B4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B4BD; }
p { color: rgb(226,180,189); }
H1.HeaderClassName
{
color: #E2B4BD;
}
.AnyTagClassName
{
color: #E2B4BD;
}
</style>
background-color css
<style>
a { background-color: #E2B4BD; }
a { background-color: rgb(226,180,189); }
div.DivClassName
{
background-color: #E2B4BD;
}
.BgClassName
{
background-color: #E2B4BD;
}
</style>
border-color css
<style>
span { border-color: #E2B4BD; }
span { border-color: rgb(226,180,189); }
td.TdClassName
{
border-color: #E2B4BD;
}
.TagClassName
{
border-color: #E2B4BD;
}
</style>