Shades of Tonys Pink #E29A8A
Tints of Tonys Pink #E29A8A
RGB
CMYK
RGB Variations
Color information
#E29A8A (or 0xE29A8A) is known color: Tonys Pink. HEX triplet: E2, 9A and 8A. RGB value is (226,154,138). Sum of RGB (Red+Green+Blue) = 226+154+138=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E29A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29A8A is #1D6575. Grayscale: #ADADAD. Windows color (decimal): -1926518 or 9083618. OLE color: 9083618.
HSL color Cylindrical-coordinate representation of color #E29A8A: hue angle of 10.91º degrees, saturation: 0.6, 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 #E29A8A is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 154 | 138 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.11 |
| HSL | 10.91º | 0.6% | 0.71% | - |
| HSV(B) | 10.91º | 0.39% | 0.89% | - |
| XYZ | 47.51 | 41.11 | 29.48 | - |
| YUV | 173.7 | 107.85 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 154 | 138 | 0 | 0.32 | 0.39 | 0.11 | 10.91 | 0.6 | 0.71 |
| Hex | E2 | 9A | 8A | 0 | 20 | 27 | B | B | 3C | 47 |
| Octal | 342 | 232 | 212 | 0 | 40 | 47 | 13 | 13 | 74 | 107 |
| Binary | 11100010 | 10011010 | 10001010 | 0 | 100000 | 100111 | 1011 | 1011 | 111100 | 1000111 |
Color Harmonies of #E29A8A
Complementary color
Monochromatic Colors of #E29A8A
Black with #E29A8A
Text Example
Text Example
White with #E29A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29A8A; }
p { color: rgb(226,154,138); }
H1.HeaderClassName
{
color: #E29A8A;
}
.AnyTagClassName
{
color: #E29A8A;
}
</style>
background-color css
<style>
a { background-color: #E29A8A; }
a { background-color: rgb(226,154,138); }
div.DivClassName
{
background-color: #E29A8A;
}
.BgClassName
{
background-color: #E29A8A;
}
</style>
border-color css
<style>
span { border-color: #E29A8A; }
span { border-color: rgb(226,154,138); }
td.TdClassName
{
border-color: #E29A8A;
}
.TagClassName
{
border-color: #E29A8A;
}
</style>