Shades of Melanie #E2B4BF
Tints of Melanie #E2B4BF
RGB
CMYK
RGB Variations
Color information
#E2B4BF (or 0xE2B4BF) is known color: Melanie. HEX triplet: E2, B4 and BF. RGB value is (226,180,191). Sum of RGB (Red+Green+Blue) = 226+180+191=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B4BF is #1D4B40. Grayscale: #C3C3C3. Windows color (decimal): -1919809 or 12563682. OLE color: 12563682.
HSL color Cylindrical-coordinate representation of color #E2B4BF: hue angle of 345.65º 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 #E2B4BF is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 180 | 191 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.11 |
| HSL | 345.65º | 0.44% | 0.8% | - |
| HSV(B) | 345.65º | 0.2% | 0.89% | - |
| XYZ | 57.09 | 52.57 | 56.43 | - |
| YUV | 195.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 180 | 191 | 0 | 0.20 | 0.15 | 0.11 | 345.65 | 0.44 | 0.8 |
| Hex | E2 | B4 | BF | 0 | 14 | F | B | 15A | 2C | 50 |
| Octal | 342 | 264 | 277 | 0 | 24 | 17 | 13 | 532 | 54 | 120 |
| Binary | 11100010 | 10110100 | 10111111 | 0 | 10100 | 1111 | 1011 | 101011010 | 101100 | 1010000 |
Color Harmonies of #E2B4BF
Complementary color
Monochromatic Colors of #E2B4BF
Black with #E2B4BF
Text Example
Text Example
White with #E2B4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B4BF; }
p { color: rgb(226,180,191); }
H1.HeaderClassName
{
color: #E2B4BF;
}
.AnyTagClassName
{
color: #E2B4BF;
}
</style>
background-color css
<style>
a { background-color: #E2B4BF; }
a { background-color: rgb(226,180,191); }
div.DivClassName
{
background-color: #E2B4BF;
}
.BgClassName
{
background-color: #E2B4BF;
}
</style>
border-color css
<style>
span { border-color: #E2B4BF; }
span { border-color: rgb(226,180,191); }
td.TdClassName
{
border-color: #E2B4BF;
}
.TagClassName
{
border-color: #E2B4BF;
}
</style>