Shades of Tonys Pink #ECAB8F
Tints of Tonys Pink #ECAB8F
RGB
CMYK
RGB Variations
Color information
#ECAB8F (or 0xECAB8F) is known color: Tonys Pink. HEX triplet: EC, AB and 8F. RGB value is (236,171,143). Sum of RGB (Red+Green+Blue) = 236+171+143=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAB8F is #135470. Grayscale: #BBBBBB. Windows color (decimal): -1266801 or 9415660. OLE color: 9415660.
HSL color Cylindrical-coordinate representation of color #ECAB8F: hue angle of 18.06º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECAB8F is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 143 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.07 |
| HSL | 18.06º | 0.71% | 0.74% | - |
| HSV(B) | 18.06º | 0.39% | 0.93% | - |
| XYZ | 54.11 | 48.94 | 32.58 | - |
| YUV | 187.24 | 103.03 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 143 | 0 | 0.28 | 0.39 | 0.07 | 18.06 | 0.71 | 0.74 |
| Hex | EC | AB | 8F | 0 | 1C | 27 | 7 | 12 | 47 | 4A |
| Octal | 354 | 253 | 217 | 0 | 34 | 47 | 7 | 22 | 107 | 112 |
| Binary | 11101100 | 10101011 | 10001111 | 0 | 11100 | 100111 | 111 | 10010 | 1000111 | 1001010 |
Color Harmonies of #ECAB8F
Complementary color
Monochromatic Colors of #ECAB8F
Black with #ECAB8F
Text Example
Text Example
White with #ECAB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB8F; }
p { color: rgb(236,171,143); }
H1.HeaderClassName
{
color: #ECAB8F;
}
.AnyTagClassName
{
color: #ECAB8F;
}
</style>
background-color css
<style>
a { background-color: #ECAB8F; }
a { background-color: rgb(236,171,143); }
div.DivClassName
{
background-color: #ECAB8F;
}
.BgClassName
{
background-color: #ECAB8F;
}
</style>
border-color css
<style>
span { border-color: #ECAB8F; }
span { border-color: rgb(236,171,143); }
td.TdClassName
{
border-color: #ECAB8F;
}
.TagClassName
{
border-color: #ECAB8F;
}
</style>