Shades of Tonys Pink #E2A389
Tints of Tonys Pink #E2A389
RGB
CMYK
RGB Variations
Color information
#E2A389 (or 0xE2A389) is known color: Tonys Pink. HEX triplet: E2, A3 and 89. RGB value is (226,163,137). Sum of RGB (Red+Green+Blue) = 226+163+137=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 137 (53.91% from 255 or 26.05% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A389 is #1D5C76. Grayscale: #B3B3B3. Windows color (decimal): -1924215 or 9020386. OLE color: 9020386.
HSL color Cylindrical-coordinate representation of color #E2A389: hue angle of 17.53º degrees, saturation: 0.61, 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 #E2A389 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 163 | 137 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.11 |
| HSL | 17.53º | 0.61% | 0.71% | - |
| HSV(B) | 17.53º | 0.39% | 0.89% | - |
| XYZ | 48.98 | 44.17 | 29.61 | - |
| YUV | 178.87 | 104.37 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 163 | 137 | 0 | 0.28 | 0.39 | 0.11 | 17.53 | 0.61 | 0.71 |
| Hex | E2 | A3 | 89 | 0 | 1C | 27 | B | 12 | 3D | 47 |
| Octal | 342 | 243 | 211 | 0 | 34 | 47 | 13 | 22 | 75 | 107 |
| Binary | 11100010 | 10100011 | 10001001 | 0 | 11100 | 100111 | 1011 | 10010 | 111101 | 1000111 |
Color Harmonies of #E2A389
Complementary color
Monochromatic Colors of #E2A389
Black with #E2A389
Text Example
Text Example
White with #E2A389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A389; }
p { color: rgb(226,163,137); }
H1.HeaderClassName
{
color: #E2A389;
}
.AnyTagClassName
{
color: #E2A389;
}
</style>
background-color css
<style>
a { background-color: #E2A389; }
a { background-color: rgb(226,163,137); }
div.DivClassName
{
background-color: #E2A389;
}
.BgClassName
{
background-color: #E2A389;
}
</style>
border-color css
<style>
span { border-color: #E2A389; }
span { border-color: rgb(226,163,137); }
td.TdClassName
{
border-color: #E2A389;
}
.TagClassName
{
border-color: #E2A389;
}
</style>