Shades of Tonys Pink #EF9B82
Tints of Tonys Pink #EF9B82
RGB
CMYK
RGB Variations
Color information
#EF9B82 (or 0xEF9B82) is known color: Tonys Pink. HEX triplet: EF, 9B and 82. RGB value is (239,155,130). Sum of RGB (Red+Green+Blue) = 239+155+130=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9B82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9B82 is #10647D. Grayscale: #B1B1B1. Windows color (decimal): -1074302 or 8559599. OLE color: 8559599.
HSL color Cylindrical-coordinate representation of color #EF9B82: hue angle of 13.76º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF9B82 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 155 | 130 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.06 |
| HSL | 13.76º | 0.77% | 0.72% | - |
| HSV(B) | 13.76º | 0.46% | 0.94% | - |
| XYZ | 51.35 | 43.41 | 26.79 | - |
| YUV | 177.27 | 101.33 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 155 | 130 | 0 | 0.35 | 0.46 | 0.06 | 13.76 | 0.77 | 0.72 |
| Hex | EF | 9B | 82 | 0 | 23 | 2E | 6 | E | 4D | 48 |
| Octal | 357 | 233 | 202 | 0 | 43 | 56 | 6 | 16 | 115 | 110 |
| Binary | 11101111 | 10011011 | 10000010 | 0 | 100011 | 101110 | 110 | 1110 | 1001101 | 1001000 |
Color Harmonies of #EF9B82
Complementary color
Monochromatic Colors of #EF9B82
Black with #EF9B82
Text Example
Text Example
White with #EF9B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9B82; }
p { color: rgb(239,155,130); }
H1.HeaderClassName
{
color: #EF9B82;
}
.AnyTagClassName
{
color: #EF9B82;
}
</style>
background-color css
<style>
a { background-color: #EF9B82; }
a { background-color: rgb(239,155,130); }
div.DivClassName
{
background-color: #EF9B82;
}
.BgClassName
{
background-color: #EF9B82;
}
</style>
border-color css
<style>
span { border-color: #EF9B82; }
span { border-color: rgb(239,155,130); }
td.TdClassName
{
border-color: #EF9B82;
}
.TagClassName
{
border-color: #EF9B82;
}
</style>