Shades of Tonys Pink #EFA08A
Tints of Tonys Pink #EFA08A
RGB
CMYK
RGB Variations
Color information
#EFA08A (or 0xEFA08A) is known color: Tonys Pink. HEX triplet: EF, A0 and 8A. RGB value is (239,160,138). Sum of RGB (Red+Green+Blue) = 239+160+138=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA08A is #105F75. Grayscale: #B5B5B5. Windows color (decimal): -1073014 or 9085167. OLE color: 9085167.
HSL color Cylindrical-coordinate representation of color #EFA08A: hue angle of 13.07º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFA08A is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 138 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.06 |
| HSL | 13.07º | 0.76% | 0.74% | - |
| HSV(B) | 13.07º | 0.42% | 0.94% | - |
| XYZ | 52.75 | 45.33 | 30.01 | - |
| YUV | 181.11 | 103.67 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 138 | 0 | 0.33 | 0.42 | 0.06 | 13.07 | 0.76 | 0.74 |
| Hex | EF | A0 | 8A | 0 | 21 | 2A | 6 | D | 4C | 4A |
| Octal | 357 | 240 | 212 | 0 | 41 | 52 | 6 | 15 | 114 | 112 |
| Binary | 11101111 | 10100000 | 10001010 | 0 | 100001 | 101010 | 110 | 1101 | 1001100 | 1001010 |
Color Harmonies of #EFA08A
Complementary color
Monochromatic Colors of #EFA08A
Black with #EFA08A
Text Example
Text Example
White with #EFA08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA08A; }
p { color: rgb(239,160,138); }
H1.HeaderClassName
{
color: #EFA08A;
}
.AnyTagClassName
{
color: #EFA08A;
}
</style>
background-color css
<style>
a { background-color: #EFA08A; }
a { background-color: rgb(239,160,138); }
div.DivClassName
{
background-color: #EFA08A;
}
.BgClassName
{
background-color: #EFA08A;
}
</style>
border-color css
<style>
span { border-color: #EFA08A; }
span { border-color: rgb(239,160,138); }
td.TdClassName
{
border-color: #EFA08A;
}
.TagClassName
{
border-color: #EFA08A;
}
</style>