Shades of Tonys Pink #EFA290
Tints of Tonys Pink #EFA290
RGB
CMYK
RGB Variations
Color information
#EFA290 (or 0xEFA290) is known color: Tonys Pink. HEX triplet: EF, A2 and 90. RGB value is (239,162,144). Sum of RGB (Red+Green+Blue) = 239+162+144=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA290 is #105D6F. Grayscale: #B7B7B7. Windows color (decimal): -1072496 or 9478895. OLE color: 9478895.
HSL color Cylindrical-coordinate representation of color #EFA290: hue angle of 11.37º 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 #EFA290 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 144 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.06 |
| HSL | 11.37º | 0.75% | 0.75% | - |
| HSV(B) | 11.37º | 0.4% | 0.94% | - |
| XYZ | 53.55 | 46.21 | 32.48 | - |
| YUV | 182.97 | 106.01 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 144 | 0 | 0.32 | 0.40 | 0.06 | 11.37 | 0.75 | 0.75 |
| Hex | EF | A2 | 90 | 0 | 20 | 28 | 6 | B | 4B | 4B |
| Octal | 357 | 242 | 220 | 0 | 40 | 50 | 6 | 13 | 113 | 113 |
| Binary | 11101111 | 10100010 | 10010000 | 0 | 100000 | 101000 | 110 | 1011 | 1001011 | 1001011 |
Color Harmonies of #EFA290
Complementary color
Monochromatic Colors of #EFA290
Black with #EFA290
Text Example
Text Example
White with #EFA290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA290; }
p { color: rgb(239,162,144); }
H1.HeaderClassName
{
color: #EFA290;
}
.AnyTagClassName
{
color: #EFA290;
}
</style>
background-color css
<style>
a { background-color: #EFA290; }
a { background-color: rgb(239,162,144); }
div.DivClassName
{
background-color: #EFA290;
}
.BgClassName
{
background-color: #EFA290;
}
</style>
border-color css
<style>
span { border-color: #EFA290; }
span { border-color: rgb(239,162,144); }
td.TdClassName
{
border-color: #EFA290;
}
.TagClassName
{
border-color: #EFA290;
}
</style>