Shades of Tonys Pink #ECA18E
Tints of Tonys Pink #ECA18E
RGB
CMYK
RGB Variations
Color information
#ECA18E (or 0xECA18E) is known color: Tonys Pink. HEX triplet: EC, A1 and 8E. RGB value is (236,161,142). Sum of RGB (Red+Green+Blue) = 236+161+142=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA18E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA18E is #135E71. Grayscale: #B5B5B5. Windows color (decimal): -1269362 or 9347564. OLE color: 9347564.
HSL color Cylindrical-coordinate representation of color #ECA18E: hue angle of 12.13º 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 #ECA18E is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 142 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.07 |
| HSL | 12.13º | 0.71% | 0.74% | - |
| HSV(B) | 12.13º | 0.4% | 0.93% | - |
| XYZ | 52.22 | 45.28 | 31.58 | - |
| YUV | 181.26 | 105.85 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 142 | 0 | 0.32 | 0.40 | 0.07 | 12.13 | 0.71 | 0.74 |
| Hex | EC | A1 | 8E | 0 | 20 | 28 | 7 | C | 47 | 4A |
| Octal | 354 | 241 | 216 | 0 | 40 | 50 | 7 | 14 | 107 | 112 |
| Binary | 11101100 | 10100001 | 10001110 | 0 | 100000 | 101000 | 111 | 1100 | 1000111 | 1001010 |
Color Harmonies of #ECA18E
Complementary color
Monochromatic Colors of #ECA18E
Black with #ECA18E
Text Example
Text Example
White with #ECA18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA18E; }
p { color: rgb(236,161,142); }
H1.HeaderClassName
{
color: #ECA18E;
}
.AnyTagClassName
{
color: #ECA18E;
}
</style>
background-color css
<style>
a { background-color: #ECA18E; }
a { background-color: rgb(236,161,142); }
div.DivClassName
{
background-color: #ECA18E;
}
.BgClassName
{
background-color: #ECA18E;
}
</style>
border-color css
<style>
span { border-color: #ECA18E; }
span { border-color: rgb(236,161,142); }
td.TdClassName
{
border-color: #ECA18E;
}
.TagClassName
{
border-color: #ECA18E;
}
</style>