Shades of Melanie #E8B4BD
Tints of Melanie #E8B4BD
RGB
CMYK
RGB Variations
Color information
#E8B4BD (or 0xE8B4BD) is known color: Melanie. HEX triplet: E8, B4 and BD. RGB value is (232,180,189). Sum of RGB (Red+Green+Blue) = 232+180+189=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B4BD is #174B42. Grayscale: #C4C4C4. Windows color (decimal): -1526595 or 12432616. OLE color: 12432616.
HSL color Cylindrical-coordinate representation of color #E8B4BD: hue angle of 349.62º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8B4BD is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 180 | 189 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.09 |
| HSL | 349.62º | 0.53% | 0.81% | - |
| HSV(B) | 349.62º | 0.22% | 0.91% | - |
| XYZ | 58.79 | 53.47 | 55.37 | - |
| YUV | 196.57 | 123.73 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 180 | 189 | 0 | 0.22 | 0.19 | 0.09 | 349.62 | 0.53 | 0.81 |
| Hex | E8 | B4 | BD | 0 | 16 | 13 | 9 | 15E | 35 | 51 |
| Octal | 350 | 264 | 275 | 0 | 26 | 23 | 11 | 536 | 65 | 121 |
| Binary | 11101000 | 10110100 | 10111101 | 0 | 10110 | 10011 | 1001 | 101011110 | 110101 | 1010001 |
Color Harmonies of #E8B4BD
Complementary color
Monochromatic Colors of #E8B4BD
Black with #E8B4BD
Text Example
Text Example
White with #E8B4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B4BD; }
p { color: rgb(232,180,189); }
H1.HeaderClassName
{
color: #E8B4BD;
}
.AnyTagClassName
{
color: #E8B4BD;
}
</style>
background-color css
<style>
a { background-color: #E8B4BD; }
a { background-color: rgb(232,180,189); }
div.DivClassName
{
background-color: #E8B4BD;
}
.BgClassName
{
background-color: #E8B4BD;
}
</style>
border-color css
<style>
span { border-color: #E8B4BD; }
span { border-color: rgb(232,180,189); }
td.TdClassName
{
border-color: #E8B4BD;
}
.TagClassName
{
border-color: #E8B4BD;
}
</style>