Shades of Tonys Pink #EF9F8C
Tints of Tonys Pink #EF9F8C
RGB
CMYK
RGB Variations
Color information
#EF9F8C (or 0xEF9F8C) is known color: Tonys Pink. HEX triplet: EF, 9F and 8C. RGB value is (239,159,140). Sum of RGB (Red+Green+Blue) = 239+159+140=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9F8C is #106073. Grayscale: #B4B4B4. Windows color (decimal): -1073268 or 9215983. OLE color: 9215983.
HSL color Cylindrical-coordinate representation of color #EF9F8C: hue angle of 11.52º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF9F8C is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 140 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.06 |
| HSL | 11.52º | 0.76% | 0.74% | - |
| HSV(B) | 11.52º | 0.41% | 0.94% | - |
| XYZ | 52.73 | 45.04 | 30.73 | - |
| YUV | 180.75 | 105 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 140 | 0 | 0.33 | 0.41 | 0.06 | 11.52 | 0.76 | 0.74 |
| Hex | EF | 9F | 8C | 0 | 21 | 29 | 6 | C | 4C | 4A |
| Octal | 357 | 237 | 214 | 0 | 41 | 51 | 6 | 14 | 114 | 112 |
| Binary | 11101111 | 10011111 | 10001100 | 0 | 100001 | 101001 | 110 | 1100 | 1001100 | 1001010 |
Color Harmonies of #EF9F8C
Complementary color
Monochromatic Colors of #EF9F8C
Black with #EF9F8C
Text Example
Text Example
White with #EF9F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F8C; }
p { color: rgb(239,159,140); }
H1.HeaderClassName
{
color: #EF9F8C;
}
.AnyTagClassName
{
color: #EF9F8C;
}
</style>
background-color css
<style>
a { background-color: #EF9F8C; }
a { background-color: rgb(239,159,140); }
div.DivClassName
{
background-color: #EF9F8C;
}
.BgClassName
{
background-color: #EF9F8C;
}
</style>
border-color css
<style>
span { border-color: #EF9F8C; }
span { border-color: rgb(239,159,140); }
td.TdClassName
{
border-color: #EF9F8C;
}
.TagClassName
{
border-color: #EF9F8C;
}
</style>