Shades of Melanie #EAB0BD
Tints of Melanie #EAB0BD
RGB
CMYK
RGB Variations
Color information
#EAB0BD (or 0xEAB0BD) is known color: Melanie. HEX triplet: EA, B0 and BD. RGB value is (234,176,189). Sum of RGB (Red+Green+Blue) = 234+176+189=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB0BD is #154F42. Grayscale: #C2C2C2. Windows color (decimal): -1396547 or 12431594. OLE color: 12431594.
HSL color Cylindrical-coordinate representation of color #EAB0BD: hue angle of 346.55º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAB0BD is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 189 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.08 |
| HSL | 346.55º | 0.58% | 0.8% | - |
| HSV(B) | 346.55º | 0.25% | 0.92% | - |
| XYZ | 58.64 | 52.22 | 55.13 | - |
| YUV | 194.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 189 | 0 | 0.25 | 0.19 | 0.08 | 346.55 | 0.58 | 0.8 |
| Hex | EA | B0 | BD | 0 | 19 | 13 | 8 | 15B | 3A | 50 |
| Octal | 352 | 260 | 275 | 0 | 31 | 23 | 10 | 533 | 72 | 120 |
| Binary | 11101010 | 10110000 | 10111101 | 0 | 11001 | 10011 | 1000 | 101011011 | 111010 | 1010000 |
Color Harmonies of #EAB0BD
Complementary color
Monochromatic Colors of #EAB0BD
Black with #EAB0BD
Text Example
Text Example
White with #EAB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB0BD; }
p { color: rgb(234,176,189); }
H1.HeaderClassName
{
color: #EAB0BD;
}
.AnyTagClassName
{
color: #EAB0BD;
}
</style>
background-color css
<style>
a { background-color: #EAB0BD; }
a { background-color: rgb(234,176,189); }
div.DivClassName
{
background-color: #EAB0BD;
}
.BgClassName
{
background-color: #EAB0BD;
}
</style>
border-color css
<style>
span { border-color: #EAB0BD; }
span { border-color: rgb(234,176,189); }
td.TdClassName
{
border-color: #EAB0BD;
}
.TagClassName
{
border-color: #EAB0BD;
}
</style>