Shades of Tonys Pink #EFA090
Tints of Tonys Pink #EFA090
RGB
CMYK
RGB Variations
Color information
#EFA090 (or 0xEFA090) is known color: Tonys Pink. HEX triplet: EF, A0 and 90. RGB value is (239,160,144). Sum of RGB (Red+Green+Blue) = 239+160+144=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA090 is #105F6F. Grayscale: #B5B5B5. Windows color (decimal): -1073008 or 9478383. OLE color: 9478383.
HSL color Cylindrical-coordinate representation of color #EFA090: hue angle of 10.11º 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 #EFA090 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 144 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.06 |
| HSL | 10.11º | 0.75% | 0.75% | - |
| HSV(B) | 10.11º | 0.4% | 0.94% | - |
| XYZ | 53.2 | 45.51 | 32.37 | - |
| YUV | 181.8 | 106.67 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 144 | 0 | 0.33 | 0.40 | 0.06 | 10.11 | 0.75 | 0.75 |
| Hex | EF | A0 | 90 | 0 | 21 | 28 | 6 | A | 4B | 4B |
| Octal | 357 | 240 | 220 | 0 | 41 | 50 | 6 | 12 | 113 | 113 |
| Binary | 11101111 | 10100000 | 10010000 | 0 | 100001 | 101000 | 110 | 1010 | 1001011 | 1001011 |
Color Harmonies of #EFA090
Complementary color
Monochromatic Colors of #EFA090
Black with #EFA090
Text Example
Text Example
White with #EFA090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA090; }
p { color: rgb(239,160,144); }
H1.HeaderClassName
{
color: #EFA090;
}
.AnyTagClassName
{
color: #EFA090;
}
</style>
background-color css
<style>
a { background-color: #EFA090; }
a { background-color: rgb(239,160,144); }
div.DivClassName
{
background-color: #EFA090;
}
.BgClassName
{
background-color: #EFA090;
}
</style>
border-color css
<style>
span { border-color: #EFA090; }
span { border-color: rgb(239,160,144); }
td.TdClassName
{
border-color: #EFA090;
}
.TagClassName
{
border-color: #EFA090;
}
</style>