Shades of Tonys Pink #ECA18D
Tints of Tonys Pink #ECA18D
RGB
CMYK
RGB Variations
Color information
#ECA18D (or 0xECA18D) is known color: Tonys Pink. HEX triplet: EC, A1 and 8D. RGB value is (236,161,141). Sum of RGB (Red+Green+Blue) = 236+161+141=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA18D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA18D is #135E72. Grayscale: #B5B5B5. Windows color (decimal): -1269363 or 9282028. OLE color: 9282028.
HSL color Cylindrical-coordinate representation of color #ECA18D: hue angle of 12.63º 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 #ECA18D is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 141 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.07 |
| HSL | 12.63º | 0.71% | 0.74% | - |
| HSV(B) | 12.63º | 0.4% | 0.93% | - |
| XYZ | 52.14 | 45.25 | 31.18 | - |
| YUV | 181.15 | 105.35 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 141 | 0 | 0.32 | 0.40 | 0.07 | 12.63 | 0.71 | 0.74 |
| Hex | EC | A1 | 8D | 0 | 20 | 28 | 7 | D | 47 | 4A |
| Octal | 354 | 241 | 215 | 0 | 40 | 50 | 7 | 15 | 107 | 112 |
| Binary | 11101100 | 10100001 | 10001101 | 0 | 100000 | 101000 | 111 | 1101 | 1000111 | 1001010 |
Color Harmonies of #ECA18D
Complementary color
Monochromatic Colors of #ECA18D
Black with #ECA18D
Text Example
Text Example
White with #ECA18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA18D; }
p { color: rgb(236,161,141); }
H1.HeaderClassName
{
color: #ECA18D;
}
.AnyTagClassName
{
color: #ECA18D;
}
</style>
background-color css
<style>
a { background-color: #ECA18D; }
a { background-color: rgb(236,161,141); }
div.DivClassName
{
background-color: #ECA18D;
}
.BgClassName
{
background-color: #ECA18D;
}
</style>
border-color css
<style>
span { border-color: #ECA18D; }
span { border-color: rgb(236,161,141); }
td.TdClassName
{
border-color: #ECA18D;
}
.TagClassName
{
border-color: #ECA18D;
}
</style>