Shades of Tonys Pink #EE9A86
Tints of Tonys Pink #EE9A86
RGB
CMYK
RGB Variations
Color information
#EE9A86 (or 0xEE9A86) is known color: Tonys Pink. HEX triplet: EE, 9A and 86. RGB value is (238,154,134). Sum of RGB (Red+Green+Blue) = 238+154+134=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9A86 is #116579. Grayscale: #B1B1B1. Windows color (decimal): -1140090 or 8821486. OLE color: 8821486.
HSL color Cylindrical-coordinate representation of color #EE9A86: hue angle of 11.54º 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 #EE9A86 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 154 | 134 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.07 |
| HSL | 11.54º | 0.75% | 0.73% | - |
| HSV(B) | 11.54º | 0.44% | 0.93% | - |
| XYZ | 51.12 | 43.01 | 28.16 | - |
| YUV | 176.84 | 103.83 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 154 | 134 | 0 | 0.35 | 0.44 | 0.07 | 11.54 | 0.75 | 0.73 |
| Hex | EE | 9A | 86 | 0 | 23 | 2C | 7 | C | 4B | 49 |
| Octal | 356 | 232 | 206 | 0 | 43 | 54 | 7 | 14 | 113 | 111 |
| Binary | 11101110 | 10011010 | 10000110 | 0 | 100011 | 101100 | 111 | 1100 | 1001011 | 1001001 |
Color Harmonies of #EE9A86
Complementary color
Monochromatic Colors of #EE9A86
Black with #EE9A86
Text Example
Text Example
White with #EE9A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9A86; }
p { color: rgb(238,154,134); }
H1.HeaderClassName
{
color: #EE9A86;
}
.AnyTagClassName
{
color: #EE9A86;
}
</style>
background-color css
<style>
a { background-color: #EE9A86; }
a { background-color: rgb(238,154,134); }
div.DivClassName
{
background-color: #EE9A86;
}
.BgClassName
{
background-color: #EE9A86;
}
</style>
border-color css
<style>
span { border-color: #EE9A86; }
span { border-color: rgb(238,154,134); }
td.TdClassName
{
border-color: #EE9A86;
}
.TagClassName
{
border-color: #EE9A86;
}
</style>