Shades of Tonys Pink #EC9E8B
Tints of Tonys Pink #EC9E8B
RGB
CMYK
RGB Variations
Color information
#EC9E8B (or 0xEC9E8B) is known color: Tonys Pink. HEX triplet: EC, 9E and 8B. RGB value is (236,158,139). Sum of RGB (Red+Green+Blue) = 236+158+139=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9E8B is #136174. Grayscale: #B3B3B3. Windows color (decimal): -1270133 or 9150188. OLE color: 9150188.
HSL color Cylindrical-coordinate representation of color #EC9E8B: hue angle of 11.75º 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 #EC9E8B is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 139 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.07 |
| HSL | 11.75º | 0.72% | 0.74% | - |
| HSV(B) | 11.75º | 0.41% | 0.93% | - |
| XYZ | 51.48 | 44.15 | 30.23 | - |
| YUV | 179.16 | 105.34 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 139 | 0 | 0.33 | 0.41 | 0.07 | 11.75 | 0.72 | 0.74 |
| Hex | EC | 9E | 8B | 0 | 21 | 29 | 7 | C | 48 | 4A |
| Octal | 354 | 236 | 213 | 0 | 41 | 51 | 7 | 14 | 110 | 112 |
| Binary | 11101100 | 10011110 | 10001011 | 0 | 100001 | 101001 | 111 | 1100 | 1001000 | 1001010 |
Color Harmonies of #EC9E8B
Complementary color
Monochromatic Colors of #EC9E8B
Black with #EC9E8B
Text Example
Text Example
White with #EC9E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9E8B; }
p { color: rgb(236,158,139); }
H1.HeaderClassName
{
color: #EC9E8B;
}
.AnyTagClassName
{
color: #EC9E8B;
}
</style>
background-color css
<style>
a { background-color: #EC9E8B; }
a { background-color: rgb(236,158,139); }
div.DivClassName
{
background-color: #EC9E8B;
}
.BgClassName
{
background-color: #EC9E8B;
}
</style>
border-color css
<style>
span { border-color: #EC9E8B; }
span { border-color: rgb(236,158,139); }
td.TdClassName
{
border-color: #EC9E8B;
}
.TagClassName
{
border-color: #EC9E8B;
}
</style>