Shades of Melanie #E4B4BF
Tints of Melanie #E4B4BF
RGB
CMYK
RGB Variations
Color information
#E4B4BF (or 0xE4B4BF) is known color: Melanie. HEX triplet: E4, B4 and BF. RGB value is (228,180,191). Sum of RGB (Red+Green+Blue) = 228+180+191=599 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.06% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4B4BF is #1B4B40. Grayscale: #C3C3C3. Windows color (decimal): -1788737 or 12563684. OLE color: 12563684.
HSL color Cylindrical-coordinate representation of color #E4B4BF: hue angle of 346.25º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E4B4BF is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 180 | 191 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.11 |
| HSL | 346.25º | 0.47% | 0.8% | - |
| HSV(B) | 346.25º | 0.21% | 0.89% | - |
| XYZ | 57.72 | 52.9 | 56.46 | - |
| YUV | 195.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 180 | 191 | 0 | 0.21 | 0.16 | 0.11 | 346.25 | 0.47 | 0.8 |
| Hex | E4 | B4 | BF | 0 | 15 | 10 | B | 15A | 2F | 50 |
| Octal | 344 | 264 | 277 | 0 | 25 | 20 | 13 | 532 | 57 | 120 |
| Binary | 11100100 | 10110100 | 10111111 | 0 | 10101 | 10000 | 1011 | 101011010 | 101111 | 1010000 |
Color Harmonies of #E4B4BF
Complementary color
Monochromatic Colors of #E4B4BF
Black with #E4B4BF
Text Example
Text Example
White with #E4B4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B4BF; }
p { color: rgb(228,180,191); }
H1.HeaderClassName
{
color: #E4B4BF;
}
.AnyTagClassName
{
color: #E4B4BF;
}
</style>
background-color css
<style>
a { background-color: #E4B4BF; }
a { background-color: rgb(228,180,191); }
div.DivClassName
{
background-color: #E4B4BF;
}
.BgClassName
{
background-color: #E4B4BF;
}
</style>
border-color css
<style>
span { border-color: #E4B4BF; }
span { border-color: rgb(228,180,191); }
td.TdClassName
{
border-color: #E4B4BF;
}
.TagClassName
{
border-color: #E4B4BF;
}
</style>