Shades of Tonys Pink #E29989
Tints of Tonys Pink #E29989
RGB
CMYK
RGB Variations
Color information
#E29989 (or 0xE29989) is known color: Tonys Pink. HEX triplet: E2, 99 and 89. RGB value is (226,153,137). Sum of RGB (Red+Green+Blue) = 226+153+137=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E29989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29989 is #1D6676. Grayscale: #ADADAD. Windows color (decimal): -1926775 or 9017826. OLE color: 9017826.
HSL color Cylindrical-coordinate representation of color #E29989: hue angle of 10.79º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E29989 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 137 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.11 |
| HSL | 10.79º | 0.61% | 0.71% | - |
| HSV(B) | 10.79º | 0.39% | 0.89% | - |
| XYZ | 47.27 | 40.76 | 29.04 | - |
| YUV | 173 | 107.68 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 137 | 0 | 0.32 | 0.39 | 0.11 | 10.79 | 0.61 | 0.71 |
| Hex | E2 | 99 | 89 | 0 | 20 | 27 | B | B | 3D | 47 |
| Octal | 342 | 231 | 211 | 0 | 40 | 47 | 13 | 13 | 75 | 107 |
| Binary | 11100010 | 10011001 | 10001001 | 0 | 100000 | 100111 | 1011 | 1011 | 111101 | 1000111 |
Color Harmonies of #E29989
Complementary color
Monochromatic Colors of #E29989
Black with #E29989
Text Example
Text Example
White with #E29989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29989; }
p { color: rgb(226,153,137); }
H1.HeaderClassName
{
color: #E29989;
}
.AnyTagClassName
{
color: #E29989;
}
</style>
background-color css
<style>
a { background-color: #E29989; }
a { background-color: rgb(226,153,137); }
div.DivClassName
{
background-color: #E29989;
}
.BgClassName
{
background-color: #E29989;
}
</style>
border-color css
<style>
span { border-color: #E29989; }
span { border-color: rgb(226,153,137); }
td.TdClassName
{
border-color: #E29989;
}
.TagClassName
{
border-color: #E29989;
}
</style>