Shades of Tonys Pink #EE9D85
Tints of Tonys Pink #EE9D85
RGB
CMYK
RGB Variations
Color information
#EE9D85 (or 0xEE9D85) is known color: Tonys Pink. HEX triplet: EE, 9D and 85. RGB value is (238,157,133). Sum of RGB (Red+Green+Blue) = 238+157+133=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9D85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9D85 is #11627A. Grayscale: #B2B2B2. Windows color (decimal): -1139323 or 8756718. OLE color: 8756718.
HSL color Cylindrical-coordinate representation of color #EE9D85: hue angle of 13.71º 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 #EE9D85 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 157 | 133 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.07 |
| HSL | 13.71º | 0.76% | 0.73% | - |
| HSV(B) | 13.71º | 0.44% | 0.93% | - |
| XYZ | 51.55 | 43.98 | 27.96 | - |
| YUV | 178.48 | 102.34 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 157 | 133 | 0 | 0.34 | 0.44 | 0.07 | 13.71 | 0.76 | 0.73 |
| Hex | EE | 9D | 85 | 0 | 22 | 2C | 7 | E | 4C | 49 |
| Octal | 356 | 235 | 205 | 0 | 42 | 54 | 7 | 16 | 114 | 111 |
| Binary | 11101110 | 10011101 | 10000101 | 0 | 100010 | 101100 | 111 | 1110 | 1001100 | 1001001 |
Color Harmonies of #EE9D85
Complementary color
Monochromatic Colors of #EE9D85
Black with #EE9D85
Text Example
Text Example
White with #EE9D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9D85; }
p { color: rgb(238,157,133); }
H1.HeaderClassName
{
color: #EE9D85;
}
.AnyTagClassName
{
color: #EE9D85;
}
</style>
background-color css
<style>
a { background-color: #EE9D85; }
a { background-color: rgb(238,157,133); }
div.DivClassName
{
background-color: #EE9D85;
}
.BgClassName
{
background-color: #EE9D85;
}
</style>
border-color css
<style>
span { border-color: #EE9D85; }
span { border-color: rgb(238,157,133); }
td.TdClassName
{
border-color: #EE9D85;
}
.TagClassName
{
border-color: #EE9D85;
}
</style>