Shades of Tonys Pink #EC9A8B
Tints of Tonys Pink #EC9A8B
RGB
CMYK
RGB Variations
Color information
#EC9A8B (or 0xEC9A8B) is known color: Tonys Pink. HEX triplet: EC, 9A and 8B. RGB value is (236,154,139). Sum of RGB (Red+Green+Blue) = 236+154+139=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9A8B is #136574. Grayscale: #B0B0B0. Windows color (decimal): -1271157 or 9149164. OLE color: 9149164.
HSL color Cylindrical-coordinate representation of color #EC9A8B: hue angle of 9.28º 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 #EC9A8B is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 139 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.07 |
| HSL | 9.28º | 0.72% | 0.74% | - |
| HSV(B) | 9.28º | 0.41% | 0.93% | - |
| XYZ | 50.81 | 42.81 | 30.01 | - |
| YUV | 176.81 | 106.67 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 139 | 0 | 0.35 | 0.41 | 0.07 | 9.28 | 0.72 | 0.74 |
| Hex | EC | 9A | 8B | 0 | 23 | 29 | 7 | 9 | 48 | 4A |
| Octal | 354 | 232 | 213 | 0 | 43 | 51 | 7 | 11 | 110 | 112 |
| Binary | 11101100 | 10011010 | 10001011 | 0 | 100011 | 101001 | 111 | 1001 | 1001000 | 1001010 |
Color Harmonies of #EC9A8B
Complementary color
Monochromatic Colors of #EC9A8B
Black with #EC9A8B
Text Example
Text Example
White with #EC9A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9A8B; }
p { color: rgb(236,154,139); }
H1.HeaderClassName
{
color: #EC9A8B;
}
.AnyTagClassName
{
color: #EC9A8B;
}
</style>
background-color css
<style>
a { background-color: #EC9A8B; }
a { background-color: rgb(236,154,139); }
div.DivClassName
{
background-color: #EC9A8B;
}
.BgClassName
{
background-color: #EC9A8B;
}
</style>
border-color css
<style>
span { border-color: #EC9A8B; }
span { border-color: rgb(236,154,139); }
td.TdClassName
{
border-color: #EC9A8B;
}
.TagClassName
{
border-color: #EC9A8B;
}
</style>