Shades of Tonys Pink #E5A092
Tints of Tonys Pink #E5A092
RGB
CMYK
RGB Variations
Color information
#E5A092 (or 0xE5A092) is known color: Tonys Pink. HEX triplet: E5, A0 and 92. RGB value is (229,160,146). Sum of RGB (Red+Green+Blue) = 229+160+146=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A092 is #1A5F6D. Grayscale: #B3B3B3. Windows color (decimal): -1728366 or 9609445. OLE color: 9609445.
HSL color Cylindrical-coordinate representation of color #E5A092: hue angle of 10.12º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E5A092 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 146 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.10 |
| HSL | 10.12º | 0.61% | 0.74% | - |
| HSV(B) | 10.12º | 0.36% | 0.9% | - |
| XYZ | 50.07 | 43.87 | 33.02 | - |
| YUV | 179.04 | 109.36 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 146 | 0 | 0.30 | 0.36 | 0.10 | 10.12 | 0.61 | 0.74 |
| Hex | E5 | A0 | 92 | 0 | 1E | 24 | A | A | 3D | 4A |
| Octal | 345 | 240 | 222 | 0 | 36 | 44 | 12 | 12 | 75 | 112 |
| Binary | 11100101 | 10100000 | 10010010 | 0 | 11110 | 100100 | 1010 | 1010 | 111101 | 1001010 |
Color Harmonies of #E5A092
Complementary color
Monochromatic Colors of #E5A092
Black with #E5A092
Text Example
Text Example
White with #E5A092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A092; }
p { color: rgb(229,160,146); }
H1.HeaderClassName
{
color: #E5A092;
}
.AnyTagClassName
{
color: #E5A092;
}
</style>
background-color css
<style>
a { background-color: #E5A092; }
a { background-color: rgb(229,160,146); }
div.DivClassName
{
background-color: #E5A092;
}
.BgClassName
{
background-color: #E5A092;
}
</style>
border-color css
<style>
span { border-color: #E5A092; }
span { border-color: rgb(229,160,146); }
td.TdClassName
{
border-color: #E5A092;
}
.TagClassName
{
border-color: #E5A092;
}
</style>