Shades of Melanie #E1B1C3
Tints of Melanie #E1B1C3
RGB
CMYK
RGB Variations
Color information
#E1B1C3 (or 0xE1B1C3) is known color: Melanie. HEX triplet: E1, B1 and C3. RGB value is (225,177,195). Sum of RGB (Red+Green+Blue) = 225+177+195=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 177 (69.53% from 255 or 29.65% from 597); Blue value is 195 (76.56% from 255 or 32.66% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B1C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B1C3 is #1E4E3C. Grayscale: #C1C1C1. Windows color (decimal): -1986109 or 12825057. OLE color: 12825057.
HSL color Cylindrical-coordinate representation of color #E1B1C3: hue angle of 337.5º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1B1C3 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 177 | 195 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.12 |
| HSL | 337.5º | 0.44% | 0.79% | - |
| HSV(B) | 337.5º | 0.21% | 0.88% | - |
| XYZ | 56.62 | 51.39 | 58.57 | - |
| YUV | 193.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 177 | 195 | 0 | 0.21 | 0.13 | 0.12 | 337.5 | 0.44 | 0.79 |
| Hex | E1 | B1 | C3 | 0 | 15 | D | C | 152 | 2C | 4F |
| Octal | 341 | 261 | 303 | 0 | 25 | 15 | 14 | 522 | 54 | 117 |
| Binary | 11100001 | 10110001 | 11000011 | 0 | 10101 | 1101 | 1100 | 101010010 | 101100 | 1001111 |
Color Harmonies of #E1B1C3
Complementary color
Monochromatic Colors of #E1B1C3
Black with #E1B1C3
Text Example
Text Example
White with #E1B1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B1C3; }
p { color: rgb(225,177,195); }
H1.HeaderClassName
{
color: #E1B1C3;
}
.AnyTagClassName
{
color: #E1B1C3;
}
</style>
background-color css
<style>
a { background-color: #E1B1C3; }
a { background-color: rgb(225,177,195); }
div.DivClassName
{
background-color: #E1B1C3;
}
.BgClassName
{
background-color: #E1B1C3;
}
</style>
border-color css
<style>
span { border-color: #E1B1C3; }
span { border-color: rgb(225,177,195); }
td.TdClassName
{
border-color: #E1B1C3;
}
.TagClassName
{
border-color: #E1B1C3;
}
</style>