Shades of Tonys Pink #EFA690
Tints of Tonys Pink #EFA690
RGB
CMYK
RGB Variations
Color information
#EFA690 (or 0xEFA690) is known color: Tonys Pink. HEX triplet: EF, A6 and 90. RGB value is (239,166,144). Sum of RGB (Red+Green+Blue) = 239+166+144=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 144 (56.64% from 255 or 26.23% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA690 is #10596F. Grayscale: #B9B9B9. Windows color (decimal): -1071472 or 9479919. OLE color: 9479919.
HSL color Cylindrical-coordinate representation of color #EFA690: hue angle of 13.89º 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 #EFA690 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 144 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.06 |
| HSL | 13.89º | 0.75% | 0.75% | - |
| HSV(B) | 13.89º | 0.4% | 0.94% | - |
| XYZ | 54.27 | 47.64 | 32.72 | - |
| YUV | 185.32 | 104.68 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 144 | 0 | 0.31 | 0.40 | 0.06 | 13.89 | 0.75 | 0.75 |
| Hex | EF | A6 | 90 | 0 | 1F | 28 | 6 | E | 4B | 4B |
| Octal | 357 | 246 | 220 | 0 | 37 | 50 | 6 | 16 | 113 | 113 |
| Binary | 11101111 | 10100110 | 10010000 | 0 | 11111 | 101000 | 110 | 1110 | 1001011 | 1001011 |
Color Harmonies of #EFA690
Complementary color
Monochromatic Colors of #EFA690
Black with #EFA690
Text Example
Text Example
White with #EFA690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA690; }
p { color: rgb(239,166,144); }
H1.HeaderClassName
{
color: #EFA690;
}
.AnyTagClassName
{
color: #EFA690;
}
</style>
background-color css
<style>
a { background-color: #EFA690; }
a { background-color: rgb(239,166,144); }
div.DivClassName
{
background-color: #EFA690;
}
.BgClassName
{
background-color: #EFA690;
}
</style>
border-color css
<style>
span { border-color: #EFA690; }
span { border-color: rgb(239,166,144); }
td.TdClassName
{
border-color: #EFA690;
}
.TagClassName
{
border-color: #EFA690;
}
</style>