Shades of Melanie #E0BEC1
Tints of Melanie #E0BEC1
RGB
CMYK
RGB Variations
Color information
#E0BEC1 (or 0xE0BEC1) is known color: Melanie. HEX triplet: E0, BE and C1. RGB value is (224,190,193). Sum of RGB (Red+Green+Blue) = 224+190+193=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BEC1 is #1F413E. Grayscale: #C8C8C8. Windows color (decimal): -2048319 or 12697312. OLE color: 12697312.
HSL color Cylindrical-coordinate representation of color #E0BEC1: hue angle of 354.71º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0BEC1 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 190 | 193 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.12 |
| HSL | 354.71º | 0.35% | 0.81% | - |
| HSV(B) | 354.71º | 0.15% | 0.88% | - |
| XYZ | 58.78 | 56.52 | 58.26 | - |
| YUV | 200.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 193 | 0 | 0.15 | 0.14 | 0.12 | 354.71 | 0.35 | 0.81 |
| Hex | E0 | BE | C1 | 0 | F | E | C | 163 | 23 | 51 |
| Octal | 340 | 276 | 301 | 0 | 17 | 16 | 14 | 543 | 43 | 121 |
| Binary | 11100000 | 10111110 | 11000001 | 0 | 1111 | 1110 | 1100 | 101100011 | 100011 | 1010001 |
Color Harmonies of #E0BEC1
Complementary color
Monochromatic Colors of #E0BEC1
Black with #E0BEC1
Text Example
Text Example
White with #E0BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BEC1; }
p { color: rgb(224,190,193); }
H1.HeaderClassName
{
color: #E0BEC1;
}
.AnyTagClassName
{
color: #E0BEC1;
}
</style>
background-color css
<style>
a { background-color: #E0BEC1; }
a { background-color: rgb(224,190,193); }
div.DivClassName
{
background-color: #E0BEC1;
}
.BgClassName
{
background-color: #E0BEC1;
}
</style>
border-color css
<style>
span { border-color: #E0BEC1; }
span { border-color: rgb(224,190,193); }
td.TdClassName
{
border-color: #E0BEC1;
}
.TagClassName
{
border-color: #E0BEC1;
}
</style>