Shades of Tonys Pink #EFAA8F
Tints of Tonys Pink #EFAA8F
RGB
CMYK
RGB Variations
Color information
#EFAA8F (or 0xEFAA8F) is known color: Tonys Pink. HEX triplet: EF, AA and 8F. RGB value is (239,170,143). Sum of RGB (Red+Green+Blue) = 239+170+143=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAA8F is #105570. Grayscale: #BBBBBB. Windows color (decimal): -1070449 or 9415407. OLE color: 9415407.
HSL color Cylindrical-coordinate representation of color #EFAA8F: hue angle of 16.88º 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 #EFAA8F is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 143 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.06 |
| HSL | 16.88º | 0.75% | 0.75% | - |
| HSV(B) | 16.88º | 0.4% | 0.94% | - |
| XYZ | 54.93 | 49.08 | 32.57 | - |
| YUV | 187.55 | 102.86 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 143 | 0 | 0.29 | 0.40 | 0.06 | 16.88 | 0.75 | 0.75 |
| Hex | EF | AA | 8F | 0 | 1D | 28 | 6 | 11 | 4B | 4B |
| Octal | 357 | 252 | 217 | 0 | 35 | 50 | 6 | 21 | 113 | 113 |
| Binary | 11101111 | 10101010 | 10001111 | 0 | 11101 | 101000 | 110 | 10001 | 1001011 | 1001011 |
Color Harmonies of #EFAA8F
Complementary color
Monochromatic Colors of #EFAA8F
Black with #EFAA8F
Text Example
Text Example
White with #EFAA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAA8F; }
p { color: rgb(239,170,143); }
H1.HeaderClassName
{
color: #EFAA8F;
}
.AnyTagClassName
{
color: #EFAA8F;
}
</style>
background-color css
<style>
a { background-color: #EFAA8F; }
a { background-color: rgb(239,170,143); }
div.DivClassName
{
background-color: #EFAA8F;
}
.BgClassName
{
background-color: #EFAA8F;
}
</style>
border-color css
<style>
span { border-color: #EFAA8F; }
span { border-color: rgb(239,170,143); }
td.TdClassName
{
border-color: #EFAA8F;
}
.TagClassName
{
border-color: #EFAA8F;
}
</style>