Shades of Tonys Pink #EE9986
Tints of Tonys Pink #EE9986
RGB
CMYK
RGB Variations
Color information
#EE9986 (or 0xEE9986) is known color: Tonys Pink. HEX triplet: EE, 99 and 86. RGB value is (238,153,134). Sum of RGB (Red+Green+Blue) = 238+153+134=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9986 is #116679. Grayscale: #B0B0B0. Windows color (decimal): -1140346 or 8821230. OLE color: 8821230.
HSL color Cylindrical-coordinate representation of color #EE9986: hue angle of 10.96º 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 #EE9986 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 134 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.07 |
| HSL | 10.96º | 0.75% | 0.73% | - |
| HSV(B) | 10.96º | 0.44% | 0.93% | - |
| XYZ | 50.95 | 42.68 | 28.11 | - |
| YUV | 176.25 | 104.16 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 134 | 0 | 0.36 | 0.44 | 0.07 | 10.96 | 0.75 | 0.73 |
| Hex | EE | 99 | 86 | 0 | 24 | 2C | 7 | B | 4B | 49 |
| Octal | 356 | 231 | 206 | 0 | 44 | 54 | 7 | 13 | 113 | 111 |
| Binary | 11101110 | 10011001 | 10000110 | 0 | 100100 | 101100 | 111 | 1011 | 1001011 | 1001001 |
Color Harmonies of #EE9986
Complementary color
Monochromatic Colors of #EE9986
Black with #EE9986
Text Example
Text Example
White with #EE9986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9986; }
p { color: rgb(238,153,134); }
H1.HeaderClassName
{
color: #EE9986;
}
.AnyTagClassName
{
color: #EE9986;
}
</style>
background-color css
<style>
a { background-color: #EE9986; }
a { background-color: rgb(238,153,134); }
div.DivClassName
{
background-color: #EE9986;
}
.BgClassName
{
background-color: #EE9986;
}
</style>
border-color css
<style>
span { border-color: #EE9986; }
span { border-color: rgb(238,153,134); }
td.TdClassName
{
border-color: #EE9986;
}
.TagClassName
{
border-color: #EE9986;
}
</style>