Shades of Tonys Pink #ECA08D
Tints of Tonys Pink #ECA08D
RGB
CMYK
RGB Variations
Color information
#ECA08D (or 0xECA08D) is known color: Tonys Pink. HEX triplet: EC, A0 and 8D. RGB value is (236,160,141). Sum of RGB (Red+Green+Blue) = 236+160+141=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA08D is #135F72. Grayscale: #B4B4B4. Windows color (decimal): -1269619 or 9281772. OLE color: 9281772.
HSL color Cylindrical-coordinate representation of color #ECA08D: hue angle of 12º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECA08D is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 141 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.07 |
| HSL | 12º | 0.71% | 0.74% | - |
| HSV(B) | 12º | 0.4% | 0.93% | - |
| XYZ | 51.97 | 44.9 | 31.13 | - |
| YUV | 180.56 | 105.68 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 141 | 0 | 0.32 | 0.40 | 0.07 | 12 | 0.71 | 0.74 |
| Hex | EC | A0 | 8D | 0 | 20 | 28 | 7 | C | 47 | 4A |
| Octal | 354 | 240 | 215 | 0 | 40 | 50 | 7 | 14 | 107 | 112 |
| Binary | 11101100 | 10100000 | 10001101 | 0 | 100000 | 101000 | 111 | 1100 | 1000111 | 1001010 |
Color Harmonies of #ECA08D
Complementary color
Monochromatic Colors of #ECA08D
Black with #ECA08D
Text Example
Text Example
White with #ECA08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA08D; }
p { color: rgb(236,160,141); }
H1.HeaderClassName
{
color: #ECA08D;
}
.AnyTagClassName
{
color: #ECA08D;
}
</style>
background-color css
<style>
a { background-color: #ECA08D; }
a { background-color: rgb(236,160,141); }
div.DivClassName
{
background-color: #ECA08D;
}
.BgClassName
{
background-color: #ECA08D;
}
</style>
border-color css
<style>
span { border-color: #ECA08D; }
span { border-color: rgb(236,160,141); }
td.TdClassName
{
border-color: #ECA08D;
}
.TagClassName
{
border-color: #ECA08D;
}
</style>