Shades of Tonys Pink #EE9686
Tints of Tonys Pink #EE9686
RGB
CMYK
RGB Variations
Color information
#EE9686 (or 0xEE9686) is known color: Tonys Pink. HEX triplet: EE, 96 and 86. RGB value is (238,150,134). Sum of RGB (Red+Green+Blue) = 238+150+134=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9686 is #116979. Grayscale: #AEAEAE. Windows color (decimal): -1141114 or 8820462. OLE color: 8820462.
HSL color Cylindrical-coordinate representation of color #EE9686: hue angle of 9.23º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE9686 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 134 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.07 |
| HSL | 9.23º | 0.75% | 0.73% | - |
| HSV(B) | 9.23º | 0.44% | 0.93% | - |
| XYZ | 50.47 | 41.71 | 27.95 | - |
| YUV | 174.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 134 | 0 | 0.37 | 0.44 | 0.07 | 9.23 | 0.75 | 0.73 |
| Hex | EE | 96 | 86 | 0 | 25 | 2C | 7 | 9 | 4B | 49 |
| Octal | 356 | 226 | 206 | 0 | 45 | 54 | 7 | 11 | 113 | 111 |
| Binary | 11101110 | 10010110 | 10000110 | 0 | 100101 | 101100 | 111 | 1001 | 1001011 | 1001001 |
Color Harmonies of #EE9686
Complementary color
Monochromatic Colors of #EE9686
Black with #EE9686
Text Example
Text Example
White with #EE9686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9686; }
p { color: rgb(238,150,134); }
H1.HeaderClassName
{
color: #EE9686;
}
.AnyTagClassName
{
color: #EE9686;
}
</style>
background-color css
<style>
a { background-color: #EE9686; }
a { background-color: rgb(238,150,134); }
div.DivClassName
{
background-color: #EE9686;
}
.BgClassName
{
background-color: #EE9686;
}
</style>
border-color css
<style>
span { border-color: #EE9686; }
span { border-color: rgb(238,150,134); }
td.TdClassName
{
border-color: #EE9686;
}
.TagClassName
{
border-color: #EE9686;
}
</style>