Shades of Tonys Pink #E2AA93
Tints of Tonys Pink #E2AA93
RGB
CMYK
RGB Variations
Color information
#E2AA93 (or 0xE2AA93) is known color: Tonys Pink. HEX triplet: E2, AA and 93. RGB value is (226,170,147). Sum of RGB (Red+Green+Blue) = 226+170+147=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AA93 is #1D556C. Grayscale: #B8B8B8. Windows color (decimal): -1922413 or 9677538. OLE color: 9677538.
HSL color Cylindrical-coordinate representation of color #E2AA93: hue angle of 17.47º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2AA93 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 147 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.11 |
| HSL | 17.47º | 0.58% | 0.73% | - |
| HSV(B) | 17.47º | 0.35% | 0.89% | - |
| XYZ | 51.01 | 47.02 | 33.99 | - |
| YUV | 184.12 | 107.05 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 147 | 0 | 0.25 | 0.35 | 0.11 | 17.47 | 0.58 | 0.73 |
| Hex | E2 | AA | 93 | 0 | 19 | 23 | B | 11 | 3A | 49 |
| Octal | 342 | 252 | 223 | 0 | 31 | 43 | 13 | 21 | 72 | 111 |
| Binary | 11100010 | 10101010 | 10010011 | 0 | 11001 | 100011 | 1011 | 10001 | 111010 | 1001001 |
Color Harmonies of #E2AA93
Complementary color
Monochromatic Colors of #E2AA93
Black with #E2AA93
Text Example
Text Example
White with #E2AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AA93; }
p { color: rgb(226,170,147); }
H1.HeaderClassName
{
color: #E2AA93;
}
.AnyTagClassName
{
color: #E2AA93;
}
</style>
background-color css
<style>
a { background-color: #E2AA93; }
a { background-color: rgb(226,170,147); }
div.DivClassName
{
background-color: #E2AA93;
}
.BgClassName
{
background-color: #E2AA93;
}
</style>
border-color css
<style>
span { border-color: #E2AA93; }
span { border-color: rgb(226,170,147); }
td.TdClassName
{
border-color: #E2AA93;
}
.TagClassName
{
border-color: #E2AA93;
}
</style>