Shades of Tonys Pink #E2AA91
Tints of Tonys Pink #E2AA91
RGB
CMYK
RGB Variations
Color information
#E2AA91 (or 0xE2AA91) is known color: Tonys Pink. HEX triplet: E2, AA and 91. RGB value is (226,170,145). Sum of RGB (Red+Green+Blue) = 226+170+145=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AA91 is #1D556E. Grayscale: #B8B8B8. Windows color (decimal): -1922415 or 9546466. OLE color: 9546466.
HSL color Cylindrical-coordinate representation of color #E2AA91: hue angle of 18.52º degrees, saturation: 0.58, 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 #E2AA91 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 145 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.11 |
| HSL | 18.52º | 0.58% | 0.73% | - |
| HSV(B) | 18.52º | 0.36% | 0.89% | - |
| XYZ | 50.85 | 46.96 | 33.17 | - |
| YUV | 183.89 | 106.05 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 145 | 0 | 0.25 | 0.36 | 0.11 | 18.52 | 0.58 | 0.73 |
| Hex | E2 | AA | 91 | 0 | 19 | 24 | B | 13 | 3A | 49 |
| Octal | 342 | 252 | 221 | 0 | 31 | 44 | 13 | 23 | 72 | 111 |
| Binary | 11100010 | 10101010 | 10010001 | 0 | 11001 | 100100 | 1011 | 10011 | 111010 | 1001001 |
Color Harmonies of #E2AA91
Complementary color
Monochromatic Colors of #E2AA91
Black with #E2AA91
Text Example
Text Example
White with #E2AA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AA91; }
p { color: rgb(226,170,145); }
H1.HeaderClassName
{
color: #E2AA91;
}
.AnyTagClassName
{
color: #E2AA91;
}
</style>
background-color css
<style>
a { background-color: #E2AA91; }
a { background-color: rgb(226,170,145); }
div.DivClassName
{
background-color: #E2AA91;
}
.BgClassName
{
background-color: #E2AA91;
}
</style>
border-color css
<style>
span { border-color: #E2AA91; }
span { border-color: rgb(226,170,145); }
td.TdClassName
{
border-color: #E2AA91;
}
.TagClassName
{
border-color: #E2AA91;
}
</style>