Shades of Tonys Pink #E49589
Tints of Tonys Pink #E49589
RGB
CMYK
RGB Variations
Color information
#E49589 (or 0xE49589) is known color: Tonys Pink. HEX triplet: E4, 95 and 89. RGB value is (228,149,137). Sum of RGB (Red+Green+Blue) = 228+149+137=514 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.36% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 228 - color contains mainly: red. Hex color #E49589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49589 is #1B6A76. Grayscale: #ABABAB. Windows color (decimal): -1796727 or 9016804. OLE color: 9016804.
HSL color Cylindrical-coordinate representation of color #E49589: hue angle of 7.91º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E49589 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 149 | 137 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.11 |
| HSL | 7.91º | 0.63% | 0.72% | - |
| HSV(B) | 7.91º | 0.4% | 0.89% | - |
| XYZ | 47.26 | 39.8 | 28.86 | - |
| YUV | 171.25 | 108.67 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 137 | 0 | 0.35 | 0.40 | 0.11 | 7.91 | 0.63 | 0.72 |
| Hex | E4 | 95 | 89 | 0 | 23 | 28 | B | 8 | 3F | 48 |
| Octal | 344 | 225 | 211 | 0 | 43 | 50 | 13 | 10 | 77 | 110 |
| Binary | 11100100 | 10010101 | 10001001 | 0 | 100011 | 101000 | 1011 | 1000 | 111111 | 1001000 |
Color Harmonies of #E49589
Complementary color
Monochromatic Colors of #E49589
Black with #E49589
Text Example
Text Example
White with #E49589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49589; }
p { color: rgb(228,149,137); }
H1.HeaderClassName
{
color: #E49589;
}
.AnyTagClassName
{
color: #E49589;
}
</style>
background-color css
<style>
a { background-color: #E49589; }
a { background-color: rgb(228,149,137); }
div.DivClassName
{
background-color: #E49589;
}
.BgClassName
{
background-color: #E49589;
}
</style>
border-color css
<style>
span { border-color: #E49589; }
span { border-color: rgb(228,149,137); }
td.TdClassName
{
border-color: #E49589;
}
.TagClassName
{
border-color: #E49589;
}
</style>