Shades of Melanie #E1B4C1
Tints of Melanie #E1B4C1
RGB
CMYK
RGB Variations
Color information
#E1B4C1 (or 0xE1B4C1) is known color: Melanie. HEX triplet: E1, B4 and C1. RGB value is (225,180,193). Sum of RGB (Red+Green+Blue) = 225+180+193=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 180 (70.70% from 255 or 30.10% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4C1 is #1E4B3E. Grayscale: #C2C2C2. Windows color (decimal): -1985343 or 12694753. OLE color: 12694753.
HSL color Cylindrical-coordinate representation of color #E1B4C1: hue angle of 342.67º 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 #E1B4C1 is Cyan = 0, Magento = 0.2, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 193 | - |
| CMYK | 0 | 0.2 | 0.14 | 0.12 |
| HSL | 342.67º | 0.43% | 0.79% | - |
| HSV(B) | 342.67º | 0.2% | 0.88% | - |
| XYZ | 57 | 52.5 | 57.58 | - |
| YUV | 194.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 193 | 0 | 0.2 | 0.14 | 0.12 | 342.67 | 0.43 | 0.79 |
| Hex | E1 | B4 | C1 | 0 | 14 | E | C | 157 | 2B | 4F |
| Octal | 341 | 264 | 301 | 0 | 24 | 16 | 14 | 527 | 53 | 117 |
| Binary | 11100001 | 10110100 | 11000001 | 0 | 10100 | 1110 | 1100 | 101010111 | 101011 | 1001111 |
Color Harmonies of #E1B4C1
Complementary color
Monochromatic Colors of #E1B4C1
Black with #E1B4C1
Text Example
Text Example
White with #E1B4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B4C1; }
p { color: rgb(225,180,193); }
H1.HeaderClassName
{
color: #E1B4C1;
}
.AnyTagClassName
{
color: #E1B4C1;
}
</style>
background-color css
<style>
a { background-color: #E1B4C1; }
a { background-color: rgb(225,180,193); }
div.DivClassName
{
background-color: #E1B4C1;
}
.BgClassName
{
background-color: #E1B4C1;
}
</style>
border-color css
<style>
span { border-color: #E1B4C1; }
span { border-color: rgb(225,180,193); }
td.TdClassName
{
border-color: #E1B4C1;
}
.TagClassName
{
border-color: #E1B4C1;
}
</style>