Shades of Melanie #E1BEC2
Tints of Melanie #E1BEC2
RGB
CMYK
RGB Variations
Color information
#E1BEC2 (or 0xE1BEC2) is known color: Melanie. HEX triplet: E1, BE and C2. RGB value is (225,190,194). Sum of RGB (Red+Green+Blue) = 225+190+194=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BEC2 is #1E413D. Grayscale: #C8C8C8. Windows color (decimal): -1982782 or 12762849. OLE color: 12762849.
HSL color Cylindrical-coordinate representation of color #E1BEC2: hue angle of 353.14º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BEC2 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 190 | 194 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.12 |
| HSL | 353.14º | 0.37% | 0.81% | - |
| HSV(B) | 353.14º | 0.16% | 0.88% | - |
| XYZ | 59.2 | 56.73 | 58.87 | - |
| YUV | 200.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 190 | 194 | 0 | 0.16 | 0.14 | 0.12 | 353.14 | 0.37 | 0.81 |
| Hex | E1 | BE | C2 | 0 | 10 | E | C | 161 | 25 | 51 |
| Octal | 341 | 276 | 302 | 0 | 20 | 16 | 14 | 541 | 45 | 121 |
| Binary | 11100001 | 10111110 | 11000010 | 0 | 10000 | 1110 | 1100 | 101100001 | 100101 | 1010001 |
Color Harmonies of #E1BEC2
Complementary color
Monochromatic Colors of #E1BEC2
Black with #E1BEC2
Text Example
Text Example
White with #E1BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BEC2; }
p { color: rgb(225,190,194); }
H1.HeaderClassName
{
color: #E1BEC2;
}
.AnyTagClassName
{
color: #E1BEC2;
}
</style>
background-color css
<style>
a { background-color: #E1BEC2; }
a { background-color: rgb(225,190,194); }
div.DivClassName
{
background-color: #E1BEC2;
}
.BgClassName
{
background-color: #E1BEC2;
}
</style>
border-color css
<style>
span { border-color: #E1BEC2; }
span { border-color: rgb(225,190,194); }
td.TdClassName
{
border-color: #E1BEC2;
}
.TagClassName
{
border-color: #E1BEC2;
}
</style>