Shades of Tonys Pink #E29486
Tints of Tonys Pink #E29486
RGB
CMYK
RGB Variations
Color information
#E29486 (or 0xE29486) is known color: Tonys Pink. HEX triplet: E2, 94 and 86. RGB value is (226,148,134). Sum of RGB (Red+Green+Blue) = 226+148+134=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E29486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29486 is #1D6B79. Grayscale: #A9A9A9. Windows color (decimal): -1928058 or 8819938. OLE color: 8819938.
HSL color Cylindrical-coordinate representation of color #E29486: hue angle of 9.13º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E29486 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 134 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.11 |
| HSL | 9.13º | 0.61% | 0.71% | - |
| HSV(B) | 9.13º | 0.41% | 0.89% | - |
| XYZ | 46.26 | 39.07 | 27.66 | - |
| YUV | 169.73 | 107.84 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 134 | 0 | 0.35 | 0.41 | 0.11 | 9.13 | 0.61 | 0.71 |
| Hex | E2 | 94 | 86 | 0 | 23 | 29 | B | 9 | 3D | 47 |
| Octal | 342 | 224 | 206 | 0 | 43 | 51 | 13 | 11 | 75 | 107 |
| Binary | 11100010 | 10010100 | 10000110 | 0 | 100011 | 101001 | 1011 | 1001 | 111101 | 1000111 |
Color Harmonies of #E29486
Complementary color
Monochromatic Colors of #E29486
Black with #E29486
Text Example
Text Example
White with #E29486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29486; }
p { color: rgb(226,148,134); }
H1.HeaderClassName
{
color: #E29486;
}
.AnyTagClassName
{
color: #E29486;
}
</style>
background-color css
<style>
a { background-color: #E29486; }
a { background-color: rgb(226,148,134); }
div.DivClassName
{
background-color: #E29486;
}
.BgClassName
{
background-color: #E29486;
}
</style>
border-color css
<style>
span { border-color: #E29486; }
span { border-color: rgb(226,148,134); }
td.TdClassName
{
border-color: #E29486;
}
.TagClassName
{
border-color: #E29486;
}
</style>