Shades of Tonys Pink #ECA095
Tints of Tonys Pink #ECA095
RGB
CMYK
RGB Variations
Color information
#ECA095 (or 0xECA095) is known color: Tonys Pink. HEX triplet: EC, A0 and 95. RGB value is (236,160,149). Sum of RGB (Red+Green+Blue) = 236+160+149=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA095 is #135F6A. Grayscale: #B5B5B5. Windows color (decimal): -1269611 or 9806060. OLE color: 9806060.
HSL color Cylindrical-coordinate representation of color #ECA095: hue angle of 7.59º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECA095 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 149 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.07 |
| HSL | 7.59º | 0.7% | 0.75% | - |
| HSV(B) | 7.59º | 0.37% | 0.93% | - |
| XYZ | 52.59 | 45.14 | 34.38 | - |
| YUV | 181.47 | 109.68 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 149 | 0 | 0.32 | 0.37 | 0.07 | 7.59 | 0.7 | 0.75 |
| Hex | EC | A0 | 95 | 0 | 20 | 25 | 7 | 8 | 46 | 4B |
| Octal | 354 | 240 | 225 | 0 | 40 | 45 | 7 | 10 | 106 | 113 |
| Binary | 11101100 | 10100000 | 10010101 | 0 | 100000 | 100101 | 111 | 1000 | 1000110 | 1001011 |
Color Harmonies of #ECA095
Complementary color
Monochromatic Colors of #ECA095
Black with #ECA095
Text Example
Text Example
White with #ECA095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA095; }
p { color: rgb(236,160,149); }
H1.HeaderClassName
{
color: #ECA095;
}
.AnyTagClassName
{
color: #ECA095;
}
</style>
background-color css
<style>
a { background-color: #ECA095; }
a { background-color: rgb(236,160,149); }
div.DivClassName
{
background-color: #ECA095;
}
.BgClassName
{
background-color: #ECA095;
}
</style>
border-color css
<style>
span { border-color: #ECA095; }
span { border-color: rgb(236,160,149); }
td.TdClassName
{
border-color: #ECA095;
}
.TagClassName
{
border-color: #ECA095;
}
</style>