Shades of Tonys Pink #ECAA8F
Tints of Tonys Pink #ECAA8F
RGB
CMYK
RGB Variations
Color information
#ECAA8F (or 0xECAA8F) is known color: Tonys Pink. HEX triplet: EC, AA and 8F. RGB value is (236,170,143). Sum of RGB (Red+Green+Blue) = 236+170+143=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAA8F is #135570. Grayscale: #BABABA. Windows color (decimal): -1267057 or 9415404. OLE color: 9415404.
HSL color Cylindrical-coordinate representation of color #ECAA8F: hue angle of 17.42º 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 #ECAA8F is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 143 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.07 |
| HSL | 17.42º | 0.71% | 0.74% | - |
| HSV(B) | 17.42º | 0.39% | 0.93% | - |
| XYZ | 53.92 | 48.57 | 32.52 | - |
| YUV | 186.66 | 103.37 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 143 | 0 | 0.28 | 0.39 | 0.07 | 17.42 | 0.71 | 0.74 |
| Hex | EC | AA | 8F | 0 | 1C | 27 | 7 | 11 | 47 | 4A |
| Octal | 354 | 252 | 217 | 0 | 34 | 47 | 7 | 21 | 107 | 112 |
| Binary | 11101100 | 10101010 | 10001111 | 0 | 11100 | 100111 | 111 | 10001 | 1000111 | 1001010 |
Color Harmonies of #ECAA8F
Complementary color
Monochromatic Colors of #ECAA8F
Black with #ECAA8F
Text Example
Text Example
White with #ECAA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA8F; }
p { color: rgb(236,170,143); }
H1.HeaderClassName
{
color: #ECAA8F;
}
.AnyTagClassName
{
color: #ECAA8F;
}
</style>
background-color css
<style>
a { background-color: #ECAA8F; }
a { background-color: rgb(236,170,143); }
div.DivClassName
{
background-color: #ECAA8F;
}
.BgClassName
{
background-color: #ECAA8F;
}
</style>
border-color css
<style>
span { border-color: #ECAA8F; }
span { border-color: rgb(236,170,143); }
td.TdClassName
{
border-color: #ECAA8F;
}
.TagClassName
{
border-color: #ECAA8F;
}
</style>