Shades of Tonys Pink #ECAA8A
Tints of Tonys Pink #ECAA8A
RGB
CMYK
RGB Variations
Color information
#ECAA8A (or 0xECAA8A) is known color: Tonys Pink. HEX triplet: EC, AA and 8A. RGB value is (236,170,138). Sum of RGB (Red+Green+Blue) = 236+170+138=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAA8A is #135575. Grayscale: #BABABA. Windows color (decimal): -1267062 or 9087724. OLE color: 9087724.
HSL color Cylindrical-coordinate representation of color #ECAA8A: hue angle of 19.59º 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 #ECAA8A is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 138 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.07 |
| HSL | 19.59º | 0.72% | 0.73% | - |
| HSV(B) | 19.59º | 0.42% | 0.93% | - |
| XYZ | 53.55 | 48.42 | 30.57 | - |
| YUV | 186.09 | 100.87 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 138 | 0 | 0.28 | 0.42 | 0.07 | 19.59 | 0.72 | 0.73 |
| Hex | EC | AA | 8A | 0 | 1C | 2A | 7 | 14 | 48 | 49 |
| Octal | 354 | 252 | 212 | 0 | 34 | 52 | 7 | 24 | 110 | 111 |
| Binary | 11101100 | 10101010 | 10001010 | 0 | 11100 | 101010 | 111 | 10100 | 1001000 | 1001001 |
Color Harmonies of #ECAA8A
Complementary color
Monochromatic Colors of #ECAA8A
Black with #ECAA8A
Text Example
Text Example
White with #ECAA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA8A; }
p { color: rgb(236,170,138); }
H1.HeaderClassName
{
color: #ECAA8A;
}
.AnyTagClassName
{
color: #ECAA8A;
}
</style>
background-color css
<style>
a { background-color: #ECAA8A; }
a { background-color: rgb(236,170,138); }
div.DivClassName
{
background-color: #ECAA8A;
}
.BgClassName
{
background-color: #ECAA8A;
}
</style>
border-color css
<style>
span { border-color: #ECAA8A; }
span { border-color: rgb(236,170,138); }
td.TdClassName
{
border-color: #ECAA8A;
}
.TagClassName
{
border-color: #ECAA8A;
}
</style>