Shades of Tonys Pink #EC9E85
Tints of Tonys Pink #EC9E85
RGB
CMYK
RGB Variations
Color information
#EC9E85 (or 0xEC9E85) is known color: Tonys Pink. HEX triplet: EC, 9E and 85. RGB value is (236,158,133). Sum of RGB (Red+Green+Blue) = 236+158+133=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9E85 is #13617A. Grayscale: #B2B2B2. Windows color (decimal): -1270139 or 8756972. OLE color: 8756972.
HSL color Cylindrical-coordinate representation of color #EC9E85: hue angle of 14.56º 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 #EC9E85 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 158 | 133 | - |
CMYK | 0 | 0.33 | 0.44 | 0.07 |
HSL | 14.56º | 0.73% | 0.72% | - |
HSV(B) | 14.56º | 0.44% | 0.93% | - |
XYZ | 51.05 | 43.98 | 27.99 | - |
YUV | 178.47 | 102.34 | 169.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 158 | 133 | 0 | 0.33 | 0.44 | 0.07 | 14.56 | 0.73 | 0.72 |
Hex | EC | 9E | 85 | 0 | 21 | 2C | 7 | F | 49 | 48 |
Octal | 354 | 236 | 205 | 0 | 41 | 54 | 7 | 17 | 111 | 110 |
Binary | 11101100 | 10011110 | 10000101 | 0 | 100001 | 101100 | 111 | 1111 | 1001001 | 1001000 |
Color Harmonies of #EC9E85
Complementary color
Monochromatic Colors of #EC9E85
Black with #EC9E85
Text Example
Text Example
White with #EC9E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9E85; }
p { color: rgb(236,158,133); }
H1.HeaderClassName
{
color: #EC9E85;
}
.AnyTagClassName
{
color: #EC9E85;
}
</style>
background-color css
<style>
a { background-color: #EC9E85; }
a { background-color: rgb(236,158,133); }
div.DivClassName
{
background-color: #EC9E85;
}
.BgClassName
{
background-color: #EC9E85;
}
</style>
border-color css
<style>
span { border-color: #EC9E85; }
span { border-color: rgb(236,158,133); }
td.TdClassName
{
border-color: #EC9E85;
}
.TagClassName
{
border-color: #EC9E85;
}
</style>