Shades of Melanie #E1B0C2
Tints of Melanie #E1B0C2
RGB
CMYK
RGB Variations
Color information
#E1B0C2 (or 0xE1B0C2) is known color: Melanie. HEX triplet: E1, B0 and C2. RGB value is (225,176,194). Sum of RGB (Red+Green+Blue) = 225+176+194=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0C2 is #1E4F3D. Grayscale: #C0C0C0. Windows color (decimal): -1986366 or 12759265. OLE color: 12759265.
HSL color Cylindrical-coordinate representation of color #E1B0C2: hue angle of 337.96º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B0C2 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 176 | 194 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.12 |
| HSL | 337.96º | 0.45% | 0.79% | - |
| HSV(B) | 337.96º | 0.22% | 0.88% | - |
| XYZ | 56.31 | 50.95 | 57.91 | - |
| YUV | 192.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 176 | 194 | 0 | 0.22 | 0.14 | 0.12 | 337.96 | 0.45 | 0.79 |
| Hex | E1 | B0 | C2 | 0 | 16 | E | C | 152 | 2D | 4F |
| Octal | 341 | 260 | 302 | 0 | 26 | 16 | 14 | 522 | 55 | 117 |
| Binary | 11100001 | 10110000 | 11000010 | 0 | 10110 | 1110 | 1100 | 101010010 | 101101 | 1001111 |
Color Harmonies of #E1B0C2
Complementary color
Monochromatic Colors of #E1B0C2
Black with #E1B0C2
Text Example
Text Example
White with #E1B0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B0C2; }
p { color: rgb(225,176,194); }
H1.HeaderClassName
{
color: #E1B0C2;
}
.AnyTagClassName
{
color: #E1B0C2;
}
</style>
background-color css
<style>
a { background-color: #E1B0C2; }
a { background-color: rgb(225,176,194); }
div.DivClassName
{
background-color: #E1B0C2;
}
.BgClassName
{
background-color: #E1B0C2;
}
</style>
border-color css
<style>
span { border-color: #E1B0C2; }
span { border-color: rgb(225,176,194); }
td.TdClassName
{
border-color: #E1B0C2;
}
.TagClassName
{
border-color: #E1B0C2;
}
</style>