Shades of Tonys Pink #EF9B8C
Tints of Tonys Pink #EF9B8C
RGB
CMYK
RGB Variations
Color information
#EF9B8C (or 0xEF9B8C) is known color: Tonys Pink. HEX triplet: EF, 9B and 8C. RGB value is (239,155,140). Sum of RGB (Red+Green+Blue) = 239+155+140=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9B8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9B8C is #106473. Grayscale: #B2B2B2. Windows color (decimal): -1074292 or 9214959. OLE color: 9214959.
HSL color Cylindrical-coordinate representation of color #EF9B8C: hue angle of 9.09º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF9B8C is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 155 | 140 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.06 |
| HSL | 9.09º | 0.76% | 0.74% | - |
| HSV(B) | 9.09º | 0.41% | 0.94% | - |
| XYZ | 52.05 | 43.69 | 30.5 | - |
| YUV | 178.41 | 106.33 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 155 | 140 | 0 | 0.35 | 0.41 | 0.06 | 9.09 | 0.76 | 0.74 |
| Hex | EF | 9B | 8C | 0 | 23 | 29 | 6 | 9 | 4C | 4A |
| Octal | 357 | 233 | 214 | 0 | 43 | 51 | 6 | 11 | 114 | 112 |
| Binary | 11101111 | 10011011 | 10001100 | 0 | 100011 | 101001 | 110 | 1001 | 1001100 | 1001010 |
Color Harmonies of #EF9B8C
Complementary color
Monochromatic Colors of #EF9B8C
Black with #EF9B8C
Text Example
Text Example
White with #EF9B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9B8C; }
p { color: rgb(239,155,140); }
H1.HeaderClassName
{
color: #EF9B8C;
}
.AnyTagClassName
{
color: #EF9B8C;
}
</style>
background-color css
<style>
a { background-color: #EF9B8C; }
a { background-color: rgb(239,155,140); }
div.DivClassName
{
background-color: #EF9B8C;
}
.BgClassName
{
background-color: #EF9B8C;
}
</style>
border-color css
<style>
span { border-color: #EF9B8C; }
span { border-color: rgb(239,155,140); }
td.TdClassName
{
border-color: #EF9B8C;
}
.TagClassName
{
border-color: #EF9B8C;
}
</style>