Shades of Melanie #E0B3C1
Tints of Melanie #E0B3C1
RGB
CMYK
RGB Variations
Color information
#E0B3C1 (or 0xE0B3C1) is known color: Melanie. HEX triplet: E0, B3 and C1. RGB value is (224,179,193). Sum of RGB (Red+Green+Blue) = 224+179+193=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 179 (70.31% from 255 or 30.03% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B3C1 is #1F4C3E. Grayscale: #C2C2C2. Windows color (decimal): -2051135 or 12694496. OLE color: 12694496.
HSL color Cylindrical-coordinate representation of color #E0B3C1: hue angle of 341.33º 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 #E0B3C1 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 179 | 193 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.12 |
| HSL | 341.33º | 0.42% | 0.79% | - |
| HSV(B) | 341.33º | 0.2% | 0.88% | - |
| XYZ | 56.49 | 51.94 | 57.5 | - |
| YUV | 194.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 179 | 193 | 0 | 0.20 | 0.14 | 0.12 | 341.33 | 0.42 | 0.79 |
| Hex | E0 | B3 | C1 | 0 | 14 | E | C | 155 | 2A | 4F |
| Octal | 340 | 263 | 301 | 0 | 24 | 16 | 14 | 525 | 52 | 117 |
| Binary | 11100000 | 10110011 | 11000001 | 0 | 10100 | 1110 | 1100 | 101010101 | 101010 | 1001111 |
Color Harmonies of #E0B3C1
Complementary color
Monochromatic Colors of #E0B3C1
Black with #E0B3C1
Text Example
Text Example
White with #E0B3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B3C1; }
p { color: rgb(224,179,193); }
H1.HeaderClassName
{
color: #E0B3C1;
}
.AnyTagClassName
{
color: #E0B3C1;
}
</style>
background-color css
<style>
a { background-color: #E0B3C1; }
a { background-color: rgb(224,179,193); }
div.DivClassName
{
background-color: #E0B3C1;
}
.BgClassName
{
background-color: #E0B3C1;
}
</style>
border-color css
<style>
span { border-color: #E0B3C1; }
span { border-color: rgb(224,179,193); }
td.TdClassName
{
border-color: #E0B3C1;
}
.TagClassName
{
border-color: #E0B3C1;
}
</style>