Shades of Tonys Pink #E49E8D
Tints of Tonys Pink #E49E8D
RGB
CMYK
RGB Variations
Color information
#E49E8D (or 0xE49E8D) is known color: Tonys Pink. HEX triplet: E4, 9E and 8D. RGB value is (228,158,141). Sum of RGB (Red+Green+Blue) = 228+158+141=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E49E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49E8D is #1B6172. Grayscale: #B1B1B1. Windows color (decimal): -1794419 or 9281252. OLE color: 9281252.
HSL color Cylindrical-coordinate representation of color #E49E8D: hue angle of 11.72º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E49E8D is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 158 | 141 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.11 |
| HSL | 11.72º | 0.62% | 0.72% | - |
| HSV(B) | 11.72º | 0.38% | 0.89% | - |
| XYZ | 49.03 | 42.87 | 30.89 | - |
| YUV | 176.99 | 107.69 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 158 | 141 | 0 | 0.31 | 0.38 | 0.11 | 11.72 | 0.62 | 0.72 |
| Hex | E4 | 9E | 8D | 0 | 1F | 26 | B | C | 3E | 48 |
| Octal | 344 | 236 | 215 | 0 | 37 | 46 | 13 | 14 | 76 | 110 |
| Binary | 11100100 | 10011110 | 10001101 | 0 | 11111 | 100110 | 1011 | 1100 | 111110 | 1001000 |
Color Harmonies of #E49E8D
Complementary color
Monochromatic Colors of #E49E8D
Black with #E49E8D
Text Example
Text Example
White with #E49E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49E8D; }
p { color: rgb(228,158,141); }
H1.HeaderClassName
{
color: #E49E8D;
}
.AnyTagClassName
{
color: #E49E8D;
}
</style>
background-color css
<style>
a { background-color: #E49E8D; }
a { background-color: rgb(228,158,141); }
div.DivClassName
{
background-color: #E49E8D;
}
.BgClassName
{
background-color: #E49E8D;
}
</style>
border-color css
<style>
span { border-color: #E49E8D; }
span { border-color: rgb(228,158,141); }
td.TdClassName
{
border-color: #E49E8D;
}
.TagClassName
{
border-color: #E49E8D;
}
</style>