Shades of Tonys Pink #EE9C86
Tints of Tonys Pink #EE9C86
RGB
CMYK
RGB Variations
Color information
#EE9C86 (or 0xEE9C86) is known color: Tonys Pink. HEX triplet: EE, 9C and 86. RGB value is (238,156,134). Sum of RGB (Red+Green+Blue) = 238+156+134=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 134 (52.73% from 255 or 25.38% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9C86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9C86 is #116379. Grayscale: #B2B2B2. Windows color (decimal): -1139578 or 8821998. OLE color: 8821998.
HSL color Cylindrical-coordinate representation of color #EE9C86: hue angle of 12.69º 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 #EE9C86 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 156 | 134 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.07 |
| HSL | 12.69º | 0.75% | 0.73% | - |
| HSV(B) | 12.69º | 0.44% | 0.93% | - |
| XYZ | 51.45 | 43.68 | 28.27 | - |
| YUV | 178.01 | 103.17 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 156 | 134 | 0 | 0.34 | 0.44 | 0.07 | 12.69 | 0.75 | 0.73 |
| Hex | EE | 9C | 86 | 0 | 22 | 2C | 7 | D | 4B | 49 |
| Octal | 356 | 234 | 206 | 0 | 42 | 54 | 7 | 15 | 113 | 111 |
| Binary | 11101110 | 10011100 | 10000110 | 0 | 100010 | 101100 | 111 | 1101 | 1001011 | 1001001 |
Color Harmonies of #EE9C86
Complementary color
Monochromatic Colors of #EE9C86
Black with #EE9C86
Text Example
Text Example
White with #EE9C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9C86; }
p { color: rgb(238,156,134); }
H1.HeaderClassName
{
color: #EE9C86;
}
.AnyTagClassName
{
color: #EE9C86;
}
</style>
background-color css
<style>
a { background-color: #EE9C86; }
a { background-color: rgb(238,156,134); }
div.DivClassName
{
background-color: #EE9C86;
}
.BgClassName
{
background-color: #EE9C86;
}
</style>
border-color css
<style>
span { border-color: #EE9C86; }
span { border-color: rgb(238,156,134); }
td.TdClassName
{
border-color: #EE9C86;
}
.TagClassName
{
border-color: #EE9C86;
}
</style>