Shades of Tonys Pink #EF9A8A
Tints of Tonys Pink #EF9A8A
RGB
CMYK
RGB Variations
Color information
#EF9A8A (or 0xEF9A8A) is known color: Tonys Pink. HEX triplet: EF, 9A and 8A. RGB value is (239,154,138). Sum of RGB (Red+Green+Blue) = 239+154+138=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9A8A is #106575. Grayscale: #B1B1B1. Windows color (decimal): -1074550 or 9083631. OLE color: 9083631.
HSL color Cylindrical-coordinate representation of color #EF9A8A: hue angle of 9.5º 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 #EF9A8A is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 138 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.06 |
| HSL | 9.5º | 0.76% | 0.74% | - |
| HSV(B) | 9.5º | 0.42% | 0.94% | - |
| XYZ | 51.74 | 43.3 | 29.67 | - |
| YUV | 177.59 | 105.66 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 138 | 0 | 0.36 | 0.42 | 0.06 | 9.5 | 0.76 | 0.74 |
| Hex | EF | 9A | 8A | 0 | 24 | 2A | 6 | A | 4C | 4A |
| Octal | 357 | 232 | 212 | 0 | 44 | 52 | 6 | 12 | 114 | 112 |
| Binary | 11101111 | 10011010 | 10001010 | 0 | 100100 | 101010 | 110 | 1010 | 1001100 | 1001010 |
Color Harmonies of #EF9A8A
Complementary color
Monochromatic Colors of #EF9A8A
Black with #EF9A8A
Text Example
Text Example
White with #EF9A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A8A; }
p { color: rgb(239,154,138); }
H1.HeaderClassName
{
color: #EF9A8A;
}
.AnyTagClassName
{
color: #EF9A8A;
}
</style>
background-color css
<style>
a { background-color: #EF9A8A; }
a { background-color: rgb(239,154,138); }
div.DivClassName
{
background-color: #EF9A8A;
}
.BgClassName
{
background-color: #EF9A8A;
}
</style>
border-color css
<style>
span { border-color: #EF9A8A; }
span { border-color: rgb(239,154,138); }
td.TdClassName
{
border-color: #EF9A8A;
}
.TagClassName
{
border-color: #EF9A8A;
}
</style>