Shades of Tonys Pink #ECAA8B
Tints of Tonys Pink #ECAA8B
RGB
CMYK
RGB Variations
Color information
#ECAA8B (or 0xECAA8B) is known color: Tonys Pink. HEX triplet: EC, AA and 8B. RGB value is (236,170,139). Sum of RGB (Red+Green+Blue) = 236+170+139=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAA8B is #135574. Grayscale: #BABABA. Windows color (decimal): -1267061 or 9153260. OLE color: 9153260.
HSL color Cylindrical-coordinate representation of color #ECAA8B: hue angle of 19.18º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECAA8B is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 139 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.07 |
| HSL | 19.18º | 0.72% | 0.74% | - |
| HSV(B) | 19.18º | 0.41% | 0.93% | - |
| XYZ | 53.63 | 48.45 | 30.95 | - |
| YUV | 186.2 | 101.37 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 139 | 0 | 0.28 | 0.41 | 0.07 | 19.18 | 0.72 | 0.74 |
| Hex | EC | AA | 8B | 0 | 1C | 29 | 7 | 13 | 48 | 4A |
| Octal | 354 | 252 | 213 | 0 | 34 | 51 | 7 | 23 | 110 | 112 |
| Binary | 11101100 | 10101010 | 10001011 | 0 | 11100 | 101001 | 111 | 10011 | 1001000 | 1001010 |
Color Harmonies of #ECAA8B
Complementary color
Monochromatic Colors of #ECAA8B
Black with #ECAA8B
Text Example
Text Example
White with #ECAA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA8B; }
p { color: rgb(236,170,139); }
H1.HeaderClassName
{
color: #ECAA8B;
}
.AnyTagClassName
{
color: #ECAA8B;
}
</style>
background-color css
<style>
a { background-color: #ECAA8B; }
a { background-color: rgb(236,170,139); }
div.DivClassName
{
background-color: #ECAA8B;
}
.BgClassName
{
background-color: #ECAA8B;
}
</style>
border-color css
<style>
span { border-color: #ECAA8B; }
span { border-color: rgb(236,170,139); }
td.TdClassName
{
border-color: #ECAA8B;
}
.TagClassName
{
border-color: #ECAA8B;
}
</style>