Shades of Melanie #E1B4C7
Tints of Melanie #E1B4C7
RGB
CMYK
RGB Variations
Color information
#E1B4C7 (or 0xE1B4C7) is known color: Melanie. HEX triplet: E1, B4 and C7. RGB value is (225,180,199). Sum of RGB (Red+Green+Blue) = 225+180+199=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4C7 is #1E4B38. Grayscale: #C3C3C3. Windows color (decimal): -1985337 or 13087969. OLE color: 13087969.
HSL color Cylindrical-coordinate representation of color #E1B4C7: hue angle of 334.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 #E1B4C7 is Cyan = 0, Magento = 0.2, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 199 | - |
| CMYK | 0 | 0.2 | 0.12 | 0.12 |
| HSL | 334.67º | 0.43% | 0.79% | - |
| HSV(B) | 334.67º | 0.2% | 0.88% | - |
| XYZ | 57.68 | 52.77 | 61.18 | - |
| YUV | 195.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 199 | 0 | 0.2 | 0.12 | 0.12 | 334.67 | 0.43 | 0.79 |
| Hex | E1 | B4 | C7 | 0 | 14 | C | C | 14F | 2B | 4F |
| Octal | 341 | 264 | 307 | 0 | 24 | 14 | 14 | 517 | 53 | 117 |
| Binary | 11100001 | 10110100 | 11000111 | 0 | 10100 | 1100 | 1100 | 101001111 | 101011 | 1001111 |
Color Harmonies of #E1B4C7
Complementary color
Monochromatic Colors of #E1B4C7
Black with #E1B4C7
Text Example
Text Example
White with #E1B4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B4C7; }
p { color: rgb(225,180,199); }
H1.HeaderClassName
{
color: #E1B4C7;
}
.AnyTagClassName
{
color: #E1B4C7;
}
</style>
background-color css
<style>
a { background-color: #E1B4C7; }
a { background-color: rgb(225,180,199); }
div.DivClassName
{
background-color: #E1B4C7;
}
.BgClassName
{
background-color: #E1B4C7;
}
</style>
border-color css
<style>
span { border-color: #E1B4C7; }
span { border-color: rgb(225,180,199); }
td.TdClassName
{
border-color: #E1B4C7;
}
.TagClassName
{
border-color: #E1B4C7;
}
</style>