Shades of Tonys Pink #EA9F88
Tints of Tonys Pink #EA9F88
RGB
CMYK
RGB Variations
Color information
#EA9F88 (or 0xEA9F88) is known color: Tonys Pink. HEX triplet: EA, 9F and 88. RGB value is (234,159,136). Sum of RGB (Red+Green+Blue) = 234+159+136=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 136 (53.52% from 255 or 25.71% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9F88 is #156077. Grayscale: #B2B2B2. Windows color (decimal): -1400952 or 8953834. OLE color: 8953834.
HSL color Cylindrical-coordinate representation of color #EA9F88: hue angle of 14.08º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA9F88 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 136 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.08 |
| HSL | 14.08º | 0.7% | 0.73% | - |
| HSV(B) | 14.08º | 0.42% | 0.92% | - |
| XYZ | 50.77 | 44.07 | 29.12 | - |
| YUV | 178.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 136 | 0 | 0.32 | 0.42 | 0.08 | 14.08 | 0.7 | 0.73 |
| Hex | EA | 9F | 88 | 0 | 20 | 2A | 8 | E | 46 | 49 |
| Octal | 352 | 237 | 210 | 0 | 40 | 52 | 10 | 16 | 106 | 111 |
| Binary | 11101010 | 10011111 | 10001000 | 0 | 100000 | 101010 | 1000 | 1110 | 1000110 | 1001001 |
Color Harmonies of #EA9F88
Complementary color
Monochromatic Colors of #EA9F88
Black with #EA9F88
Text Example
Text Example
White with #EA9F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9F88; }
p { color: rgb(234,159,136); }
H1.HeaderClassName
{
color: #EA9F88;
}
.AnyTagClassName
{
color: #EA9F88;
}
</style>
background-color css
<style>
a { background-color: #EA9F88; }
a { background-color: rgb(234,159,136); }
div.DivClassName
{
background-color: #EA9F88;
}
.BgClassName
{
background-color: #EA9F88;
}
</style>
border-color css
<style>
span { border-color: #EA9F88; }
span { border-color: rgb(234,159,136); }
td.TdClassName
{
border-color: #EA9F88;
}
.TagClassName
{
border-color: #EA9F88;
}
</style>