Shades of Melanie #E1B4BF
Tints of Melanie #E1B4BF
RGB
CMYK
RGB Variations
Color information
#E1B4BF (or 0xE1B4BF) is known color: Melanie. HEX triplet: E1, B4 and BF. RGB value is (225,180,191). Sum of RGB (Red+Green+Blue) = 225+180+191=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4BF is #1E4B40. Grayscale: #C2C2C2. Windows color (decimal): -1985345 or 12563681. OLE color: 12563681.
HSL color Cylindrical-coordinate representation of color #E1B4BF: hue angle of 345.33º 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 #E1B4BF is Cyan = 0, Magento = 0.2, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 191 | - |
| CMYK | 0 | 0.2 | 0.15 | 0.12 |
| HSL | 345.33º | 0.43% | 0.79% | - |
| HSV(B) | 345.33º | 0.2% | 0.88% | - |
| XYZ | 56.78 | 52.41 | 56.41 | - |
| YUV | 194.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 191 | 0 | 0.2 | 0.15 | 0.12 | 345.33 | 0.43 | 0.79 |
| Hex | E1 | B4 | BF | 0 | 14 | F | C | 159 | 2B | 4F |
| Octal | 341 | 264 | 277 | 0 | 24 | 17 | 14 | 531 | 53 | 117 |
| Binary | 11100001 | 10110100 | 10111111 | 0 | 10100 | 1111 | 1100 | 101011001 | 101011 | 1001111 |
Color Harmonies of #E1B4BF
Complementary color
Monochromatic Colors of #E1B4BF
Black with #E1B4BF
Text Example
Text Example
White with #E1B4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B4BF; }
p { color: rgb(225,180,191); }
H1.HeaderClassName
{
color: #E1B4BF;
}
.AnyTagClassName
{
color: #E1B4BF;
}
</style>
background-color css
<style>
a { background-color: #E1B4BF; }
a { background-color: rgb(225,180,191); }
div.DivClassName
{
background-color: #E1B4BF;
}
.BgClassName
{
background-color: #E1B4BF;
}
</style>
border-color css
<style>
span { border-color: #E1B4BF; }
span { border-color: rgb(225,180,191); }
td.TdClassName
{
border-color: #E1B4BF;
}
.TagClassName
{
border-color: #E1B4BF;
}
</style>