Shades of Melanie #E0B4C1
Tints of Melanie #E0B4C1
RGB
CMYK
RGB Variations
Color information
#E0B4C1 (or 0xE0B4C1) is known color: Melanie. HEX triplet: E0, B4 and C1. RGB value is (224,180,193). Sum of RGB (Red+Green+Blue) = 224+180+193=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B4C1 is #1F4B3E. Grayscale: #C2C2C2. Windows color (decimal): -2050879 or 12694752. OLE color: 12694752.
HSL color Cylindrical-coordinate representation of color #E0B4C1: hue angle of 342.27º degrees, saturation: 0.42, 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 #E0B4C1 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 180 | 193 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.12 |
| HSL | 342.27º | 0.42% | 0.79% | - |
| HSV(B) | 342.27º | 0.2% | 0.88% | - |
| XYZ | 56.69 | 52.34 | 57.57 | - |
| YUV | 194.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 180 | 193 | 0 | 0.20 | 0.14 | 0.12 | 342.27 | 0.42 | 0.79 |
| Hex | E0 | B4 | C1 | 0 | 14 | E | C | 156 | 2A | 4F |
| Octal | 340 | 264 | 301 | 0 | 24 | 16 | 14 | 526 | 52 | 117 |
| Binary | 11100000 | 10110100 | 11000001 | 0 | 10100 | 1110 | 1100 | 101010110 | 101010 | 1001111 |
Color Harmonies of #E0B4C1
Complementary color
Monochromatic Colors of #E0B4C1
Black with #E0B4C1
Text Example
Text Example
White with #E0B4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B4C1; }
p { color: rgb(224,180,193); }
H1.HeaderClassName
{
color: #E0B4C1;
}
.AnyTagClassName
{
color: #E0B4C1;
}
</style>
background-color css
<style>
a { background-color: #E0B4C1; }
a { background-color: rgb(224,180,193); }
div.DivClassName
{
background-color: #E0B4C1;
}
.BgClassName
{
background-color: #E0B4C1;
}
</style>
border-color css
<style>
span { border-color: #E0B4C1; }
span { border-color: rgb(224,180,193); }
td.TdClassName
{
border-color: #E0B4C1;
}
.TagClassName
{
border-color: #E0B4C1;
}
</style>