Shades of Tonys Pink #EF998A
Tints of Tonys Pink #EF998A
RGB
CMYK
RGB Variations
Color information
#EF998A (or 0xEF998A) is known color: Tonys Pink. HEX triplet: EF, 99 and 8A. RGB value is (239,153,138). Sum of RGB (Red+Green+Blue) = 239+153+138=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF998A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF998A is #106675. Grayscale: #B1B1B1. Windows color (decimal): -1074806 or 9083375. OLE color: 9083375.
HSL color Cylindrical-coordinate representation of color #EF998A: hue angle of 8.91º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF998A is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 138 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.06 |
| HSL | 8.91º | 0.76% | 0.74% | - |
| HSV(B) | 8.91º | 0.42% | 0.94% | - |
| XYZ | 51.58 | 42.97 | 29.62 | - |
| YUV | 177 | 105.99 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 138 | 0 | 0.36 | 0.42 | 0.06 | 8.91 | 0.76 | 0.74 |
| Hex | EF | 99 | 8A | 0 | 24 | 2A | 6 | 9 | 4C | 4A |
| Octal | 357 | 231 | 212 | 0 | 44 | 52 | 6 | 11 | 114 | 112 |
| Binary | 11101111 | 10011001 | 10001010 | 0 | 100100 | 101010 | 110 | 1001 | 1001100 | 1001010 |
Color Harmonies of #EF998A
Complementary color
Monochromatic Colors of #EF998A
Black with #EF998A
Text Example
Text Example
White with #EF998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF998A; }
p { color: rgb(239,153,138); }
H1.HeaderClassName
{
color: #EF998A;
}
.AnyTagClassName
{
color: #EF998A;
}
</style>
background-color css
<style>
a { background-color: #EF998A; }
a { background-color: rgb(239,153,138); }
div.DivClassName
{
background-color: #EF998A;
}
.BgClassName
{
background-color: #EF998A;
}
</style>
border-color css
<style>
span { border-color: #EF998A; }
span { border-color: rgb(239,153,138); }
td.TdClassName
{
border-color: #EF998A;
}
.TagClassName
{
border-color: #EF998A;
}
</style>