Shades of Melanie #E1B4BD
Tints of Melanie #E1B4BD
RGB
CMYK
RGB Variations
Color information
#E1B4BD (or 0xE1B4BD) is known color: Melanie. HEX triplet: E1, B4 and BD. RGB value is (225,180,189). Sum of RGB (Red+Green+Blue) = 225+180+189=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4BD is #1E4B42. Grayscale: #C2C2C2. Windows color (decimal): -1985347 or 12432609. OLE color: 12432609.
HSL color Cylindrical-coordinate representation of color #E1B4BD: hue angle of 348º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B4BD is Cyan = 0, Magento = 0.2, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 189 | - |
| CMYK | 0 | 0.2 | 0.16 | 0.12 |
| HSL | 348º | 0.43% | 0.79% | - |
| HSV(B) | 348º | 0.2% | 0.88% | - |
| XYZ | 56.56 | 52.32 | 55.26 | - |
| YUV | 194.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 189 | 0 | 0.2 | 0.16 | 0.12 | 348 | 0.43 | 0.79 |
| Hex | E1 | B4 | BD | 0 | 14 | 10 | C | 15C | 2B | 4F |
| Octal | 341 | 264 | 275 | 0 | 24 | 20 | 14 | 534 | 53 | 117 |
| Binary | 11100001 | 10110100 | 10111101 | 0 | 10100 | 10000 | 1100 | 101011100 | 101011 | 1001111 |
Color Harmonies of #E1B4BD
Complementary color
Monochromatic Colors of #E1B4BD
Black with #E1B4BD
Text Example
Text Example
White with #E1B4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B4BD; }
p { color: rgb(225,180,189); }
H1.HeaderClassName
{
color: #E1B4BD;
}
.AnyTagClassName
{
color: #E1B4BD;
}
</style>
background-color css
<style>
a { background-color: #E1B4BD; }
a { background-color: rgb(225,180,189); }
div.DivClassName
{
background-color: #E1B4BD;
}
.BgClassName
{
background-color: #E1B4BD;
}
</style>
border-color css
<style>
span { border-color: #E1B4BD; }
span { border-color: rgb(225,180,189); }
td.TdClassName
{
border-color: #E1B4BD;
}
.TagClassName
{
border-color: #E1B4BD;
}
</style>