Shades of Tonys Pink #E59A8E
Tints of Tonys Pink #E59A8E
RGB
CMYK
RGB Variations
Color information
#E59A8E (or 0xE59A8E) is known color: Tonys Pink. HEX triplet: E5, 9A and 8E. RGB value is (229,154,142). Sum of RGB (Red+Green+Blue) = 229+154+142=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59A8E is #1A6571. Grayscale: #AFAFAF. Windows color (decimal): -1729906 or 9345765. OLE color: 9345765.
HSL color Cylindrical-coordinate representation of color #E59A8E: hue angle of 8.28º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E59A8E is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 142 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.10 |
| HSL | 8.28º | 0.63% | 0.73% | - |
| HSV(B) | 8.28º | 0.38% | 0.9% | - |
| XYZ | 48.75 | 41.72 | 31.07 | - |
| YUV | 175.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 142 | 0 | 0.33 | 0.38 | 0.10 | 8.28 | 0.63 | 0.73 |
| Hex | E5 | 9A | 8E | 0 | 21 | 26 | A | 8 | 3F | 49 |
| Octal | 345 | 232 | 216 | 0 | 41 | 46 | 12 | 10 | 77 | 111 |
| Binary | 11100101 | 10011010 | 10001110 | 0 | 100001 | 100110 | 1010 | 1000 | 111111 | 1001001 |
Color Harmonies of #E59A8E
Complementary color
Monochromatic Colors of #E59A8E
Black with #E59A8E
Text Example
Text Example
White with #E59A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59A8E; }
p { color: rgb(229,154,142); }
H1.HeaderClassName
{
color: #E59A8E;
}
.AnyTagClassName
{
color: #E59A8E;
}
</style>
background-color css
<style>
a { background-color: #E59A8E; }
a { background-color: rgb(229,154,142); }
div.DivClassName
{
background-color: #E59A8E;
}
.BgClassName
{
background-color: #E59A8E;
}
</style>
border-color css
<style>
span { border-color: #E59A8E; }
span { border-color: rgb(229,154,142); }
td.TdClassName
{
border-color: #E59A8E;
}
.TagClassName
{
border-color: #E59A8E;
}
</style>