Shades of Tonys Pink #EF9F84
Tints of Tonys Pink #EF9F84
RGB
CMYK
RGB Variations
Color information
#EF9F84 (or 0xEF9F84) is known color: Tonys Pink. HEX triplet: EF, 9F and 84. RGB value is (239,159,132). Sum of RGB (Red+Green+Blue) = 239+159+132=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9F84 is #10607B. Grayscale: #B4B4B4. Windows color (decimal): -1073276 or 8691695. OLE color: 8691695.
HSL color Cylindrical-coordinate representation of color #EF9F84: hue angle of 15.14º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF9F84 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 132 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.06 |
| HSL | 15.14º | 0.77% | 0.73% | - |
| HSV(B) | 15.14º | 0.45% | 0.94% | - |
| XYZ | 52.16 | 44.81 | 27.73 | - |
| YUV | 179.84 | 101 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 132 | 0 | 0.33 | 0.45 | 0.06 | 15.14 | 0.77 | 0.73 |
| Hex | EF | 9F | 84 | 0 | 21 | 2D | 6 | F | 4D | 49 |
| Octal | 357 | 237 | 204 | 0 | 41 | 55 | 6 | 17 | 115 | 111 |
| Binary | 11101111 | 10011111 | 10000100 | 0 | 100001 | 101101 | 110 | 1111 | 1001101 | 1001001 |
Color Harmonies of #EF9F84
Complementary color
Monochromatic Colors of #EF9F84
Black with #EF9F84
Text Example
Text Example
White with #EF9F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F84; }
p { color: rgb(239,159,132); }
H1.HeaderClassName
{
color: #EF9F84;
}
.AnyTagClassName
{
color: #EF9F84;
}
</style>
background-color css
<style>
a { background-color: #EF9F84; }
a { background-color: rgb(239,159,132); }
div.DivClassName
{
background-color: #EF9F84;
}
.BgClassName
{
background-color: #EF9F84;
}
</style>
border-color css
<style>
span { border-color: #EF9F84; }
span { border-color: rgb(239,159,132); }
td.TdClassName
{
border-color: #EF9F84;
}
.TagClassName
{
border-color: #EF9F84;
}
</style>