Shades of Tonys Pink #E29F90
Tints of Tonys Pink #E29F90
RGB
CMYK
RGB Variations
Color information
#E29F90 (or 0xE29F90) is known color: Tonys Pink. HEX triplet: E2, 9F and 90. RGB value is (226,159,144). Sum of RGB (Red+Green+Blue) = 226+159+144=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E29F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29F90 is #1D606F. Grayscale: #B1B1B1. Windows color (decimal): -1925232 or 9478114. OLE color: 9478114.
HSL color Cylindrical-coordinate representation of color #E29F90: hue angle of 10.98º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E29F90 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 159 | 144 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.11 |
| HSL | 10.98º | 0.59% | 0.73% | - |
| HSV(B) | 10.98º | 0.36% | 0.89% | - |
| XYZ | 48.8 | 42.98 | 32.11 | - |
| YUV | 177.32 | 109.2 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 144 | 0 | 0.30 | 0.36 | 0.11 | 10.98 | 0.59 | 0.73 |
| Hex | E2 | 9F | 90 | 0 | 1E | 24 | B | B | 3B | 49 |
| Octal | 342 | 237 | 220 | 0 | 36 | 44 | 13 | 13 | 73 | 111 |
| Binary | 11100010 | 10011111 | 10010000 | 0 | 11110 | 100100 | 1011 | 1011 | 111011 | 1001001 |
Color Harmonies of #E29F90
Complementary color
Monochromatic Colors of #E29F90
Black with #E29F90
Text Example
Text Example
White with #E29F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29F90; }
p { color: rgb(226,159,144); }
H1.HeaderClassName
{
color: #E29F90;
}
.AnyTagClassName
{
color: #E29F90;
}
</style>
background-color css
<style>
a { background-color: #E29F90; }
a { background-color: rgb(226,159,144); }
div.DivClassName
{
background-color: #E29F90;
}
.BgClassName
{
background-color: #E29F90;
}
</style>
border-color css
<style>
span { border-color: #E29F90; }
span { border-color: rgb(226,159,144); }
td.TdClassName
{
border-color: #E29F90;
}
.TagClassName
{
border-color: #E29F90;
}
</style>