Shades of Tonys Pink #E2AB91
Tints of Tonys Pink #E2AB91
RGB
CMYK
RGB Variations
Color information
#E2AB91 (or 0xE2AB91) is known color: Tonys Pink. HEX triplet: E2, AB and 91. RGB value is (226,171,145). Sum of RGB (Red+Green+Blue) = 226+171+145=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 145 (57.03% from 255 or 26.75% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AB91 is #1D546E. Grayscale: #B8B8B8. Windows color (decimal): -1922159 or 9546722. OLE color: 9546722.
HSL color Cylindrical-coordinate representation of color #E2AB91: hue angle of 19.26º 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 #E2AB91 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 145 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.11 |
| HSL | 19.26º | 0.58% | 0.73% | - |
| HSV(B) | 19.26º | 0.36% | 0.89% | - |
| XYZ | 51.04 | 47.34 | 33.24 | - |
| YUV | 184.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 145 | 0 | 0.24 | 0.36 | 0.11 | 19.26 | 0.58 | 0.73 |
| Hex | E2 | AB | 91 | 0 | 18 | 24 | B | 13 | 3A | 49 |
| Octal | 342 | 253 | 221 | 0 | 30 | 44 | 13 | 23 | 72 | 111 |
| Binary | 11100010 | 10101011 | 10010001 | 0 | 11000 | 100100 | 1011 | 10011 | 111010 | 1001001 |
Color Harmonies of #E2AB91
Complementary color
Monochromatic Colors of #E2AB91
Black with #E2AB91
Text Example
Text Example
White with #E2AB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AB91; }
p { color: rgb(226,171,145); }
H1.HeaderClassName
{
color: #E2AB91;
}
.AnyTagClassName
{
color: #E2AB91;
}
</style>
background-color css
<style>
a { background-color: #E2AB91; }
a { background-color: rgb(226,171,145); }
div.DivClassName
{
background-color: #E2AB91;
}
.BgClassName
{
background-color: #E2AB91;
}
</style>
border-color css
<style>
span { border-color: #E2AB91; }
span { border-color: rgb(226,171,145); }
td.TdClassName
{
border-color: #E2AB91;
}
.TagClassName
{
border-color: #E2AB91;
}
</style>