Shades of Tonys Pink #ECAB8E
Tints of Tonys Pink #ECAB8E
RGB
CMYK
RGB Variations
Color information
#ECAB8E (or 0xECAB8E) is known color: Tonys Pink. HEX triplet: EC, AB and 8E. RGB value is (236,171,142). Sum of RGB (Red+Green+Blue) = 236+171+142=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAB8E is #135471. Grayscale: #BBBBBB. Windows color (decimal): -1266802 or 9350124. OLE color: 9350124.
HSL color Cylindrical-coordinate representation of color #ECAB8E: hue angle of 18.51º 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 #ECAB8E is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 142 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.07 |
| HSL | 18.51º | 0.71% | 0.74% | - |
| HSV(B) | 18.51º | 0.4% | 0.93% | - |
| XYZ | 54.04 | 48.91 | 32.18 | - |
| YUV | 187.13 | 102.53 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 142 | 0 | 0.28 | 0.40 | 0.07 | 18.51 | 0.71 | 0.74 |
| Hex | EC | AB | 8E | 0 | 1C | 28 | 7 | 13 | 47 | 4A |
| Octal | 354 | 253 | 216 | 0 | 34 | 50 | 7 | 23 | 107 | 112 |
| Binary | 11101100 | 10101011 | 10001110 | 0 | 11100 | 101000 | 111 | 10011 | 1000111 | 1001010 |
Color Harmonies of #ECAB8E
Complementary color
Monochromatic Colors of #ECAB8E
Black with #ECAB8E
Text Example
Text Example
White with #ECAB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB8E; }
p { color: rgb(236,171,142); }
H1.HeaderClassName
{
color: #ECAB8E;
}
.AnyTagClassName
{
color: #ECAB8E;
}
</style>
background-color css
<style>
a { background-color: #ECAB8E; }
a { background-color: rgb(236,171,142); }
div.DivClassName
{
background-color: #ECAB8E;
}
.BgClassName
{
background-color: #ECAB8E;
}
</style>
border-color css
<style>
span { border-color: #ECAB8E; }
span { border-color: rgb(236,171,142); }
td.TdClassName
{
border-color: #ECAB8E;
}
.TagClassName
{
border-color: #ECAB8E;
}
</style>