Shades of Tonys Pink #EF9F90
Tints of Tonys Pink #EF9F90
RGB
CMYK
RGB Variations
Color information
#EF9F90 (or 0xEF9F90) is known color: Tonys Pink. HEX triplet: EF, 9F and 90. RGB value is (239,159,144). Sum of RGB (Red+Green+Blue) = 239+159+144=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9F90 is #10606F. Grayscale: #B5B5B5. Windows color (decimal): -1073264 or 9478127. OLE color: 9478127.
HSL color Cylindrical-coordinate representation of color #EF9F90: hue angle of 9.47º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF9F90 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 144 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.06 |
| HSL | 9.47º | 0.75% | 0.75% | - |
| HSV(B) | 9.47º | 0.4% | 0.94% | - |
| XYZ | 53.03 | 45.16 | 32.31 | - |
| YUV | 181.21 | 107 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 144 | 0 | 0.33 | 0.40 | 0.06 | 9.47 | 0.75 | 0.75 |
| Hex | EF | 9F | 90 | 0 | 21 | 28 | 6 | 9 | 4B | 4B |
| Octal | 357 | 237 | 220 | 0 | 41 | 50 | 6 | 11 | 113 | 113 |
| Binary | 11101111 | 10011111 | 10010000 | 0 | 100001 | 101000 | 110 | 1001 | 1001011 | 1001011 |
Color Harmonies of #EF9F90
Complementary color
Monochromatic Colors of #EF9F90
Black with #EF9F90
Text Example
Text Example
White with #EF9F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F90; }
p { color: rgb(239,159,144); }
H1.HeaderClassName
{
color: #EF9F90;
}
.AnyTagClassName
{
color: #EF9F90;
}
</style>
background-color css
<style>
a { background-color: #EF9F90; }
a { background-color: rgb(239,159,144); }
div.DivClassName
{
background-color: #EF9F90;
}
.BgClassName
{
background-color: #EF9F90;
}
</style>
border-color css
<style>
span { border-color: #EF9F90; }
span { border-color: rgb(239,159,144); }
td.TdClassName
{
border-color: #EF9F90;
}
.TagClassName
{
border-color: #EF9F90;
}
</style>