Shades of Tonys Pink #EC9685
Tints of Tonys Pink #EC9685
RGB
CMYK
RGB Variations
Color information
#EC9685 (or 0xEC9685) is known color: Tonys Pink. HEX triplet: EC, 96 and 85. RGB value is (236,150,133). Sum of RGB (Red+Green+Blue) = 236+150+133=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9685 is #13697A. Grayscale: #ADADAD. Windows color (decimal): -1272187 or 8754924. OLE color: 8754924.
HSL color Cylindrical-coordinate representation of color #EC9685: hue angle of 9.9º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC9685 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 133 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.07 |
| HSL | 9.9º | 0.73% | 0.72% | - |
| HSV(B) | 9.9º | 0.44% | 0.93% | - |
| XYZ | 49.73 | 41.34 | 27.55 | - |
| YUV | 173.78 | 104.99 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 133 | 0 | 0.36 | 0.44 | 0.07 | 9.9 | 0.73 | 0.72 |
| Hex | EC | 96 | 85 | 0 | 24 | 2C | 7 | A | 49 | 48 |
| Octal | 354 | 226 | 205 | 0 | 44 | 54 | 7 | 12 | 111 | 110 |
| Binary | 11101100 | 10010110 | 10000101 | 0 | 100100 | 101100 | 111 | 1010 | 1001001 | 1001000 |
Color Harmonies of #EC9685
Complementary color
Monochromatic Colors of #EC9685
Black with #EC9685
Text Example
Text Example
White with #EC9685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9685; }
p { color: rgb(236,150,133); }
H1.HeaderClassName
{
color: #EC9685;
}
.AnyTagClassName
{
color: #EC9685;
}
</style>
background-color css
<style>
a { background-color: #EC9685; }
a { background-color: rgb(236,150,133); }
div.DivClassName
{
background-color: #EC9685;
}
.BgClassName
{
background-color: #EC9685;
}
</style>
border-color css
<style>
span { border-color: #EC9685; }
span { border-color: rgb(236,150,133); }
td.TdClassName
{
border-color: #EC9685;
}
.TagClassName
{
border-color: #EC9685;
}
</style>