Shades of Tonys Pink #EFA490
Tints of Tonys Pink #EFA490
RGB
CMYK
RGB Variations
Color information
#EFA490 (or 0xEFA490) is known color: Tonys Pink. HEX triplet: EF, A4 and 90. RGB value is (239,164,144). Sum of RGB (Red+Green+Blue) = 239+164+144=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 164 (64.45% from 255 or 29.98% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA490 is #105B6F. Grayscale: #B8B8B8. Windows color (decimal): -1071984 or 9479407. OLE color: 9479407.
HSL color Cylindrical-coordinate representation of color #EFA490: hue angle of 12.63º 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 #EFA490 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 144 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.06 |
| HSL | 12.63º | 0.75% | 0.75% | - |
| HSV(B) | 12.63º | 0.4% | 0.94% | - |
| XYZ | 53.91 | 46.92 | 32.6 | - |
| YUV | 184.15 | 105.35 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 144 | 0 | 0.31 | 0.40 | 0.06 | 12.63 | 0.75 | 0.75 |
| Hex | EF | A4 | 90 | 0 | 1F | 28 | 6 | D | 4B | 4B |
| Octal | 357 | 244 | 220 | 0 | 37 | 50 | 6 | 15 | 113 | 113 |
| Binary | 11101111 | 10100100 | 10010000 | 0 | 11111 | 101000 | 110 | 1101 | 1001011 | 1001011 |
Color Harmonies of #EFA490
Complementary color
Monochromatic Colors of #EFA490
Black with #EFA490
Text Example
Text Example
White with #EFA490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA490; }
p { color: rgb(239,164,144); }
H1.HeaderClassName
{
color: #EFA490;
}
.AnyTagClassName
{
color: #EFA490;
}
</style>
background-color css
<style>
a { background-color: #EFA490; }
a { background-color: rgb(239,164,144); }
div.DivClassName
{
background-color: #EFA490;
}
.BgClassName
{
background-color: #EFA490;
}
</style>
border-color css
<style>
span { border-color: #EFA490; }
span { border-color: rgb(239,164,144); }
td.TdClassName
{
border-color: #EFA490;
}
.TagClassName
{
border-color: #EFA490;
}
</style>