Shades of Melanie #E1B4C3
Tints of Melanie #E1B4C3
RGB
CMYK
RGB Variations
Color information
#E1B4C3 (or 0xE1B4C3) is known color: Melanie. HEX triplet: E1, B4 and C3. RGB value is (225,180,195). Sum of RGB (Red+Green+Blue) = 225+180+195=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 195 (76.56% from 255 or 32.5% from 600); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4C3 is #1E4B3C. Grayscale: #C3C3C3. Windows color (decimal): -1985341 or 12825825. OLE color: 12825825.
HSL color Cylindrical-coordinate representation of color #E1B4C3: hue angle of 340º 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 #E1B4C3 is Cyan = 0, Magento = 0.2, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 195 | - |
| CMYK | 0 | 0.2 | 0.13 | 0.12 |
| HSL | 340º | 0.43% | 0.79% | - |
| HSV(B) | 340º | 0.2% | 0.88% | - |
| XYZ | 57.22 | 52.59 | 58.76 | - |
| YUV | 195.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 195 | 0 | 0.2 | 0.13 | 0.12 | 340 | 0.43 | 0.79 |
| Hex | E1 | B4 | C3 | 0 | 14 | D | C | 154 | 2B | 4F |
| Octal | 341 | 264 | 303 | 0 | 24 | 15 | 14 | 524 | 53 | 117 |
| Binary | 11100001 | 10110100 | 11000011 | 0 | 10100 | 1101 | 1100 | 101010100 | 101011 | 1001111 |
Color Harmonies of #E1B4C3
Complementary color
Monochromatic Colors of #E1B4C3
Black with #E1B4C3
Text Example
Text Example
White with #E1B4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B4C3; }
p { color: rgb(225,180,195); }
H1.HeaderClassName
{
color: #E1B4C3;
}
.AnyTagClassName
{
color: #E1B4C3;
}
</style>
background-color css
<style>
a { background-color: #E1B4C3; }
a { background-color: rgb(225,180,195); }
div.DivClassName
{
background-color: #E1B4C3;
}
.BgClassName
{
background-color: #E1B4C3;
}
</style>
border-color css
<style>
span { border-color: #E1B4C3; }
span { border-color: rgb(225,180,195); }
td.TdClassName
{
border-color: #E1B4C3;
}
.TagClassName
{
border-color: #E1B4C3;
}
</style>