Shades of Tonys Pink #ECA091
Tints of Tonys Pink #ECA091
RGB
CMYK
RGB Variations
Color information
#ECA091 (or 0xECA091) is known color: Tonys Pink. HEX triplet: EC, A0 and 91. RGB value is (236,160,145). Sum of RGB (Red+Green+Blue) = 236+160+145=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA091 is #135F6E. Grayscale: #B5B5B5. Windows color (decimal): -1269615 or 9543916. OLE color: 9543916.
HSL color Cylindrical-coordinate representation of color #ECA091: hue angle of 9.89º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECA091 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 145 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.07 |
| HSL | 9.89º | 0.71% | 0.75% | - |
| HSV(B) | 9.89º | 0.39% | 0.93% | - |
| XYZ | 52.27 | 45.02 | 32.72 | - |
| YUV | 181.01 | 107.68 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 145 | 0 | 0.32 | 0.39 | 0.07 | 9.89 | 0.71 | 0.75 |
| Hex | EC | A0 | 91 | 0 | 20 | 27 | 7 | A | 47 | 4B |
| Octal | 354 | 240 | 221 | 0 | 40 | 47 | 7 | 12 | 107 | 113 |
| Binary | 11101100 | 10100000 | 10010001 | 0 | 100000 | 100111 | 111 | 1010 | 1000111 | 1001011 |
Color Harmonies of #ECA091
Complementary color
Monochromatic Colors of #ECA091
Black with #ECA091
Text Example
Text Example
White with #ECA091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA091; }
p { color: rgb(236,160,145); }
H1.HeaderClassName
{
color: #ECA091;
}
.AnyTagClassName
{
color: #ECA091;
}
</style>
background-color css
<style>
a { background-color: #ECA091; }
a { background-color: rgb(236,160,145); }
div.DivClassName
{
background-color: #ECA091;
}
.BgClassName
{
background-color: #ECA091;
}
</style>
border-color css
<style>
span { border-color: #ECA091; }
span { border-color: rgb(236,160,145); }
td.TdClassName
{
border-color: #ECA091;
}
.TagClassName
{
border-color: #ECA091;
}
</style>