Shades of Tonys Pink #EFA990
Tints of Tonys Pink #EFA990
RGB
CMYK
RGB Variations
Color information
#EFA990 (or 0xEFA990) is known color: Tonys Pink. HEX triplet: EF, A9 and 90. RGB value is (239,169,144). Sum of RGB (Red+Green+Blue) = 239+169+144=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA990 is #10566F. Grayscale: #BBBBBB. Windows color (decimal): -1070704 or 9480687. OLE color: 9480687.
HSL color Cylindrical-coordinate representation of color #EFA990: hue angle of 15.79º 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 #EFA990 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 144 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.06 |
| HSL | 15.79º | 0.75% | 0.75% | - |
| HSV(B) | 15.79º | 0.4% | 0.94% | - |
| XYZ | 54.82 | 48.74 | 32.9 | - |
| YUV | 187.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 144 | 0 | 0.29 | 0.40 | 0.06 | 15.79 | 0.75 | 0.75 |
| Hex | EF | A9 | 90 | 0 | 1D | 28 | 6 | 10 | 4B | 4B |
| Octal | 357 | 251 | 220 | 0 | 35 | 50 | 6 | 20 | 113 | 113 |
| Binary | 11101111 | 10101001 | 10010000 | 0 | 11101 | 101000 | 110 | 10000 | 1001011 | 1001011 |
Color Harmonies of #EFA990
Complementary color
Monochromatic Colors of #EFA990
Black with #EFA990
Text Example
Text Example
White with #EFA990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA990; }
p { color: rgb(239,169,144); }
H1.HeaderClassName
{
color: #EFA990;
}
.AnyTagClassName
{
color: #EFA990;
}
</style>
background-color css
<style>
a { background-color: #EFA990; }
a { background-color: rgb(239,169,144); }
div.DivClassName
{
background-color: #EFA990;
}
.BgClassName
{
background-color: #EFA990;
}
</style>
border-color css
<style>
span { border-color: #EFA990; }
span { border-color: rgb(239,169,144); }
td.TdClassName
{
border-color: #EFA990;
}
.TagClassName
{
border-color: #EFA990;
}
</style>