Shades of Tonys Pink #EA9E87
Tints of Tonys Pink #EA9E87
RGB
CMYK
RGB Variations
Color information
#EA9E87 (or 0xEA9E87) is known color: Tonys Pink. HEX triplet: EA, 9E and 87. RGB value is (234,158,135). Sum of RGB (Red+Green+Blue) = 234+158+135=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 135 (53.12% from 255 or 25.62% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9E87 is #156178. Grayscale: #B2B2B2. Windows color (decimal): -1401209 or 8888042. OLE color: 8888042.
HSL color Cylindrical-coordinate representation of color #EA9E87: hue angle of 13.94º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA9E87 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 135 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.08 |
| HSL | 13.94º | 0.7% | 0.72% | - |
| HSV(B) | 13.94º | 0.42% | 0.92% | - |
| XYZ | 50.53 | 43.7 | 28.69 | - |
| YUV | 178.1 | 103.68 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 135 | 0 | 0.32 | 0.42 | 0.08 | 13.94 | 0.7 | 0.72 |
| Hex | EA | 9E | 87 | 0 | 20 | 2A | 8 | E | 46 | 48 |
| Octal | 352 | 236 | 207 | 0 | 40 | 52 | 10 | 16 | 106 | 110 |
| Binary | 11101010 | 10011110 | 10000111 | 0 | 100000 | 101010 | 1000 | 1110 | 1000110 | 1001000 |
Color Harmonies of #EA9E87
Complementary color
Monochromatic Colors of #EA9E87
Black with #EA9E87
Text Example
Text Example
White with #EA9E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9E87; }
p { color: rgb(234,158,135); }
H1.HeaderClassName
{
color: #EA9E87;
}
.AnyTagClassName
{
color: #EA9E87;
}
</style>
background-color css
<style>
a { background-color: #EA9E87; }
a { background-color: rgb(234,158,135); }
div.DivClassName
{
background-color: #EA9E87;
}
.BgClassName
{
background-color: #EA9E87;
}
</style>
border-color css
<style>
span { border-color: #EA9E87; }
span { border-color: rgb(234,158,135); }
td.TdClassName
{
border-color: #EA9E87;
}
.TagClassName
{
border-color: #EA9E87;
}
</style>