Shades of Tonys Pink #EE9E85
Tints of Tonys Pink #EE9E85
RGB
CMYK
RGB Variations
Color information
#EE9E85 (or 0xEE9E85) is known color: Tonys Pink. HEX triplet: EE, 9E and 85. RGB value is (238,158,133). Sum of RGB (Red+Green+Blue) = 238+158+133=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9E85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9E85 is #11617A. Grayscale: #B3B3B3. Windows color (decimal): -1139067 or 8756974. OLE color: 8756974.
HSL color Cylindrical-coordinate representation of color #EE9E85: hue angle of 14.29º degrees, saturation: 0.76, 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 #EE9E85 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 158 | 133 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.07 |
| HSL | 14.29º | 0.76% | 0.73% | - |
| HSV(B) | 14.29º | 0.44% | 0.93% | - |
| XYZ | 51.72 | 44.32 | 28.02 | - |
| YUV | 179.07 | 102 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 158 | 133 | 0 | 0.34 | 0.44 | 0.07 | 14.29 | 0.76 | 0.73 |
| Hex | EE | 9E | 85 | 0 | 22 | 2C | 7 | E | 4C | 49 |
| Octal | 356 | 236 | 205 | 0 | 42 | 54 | 7 | 16 | 114 | 111 |
| Binary | 11101110 | 10011110 | 10000101 | 0 | 100010 | 101100 | 111 | 1110 | 1001100 | 1001001 |
Color Harmonies of #EE9E85
Complementary color
Monochromatic Colors of #EE9E85
Black with #EE9E85
Text Example
Text Example
White with #EE9E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9E85; }
p { color: rgb(238,158,133); }
H1.HeaderClassName
{
color: #EE9E85;
}
.AnyTagClassName
{
color: #EE9E85;
}
</style>
background-color css
<style>
a { background-color: #EE9E85; }
a { background-color: rgb(238,158,133); }
div.DivClassName
{
background-color: #EE9E85;
}
.BgClassName
{
background-color: #EE9E85;
}
</style>
border-color css
<style>
span { border-color: #EE9E85; }
span { border-color: rgb(238,158,133); }
td.TdClassName
{
border-color: #EE9E85;
}
.TagClassName
{
border-color: #EE9E85;
}
</style>