Shades of Tonys Pink #EFA080
Tints of Tonys Pink #EFA080
RGB
CMYK
RGB Variations
Color information
#EFA080 (or 0xEFA080) is known color: Tonys Pink. HEX triplet: EF, A0 and 80. RGB value is (239,160,128). Sum of RGB (Red+Green+Blue) = 239+160+128=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA080 is #105F7F. Grayscale: #B4B4B4. Windows color (decimal): -1073024 or 8429807. OLE color: 8429807.
HSL color Cylindrical-coordinate representation of color #EFA080: hue angle of 17.3º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFA080 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 128 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.06 |
| HSL | 17.3º | 0.78% | 0.72% | - |
| HSV(B) | 17.3º | 0.46% | 0.94% | - |
| XYZ | 52.06 | 45.05 | 26.37 | - |
| YUV | 179.97 | 98.67 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 128 | 0 | 0.33 | 0.46 | 0.06 | 17.3 | 0.78 | 0.72 |
| Hex | EF | A0 | 80 | 0 | 21 | 2E | 6 | 11 | 4E | 48 |
| Octal | 357 | 240 | 200 | 0 | 41 | 56 | 6 | 21 | 116 | 110 |
| Binary | 11101111 | 10100000 | 10000000 | 0 | 100001 | 101110 | 110 | 10001 | 1001110 | 1001000 |
Color Harmonies of #EFA080
Complementary color
Monochromatic Colors of #EFA080
Black with #EFA080
Text Example
Text Example
White with #EFA080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA080; }
p { color: rgb(239,160,128); }
H1.HeaderClassName
{
color: #EFA080;
}
.AnyTagClassName
{
color: #EFA080;
}
</style>
background-color css
<style>
a { background-color: #EFA080; }
a { background-color: rgb(239,160,128); }
div.DivClassName
{
background-color: #EFA080;
}
.BgClassName
{
background-color: #EFA080;
}
</style>
border-color css
<style>
span { border-color: #EFA080; }
span { border-color: rgb(239,160,128); }
td.TdClassName
{
border-color: #EFA080;
}
.TagClassName
{
border-color: #EFA080;
}
</style>