Shades of Tonys Pink #ECAB8A
Tints of Tonys Pink #ECAB8A
RGB
CMYK
RGB Variations
Color information
#ECAB8A (or 0xECAB8A) is known color: Tonys Pink. HEX triplet: EC, AB and 8A. RGB value is (236,171,138). Sum of RGB (Red+Green+Blue) = 236+171+138=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAB8A is #135475. Grayscale: #BABABA. Windows color (decimal): -1266806 or 9087980. OLE color: 9087980.
HSL color Cylindrical-coordinate representation of color #ECAB8A: hue angle of 20.2º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECAB8A is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 138 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.07 |
| HSL | 20.2º | 0.72% | 0.73% | - |
| HSV(B) | 20.2º | 0.42% | 0.93% | - |
| XYZ | 53.74 | 48.79 | 30.63 | - |
| YUV | 186.67 | 100.53 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 138 | 0 | 0.28 | 0.42 | 0.07 | 20.2 | 0.72 | 0.73 |
| Hex | EC | AB | 8A | 0 | 1C | 2A | 7 | 14 | 48 | 49 |
| Octal | 354 | 253 | 212 | 0 | 34 | 52 | 7 | 24 | 110 | 111 |
| Binary | 11101100 | 10101011 | 10001010 | 0 | 11100 | 101010 | 111 | 10100 | 1001000 | 1001001 |
Color Harmonies of #ECAB8A
Complementary color
Monochromatic Colors of #ECAB8A
Black with #ECAB8A
Text Example
Text Example
White with #ECAB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB8A; }
p { color: rgb(236,171,138); }
H1.HeaderClassName
{
color: #ECAB8A;
}
.AnyTagClassName
{
color: #ECAB8A;
}
</style>
background-color css
<style>
a { background-color: #ECAB8A; }
a { background-color: rgb(236,171,138); }
div.DivClassName
{
background-color: #ECAB8A;
}
.BgClassName
{
background-color: #ECAB8A;
}
</style>
border-color css
<style>
span { border-color: #ECAB8A; }
span { border-color: rgb(236,171,138); }
td.TdClassName
{
border-color: #ECAB8A;
}
.TagClassName
{
border-color: #ECAB8A;
}
</style>