Shades of Melanie #EAADBB
Tints of Melanie #EAADBB
RGB
CMYK
RGB Variations
Color information
#EAADBB (or 0xEAADBB) is known color: Melanie. HEX triplet: EA, AD and BB. RGB value is (234,173,187). Sum of RGB (Red+Green+Blue) = 234+173+187=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADBB is #155244. Grayscale: #C0C0C0. Windows color (decimal): -1397317 or 12299754. OLE color: 12299754.
HSL color Cylindrical-coordinate representation of color #EAADBB: hue angle of 346.23º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAADBB is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 173 | 187 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.08 |
| HSL | 346.23º | 0.59% | 0.8% | - |
| HSV(B) | 346.23º | 0.26% | 0.92% | - |
| XYZ | 57.84 | 50.97 | 53.8 | - |
| YUV | 192.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 187 | 0 | 0.26 | 0.20 | 0.08 | 346.23 | 0.59 | 0.8 |
| Hex | EA | AD | BB | 0 | 1A | 14 | 8 | 15A | 3B | 50 |
| Octal | 352 | 255 | 273 | 0 | 32 | 24 | 10 | 532 | 73 | 120 |
| Binary | 11101010 | 10101101 | 10111011 | 0 | 11010 | 10100 | 1000 | 101011010 | 111011 | 1010000 |
Color Harmonies of #EAADBB
Complementary color
Monochromatic Colors of #EAADBB
Black with #EAADBB
Text Example
Text Example
White with #EAADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADBB; }
p { color: rgb(234,173,187); }
H1.HeaderClassName
{
color: #EAADBB;
}
.AnyTagClassName
{
color: #EAADBB;
}
</style>
background-color css
<style>
a { background-color: #EAADBB; }
a { background-color: rgb(234,173,187); }
div.DivClassName
{
background-color: #EAADBB;
}
.BgClassName
{
background-color: #EAADBB;
}
</style>
border-color css
<style>
span { border-color: #EAADBB; }
span { border-color: rgb(234,173,187); }
td.TdClassName
{
border-color: #EAADBB;
}
.TagClassName
{
border-color: #EAADBB;
}
</style>