Shades of Tonys Pink #EA9688
Tints of Tonys Pink #EA9688
RGB
CMYK
RGB Variations
Color information
#EA9688 (or 0xEA9688) is known color: Tonys Pink. HEX triplet: EA, 96 and 88. RGB value is (234,150,136). Sum of RGB (Red+Green+Blue) = 234+150+136=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9688 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9688 is #156977. Grayscale: #ADADAD. Windows color (decimal): -1403256 or 8951530. OLE color: 8951530.
HSL color Cylindrical-coordinate representation of color #EA9688: hue angle of 8.57º 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 #EA9688 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 150 | 136 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.08 |
| HSL | 8.57º | 0.7% | 0.73% | - |
| HSV(B) | 8.57º | 0.42% | 0.92% | - |
| XYZ | 49.28 | 41.08 | 28.62 | - |
| YUV | 173.52 | 106.83 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 150 | 136 | 0 | 0.36 | 0.42 | 0.08 | 8.57 | 0.7 | 0.73 |
| Hex | EA | 96 | 88 | 0 | 24 | 2A | 8 | 9 | 46 | 49 |
| Octal | 352 | 226 | 210 | 0 | 44 | 52 | 10 | 11 | 106 | 111 |
| Binary | 11101010 | 10010110 | 10001000 | 0 | 100100 | 101010 | 1000 | 1001 | 1000110 | 1001001 |
Color Harmonies of #EA9688
Complementary color
Monochromatic Colors of #EA9688
Black with #EA9688
Text Example
Text Example
White with #EA9688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9688; }
p { color: rgb(234,150,136); }
H1.HeaderClassName
{
color: #EA9688;
}
.AnyTagClassName
{
color: #EA9688;
}
</style>
background-color css
<style>
a { background-color: #EA9688; }
a { background-color: rgb(234,150,136); }
div.DivClassName
{
background-color: #EA9688;
}
.BgClassName
{
background-color: #EA9688;
}
</style>
border-color css
<style>
span { border-color: #EA9688; }
span { border-color: rgb(234,150,136); }
td.TdClassName
{
border-color: #EA9688;
}
.TagClassName
{
border-color: #EA9688;
}
</style>