Shades of Tonys Pink #EF9886
Tints of Tonys Pink #EF9886
RGB
CMYK
RGB Variations
Color information
#EF9886 (or 0xEF9886) is known color: Tonys Pink. HEX triplet: EF, 98 and 86. RGB value is (239,152,134). Sum of RGB (Red+Green+Blue) = 239+152+134=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9886 is #106779. Grayscale: #B0B0B0. Windows color (decimal): -1075066 or 8820975. OLE color: 8820975.
HSL color Cylindrical-coordinate representation of color #EF9886: hue angle of 10.29º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF9886 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 134 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.06 |
| HSL | 10.29º | 0.77% | 0.73% | - |
| HSV(B) | 10.29º | 0.44% | 0.94% | - |
| XYZ | 51.13 | 42.53 | 28.07 | - |
| YUV | 175.96 | 104.32 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 134 | 0 | 0.36 | 0.44 | 0.06 | 10.29 | 0.77 | 0.73 |
| Hex | EF | 98 | 86 | 0 | 24 | 2C | 6 | A | 4D | 49 |
| Octal | 357 | 230 | 206 | 0 | 44 | 54 | 6 | 12 | 115 | 111 |
| Binary | 11101111 | 10011000 | 10000110 | 0 | 100100 | 101100 | 110 | 1010 | 1001101 | 1001001 |
Color Harmonies of #EF9886
Complementary color
Monochromatic Colors of #EF9886
Black with #EF9886
Text Example
Text Example
White with #EF9886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9886; }
p { color: rgb(239,152,134); }
H1.HeaderClassName
{
color: #EF9886;
}
.AnyTagClassName
{
color: #EF9886;
}
</style>
background-color css
<style>
a { background-color: #EF9886; }
a { background-color: rgb(239,152,134); }
div.DivClassName
{
background-color: #EF9886;
}
.BgClassName
{
background-color: #EF9886;
}
</style>
border-color css
<style>
span { border-color: #EF9886; }
span { border-color: rgb(239,152,134); }
td.TdClassName
{
border-color: #EF9886;
}
.TagClassName
{
border-color: #EF9886;
}
</style>