Shades of Tonys Pink #E49D8D
Tints of Tonys Pink #E49D8D
RGB
CMYK
RGB Variations
Color information
#E49D8D (or 0xE49D8D) is known color: Tonys Pink. HEX triplet: E4, 9D and 8D. RGB value is (228,157,141). Sum of RGB (Red+Green+Blue) = 228+157+141=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49D8D is #1B6272. Grayscale: #B0B0B0. Windows color (decimal): -1794675 or 9280996. OLE color: 9280996.
HSL color Cylindrical-coordinate representation of color #E49D8D: hue angle of 11.03º 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 #E49D8D is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 157 | 141 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.11 |
| HSL | 11.03º | 0.62% | 0.72% | - |
| HSV(B) | 11.03º | 0.38% | 0.89% | - |
| XYZ | 48.86 | 42.53 | 30.83 | - |
| YUV | 176.41 | 108.02 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 157 | 141 | 0 | 0.31 | 0.38 | 0.11 | 11.03 | 0.62 | 0.72 |
| Hex | E4 | 9D | 8D | 0 | 1F | 26 | B | B | 3E | 48 |
| Octal | 344 | 235 | 215 | 0 | 37 | 46 | 13 | 13 | 76 | 110 |
| Binary | 11100100 | 10011101 | 10001101 | 0 | 11111 | 100110 | 1011 | 1011 | 111110 | 1001000 |
Color Harmonies of #E49D8D
Complementary color
Monochromatic Colors of #E49D8D
Black with #E49D8D
Text Example
Text Example
White with #E49D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49D8D; }
p { color: rgb(228,157,141); }
H1.HeaderClassName
{
color: #E49D8D;
}
.AnyTagClassName
{
color: #E49D8D;
}
</style>
background-color css
<style>
a { background-color: #E49D8D; }
a { background-color: rgb(228,157,141); }
div.DivClassName
{
background-color: #E49D8D;
}
.BgClassName
{
background-color: #E49D8D;
}
</style>
border-color css
<style>
span { border-color: #E49D8D; }
span { border-color: rgb(228,157,141); }
td.TdClassName
{
border-color: #E49D8D;
}
.TagClassName
{
border-color: #E49D8D;
}
</style>