Shades of Tonys Pink #E3A082
Tints of Tonys Pink #E3A082
RGB
CMYK
RGB Variations
Color information
#E3A082 (or 0xE3A082) is known color: Tonys Pink. HEX triplet: E3, A0 and 82. RGB value is (227,160,130). Sum of RGB (Red+Green+Blue) = 227+160+130=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A082 is #1C5F7D. Grayscale: #B0B0B0. Windows color (decimal): -1859454 or 8560867. OLE color: 8560867.
HSL color Cylindrical-coordinate representation of color #E3A082: hue angle of 18.56º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E3A082 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 160 | 130 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.11 |
| HSL | 18.56º | 0.63% | 0.7% | - |
| HSV(B) | 18.56º | 0.43% | 0.89% | - |
| XYZ | 48.28 | 43.08 | 26.89 | - |
| YUV | 176.61 | 101.7 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 160 | 130 | 0 | 0.30 | 0.43 | 0.11 | 18.56 | 0.63 | 0.7 |
| Hex | E3 | A0 | 82 | 0 | 1E | 2B | B | 13 | 3F | 46 |
| Octal | 343 | 240 | 202 | 0 | 36 | 53 | 13 | 23 | 77 | 106 |
| Binary | 11100011 | 10100000 | 10000010 | 0 | 11110 | 101011 | 1011 | 10011 | 111111 | 1000110 |
Color Harmonies of #E3A082
Complementary color
Monochromatic Colors of #E3A082
Black with #E3A082
Text Example
Text Example
White with #E3A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A082; }
p { color: rgb(227,160,130); }
H1.HeaderClassName
{
color: #E3A082;
}
.AnyTagClassName
{
color: #E3A082;
}
</style>
background-color css
<style>
a { background-color: #E3A082; }
a { background-color: rgb(227,160,130); }
div.DivClassName
{
background-color: #E3A082;
}
.BgClassName
{
background-color: #E3A082;
}
</style>
border-color css
<style>
span { border-color: #E3A082; }
span { border-color: rgb(227,160,130); }
td.TdClassName
{
border-color: #E3A082;
}
.TagClassName
{
border-color: #E3A082;
}
</style>