Shades of Tonys Pink #EF9985
Tints of Tonys Pink #EF9985
RGB
CMYK
RGB Variations
Color information
#EF9985 (or 0xEF9985) is known color: Tonys Pink. HEX triplet: EF, 99 and 85. RGB value is (239,153,133). Sum of RGB (Red+Green+Blue) = 239+153+133=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9985 is #10667A. Grayscale: #B0B0B0. Windows color (decimal): -1074811 or 8755695. OLE color: 8755695.
HSL color Cylindrical-coordinate representation of color #EF9985: hue angle of 11.32º 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 #EF9985 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 133 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.06 |
| HSL | 11.32º | 0.77% | 0.73% | - |
| HSV(B) | 11.32º | 0.44% | 0.94% | - |
| XYZ | 51.22 | 42.83 | 27.76 | - |
| YUV | 176.43 | 103.49 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 133 | 0 | 0.36 | 0.44 | 0.06 | 11.32 | 0.77 | 0.73 |
| Hex | EF | 99 | 85 | 0 | 24 | 2C | 6 | B | 4D | 49 |
| Octal | 357 | 231 | 205 | 0 | 44 | 54 | 6 | 13 | 115 | 111 |
| Binary | 11101111 | 10011001 | 10000101 | 0 | 100100 | 101100 | 110 | 1011 | 1001101 | 1001001 |
Color Harmonies of #EF9985
Complementary color
Monochromatic Colors of #EF9985
Black with #EF9985
Text Example
Text Example
White with #EF9985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9985; }
p { color: rgb(239,153,133); }
H1.HeaderClassName
{
color: #EF9985;
}
.AnyTagClassName
{
color: #EF9985;
}
</style>
background-color css
<style>
a { background-color: #EF9985; }
a { background-color: rgb(239,153,133); }
div.DivClassName
{
background-color: #EF9985;
}
.BgClassName
{
background-color: #EF9985;
}
</style>
border-color css
<style>
span { border-color: #EF9985; }
span { border-color: rgb(239,153,133); }
td.TdClassName
{
border-color: #EF9985;
}
.TagClassName
{
border-color: #EF9985;
}
</style>