Shades of Melanie #E5B2BC
Tints of Melanie #E5B2BC
RGB
CMYK
RGB Variations
Color information
#E5B2BC (or 0xE5B2BC) is known color: Melanie. HEX triplet: E5, B2 and BC. RGB value is (229,178,188). Sum of RGB (Red+Green+Blue) = 229+178+188=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5B2BC is #1A4D43. Grayscale: #C2C2C2. Windows color (decimal): -1723716 or 12366565. OLE color: 12366565.
HSL color Cylindrical-coordinate representation of color #E5B2BC: hue angle of 348.24º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5B2BC is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 178 | 188 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.10 |
| HSL | 348.24º | 0.5% | 0.8% | - |
| HSV(B) | 348.24º | 0.22% | 0.9% | - |
| XYZ | 57.31 | 52.13 | 54.62 | - |
| YUV | 194.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 178 | 188 | 0 | 0.22 | 0.18 | 0.10 | 348.24 | 0.5 | 0.8 |
| Hex | E5 | B2 | BC | 0 | 16 | 12 | A | 15C | 32 | 50 |
| Octal | 345 | 262 | 274 | 0 | 26 | 22 | 12 | 534 | 62 | 120 |
| Binary | 11100101 | 10110010 | 10111100 | 0 | 10110 | 10010 | 1010 | 101011100 | 110010 | 1010000 |
Color Harmonies of #E5B2BC
Complementary color
Monochromatic Colors of #E5B2BC
Black with #E5B2BC
Text Example
Text Example
White with #E5B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B2BC; }
p { color: rgb(229,178,188); }
H1.HeaderClassName
{
color: #E5B2BC;
}
.AnyTagClassName
{
color: #E5B2BC;
}
</style>
background-color css
<style>
a { background-color: #E5B2BC; }
a { background-color: rgb(229,178,188); }
div.DivClassName
{
background-color: #E5B2BC;
}
.BgClassName
{
background-color: #E5B2BC;
}
</style>
border-color css
<style>
span { border-color: #E5B2BC; }
span { border-color: rgb(229,178,188); }
td.TdClassName
{
border-color: #E5B2BC;
}
.TagClassName
{
border-color: #E5B2BC;
}
</style>