Shades of Tonys Pink #EF9A8C
Tints of Tonys Pink #EF9A8C
RGB
CMYK
RGB Variations
Color information
#EF9A8C (or 0xEF9A8C) is known color: Tonys Pink. HEX triplet: EF, 9A and 8C. RGB value is (239,154,140). Sum of RGB (Red+Green+Blue) = 239+154+140=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9A8C is #106573. Grayscale: #B1B1B1. Windows color (decimal): -1074548 or 9214703. OLE color: 9214703.
HSL color Cylindrical-coordinate representation of color #EF9A8C: hue angle of 8.48º 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 #EF9A8C is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 140 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.06 |
| HSL | 8.48º | 0.76% | 0.74% | - |
| HSV(B) | 8.48º | 0.41% | 0.94% | - |
| XYZ | 51.89 | 43.36 | 30.44 | - |
| YUV | 177.82 | 106.66 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 140 | 0 | 0.36 | 0.41 | 0.06 | 8.48 | 0.76 | 0.74 |
| Hex | EF | 9A | 8C | 0 | 24 | 29 | 6 | 8 | 4C | 4A |
| Octal | 357 | 232 | 214 | 0 | 44 | 51 | 6 | 10 | 114 | 112 |
| Binary | 11101111 | 10011010 | 10001100 | 0 | 100100 | 101001 | 110 | 1000 | 1001100 | 1001010 |
Color Harmonies of #EF9A8C
Complementary color
Monochromatic Colors of #EF9A8C
Black with #EF9A8C
Text Example
Text Example
White with #EF9A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A8C; }
p { color: rgb(239,154,140); }
H1.HeaderClassName
{
color: #EF9A8C;
}
.AnyTagClassName
{
color: #EF9A8C;
}
</style>
background-color css
<style>
a { background-color: #EF9A8C; }
a { background-color: rgb(239,154,140); }
div.DivClassName
{
background-color: #EF9A8C;
}
.BgClassName
{
background-color: #EF9A8C;
}
</style>
border-color css
<style>
span { border-color: #EF9A8C; }
span { border-color: rgb(239,154,140); }
td.TdClassName
{
border-color: #EF9A8C;
}
.TagClassName
{
border-color: #EF9A8C;
}
</style>