Shades of Tonys Pink #ECAA90
Tints of Tonys Pink #ECAA90
RGB
CMYK
RGB Variations
Color information
#ECAA90 (or 0xECAA90) is known color: Tonys Pink. HEX triplet: EC, AA and 90. RGB value is (236,170,144). Sum of RGB (Red+Green+Blue) = 236+170+144=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAA90 is #13556F. Grayscale: #BABABA. Windows color (decimal): -1267056 or 9480940. OLE color: 9480940.
HSL color Cylindrical-coordinate representation of color #ECAA90: hue angle of 16.96º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECAA90 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 144 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.07 |
| HSL | 16.96º | 0.71% | 0.75% | - |
| HSV(B) | 16.96º | 0.39% | 0.93% | - |
| XYZ | 54 | 48.6 | 32.92 | - |
| YUV | 186.77 | 103.87 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 144 | 0 | 0.28 | 0.39 | 0.07 | 16.96 | 0.71 | 0.75 |
| Hex | EC | AA | 90 | 0 | 1C | 27 | 7 | 11 | 47 | 4B |
| Octal | 354 | 252 | 220 | 0 | 34 | 47 | 7 | 21 | 107 | 113 |
| Binary | 11101100 | 10101010 | 10010000 | 0 | 11100 | 100111 | 111 | 10001 | 1000111 | 1001011 |
Color Harmonies of #ECAA90
Complementary color
Monochromatic Colors of #ECAA90
Black with #ECAA90
Text Example
Text Example
White with #ECAA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA90; }
p { color: rgb(236,170,144); }
H1.HeaderClassName
{
color: #ECAA90;
}
.AnyTagClassName
{
color: #ECAA90;
}
</style>
background-color css
<style>
a { background-color: #ECAA90; }
a { background-color: rgb(236,170,144); }
div.DivClassName
{
background-color: #ECAA90;
}
.BgClassName
{
background-color: #ECAA90;
}
</style>
border-color css
<style>
span { border-color: #ECAA90; }
span { border-color: rgb(236,170,144); }
td.TdClassName
{
border-color: #ECAA90;
}
.TagClassName
{
border-color: #ECAA90;
}
</style>