Shades of Tonys Pink #E2A493
Tints of Tonys Pink #E2A493
RGB
CMYK
RGB Variations
Color information
#E2A493 (or 0xE2A493) is known color: Tonys Pink. HEX triplet: E2, A4 and 93. RGB value is (226,164,147). Sum of RGB (Red+Green+Blue) = 226+164+147=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 147 (57.81% from 255 or 27.37% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A493 is #1D5B6C. Grayscale: #B4B4B4. Windows color (decimal): -1923949 or 9676002. OLE color: 9676002.
HSL color Cylindrical-coordinate representation of color #E2A493: hue angle of 12.91º 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 #E2A493 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 164 | 147 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.11 |
| HSL | 12.91º | 0.58% | 0.73% | - |
| HSV(B) | 12.91º | 0.35% | 0.89% | - |
| XYZ | 49.91 | 44.83 | 33.63 | - |
| YUV | 180.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 164 | 147 | 0 | 0.27 | 0.35 | 0.11 | 12.91 | 0.58 | 0.73 |
| Hex | E2 | A4 | 93 | 0 | 1B | 23 | B | D | 3A | 49 |
| Octal | 342 | 244 | 223 | 0 | 33 | 43 | 13 | 15 | 72 | 111 |
| Binary | 11100010 | 10100100 | 10010011 | 0 | 11011 | 100011 | 1011 | 1101 | 111010 | 1001001 |
Color Harmonies of #E2A493
Complementary color
Monochromatic Colors of #E2A493
Black with #E2A493
Text Example
Text Example
White with #E2A493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A493; }
p { color: rgb(226,164,147); }
H1.HeaderClassName
{
color: #E2A493;
}
.AnyTagClassName
{
color: #E2A493;
}
</style>
background-color css
<style>
a { background-color: #E2A493; }
a { background-color: rgb(226,164,147); }
div.DivClassName
{
background-color: #E2A493;
}
.BgClassName
{
background-color: #E2A493;
}
</style>
border-color css
<style>
span { border-color: #E2A493; }
span { border-color: rgb(226,164,147); }
td.TdClassName
{
border-color: #E2A493;
}
.TagClassName
{
border-color: #E2A493;
}
</style>