Shades of Tonys Pink #E29981
Tints of Tonys Pink #E29981
RGB
CMYK
RGB Variations
Color information
#E29981 (or 0xE29981) is known color: Tonys Pink. HEX triplet: E2, 99 and 81. RGB value is (226,153,129). Sum of RGB (Red+Green+Blue) = 226+153+129=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E29981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29981 is #1D667E. Grayscale: #ACACAC. Windows color (decimal): -1926783 or 8493538. OLE color: 8493538.
HSL color Cylindrical-coordinate representation of color #E29981: hue angle of 14.85º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E29981 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 129 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.11 |
| HSL | 14.85º | 0.63% | 0.7% | - |
| HSV(B) | 14.85º | 0.43% | 0.89% | - |
| XYZ | 46.72 | 40.54 | 26.13 | - |
| YUV | 172.09 | 103.68 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 129 | 0 | 0.32 | 0.43 | 0.11 | 14.85 | 0.63 | 0.7 |
| Hex | E2 | 99 | 81 | 0 | 20 | 2B | B | F | 3F | 46 |
| Octal | 342 | 231 | 201 | 0 | 40 | 53 | 13 | 17 | 77 | 106 |
| Binary | 11100010 | 10011001 | 10000001 | 0 | 100000 | 101011 | 1011 | 1111 | 111111 | 1000110 |
Color Harmonies of #E29981
Complementary color
Monochromatic Colors of #E29981
Black with #E29981
Text Example
Text Example
White with #E29981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29981; }
p { color: rgb(226,153,129); }
H1.HeaderClassName
{
color: #E29981;
}
.AnyTagClassName
{
color: #E29981;
}
</style>
background-color css
<style>
a { background-color: #E29981; }
a { background-color: rgb(226,153,129); }
div.DivClassName
{
background-color: #E29981;
}
.BgClassName
{
background-color: #E29981;
}
</style>
border-color css
<style>
span { border-color: #E29981; }
span { border-color: rgb(226,153,129); }
td.TdClassName
{
border-color: #E29981;
}
.TagClassName
{
border-color: #E29981;
}
</style>