Shades of Tonys Pink #EE9684
Tints of Tonys Pink #EE9684
RGB
CMYK
RGB Variations
Color information
#EE9684 (or 0xEE9684) is known color: Tonys Pink. HEX triplet: EE, 96 and 84. RGB value is (238,150,132). Sum of RGB (Red+Green+Blue) = 238+150+132=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9684 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9684 is #11697B. Grayscale: #AEAEAE. Windows color (decimal): -1141116 or 8689390. OLE color: 8689390.
HSL color Cylindrical-coordinate representation of color #EE9684: hue angle of 10.19º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE9684 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 132 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.07 |
| HSL | 10.19º | 0.76% | 0.73% | - |
| HSV(B) | 10.19º | 0.45% | 0.93% | - |
| XYZ | 50.33 | 41.66 | 27.22 | - |
| YUV | 174.26 | 104.15 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 132 | 0 | 0.37 | 0.45 | 0.07 | 10.19 | 0.76 | 0.73 |
| Hex | EE | 96 | 84 | 0 | 25 | 2D | 7 | A | 4C | 49 |
| Octal | 356 | 226 | 204 | 0 | 45 | 55 | 7 | 12 | 114 | 111 |
| Binary | 11101110 | 10010110 | 10000100 | 0 | 100101 | 101101 | 111 | 1010 | 1001100 | 1001001 |
Color Harmonies of #EE9684
Complementary color
Monochromatic Colors of #EE9684
Black with #EE9684
Text Example
Text Example
White with #EE9684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9684; }
p { color: rgb(238,150,132); }
H1.HeaderClassName
{
color: #EE9684;
}
.AnyTagClassName
{
color: #EE9684;
}
</style>
background-color css
<style>
a { background-color: #EE9684; }
a { background-color: rgb(238,150,132); }
div.DivClassName
{
background-color: #EE9684;
}
.BgClassName
{
background-color: #EE9684;
}
</style>
border-color css
<style>
span { border-color: #EE9684; }
span { border-color: rgb(238,150,132); }
td.TdClassName
{
border-color: #EE9684;
}
.TagClassName
{
border-color: #EE9684;
}
</style>