Shades of Tonys Pink #EC9B8B
Tints of Tonys Pink #EC9B8B
RGB
CMYK
RGB Variations
Color information
#EC9B8B (or 0xEC9B8B) is known color: Tonys Pink. HEX triplet: EC, 9B and 8B. RGB value is (236,155,139). Sum of RGB (Red+Green+Blue) = 236+155+139=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9B8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9B8B is #136474. Grayscale: #B1B1B1. Windows color (decimal): -1270901 or 9149420. OLE color: 9149420.
HSL color Cylindrical-coordinate representation of color #EC9B8B: hue angle of 9.9º 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 #EC9B8B is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 139 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.07 |
| HSL | 9.9º | 0.72% | 0.74% | - |
| HSV(B) | 9.9º | 0.41% | 0.93% | - |
| XYZ | 50.97 | 43.14 | 30.07 | - |
| YUV | 177.4 | 106.34 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 139 | 0 | 0.34 | 0.41 | 0.07 | 9.9 | 0.72 | 0.74 |
| Hex | EC | 9B | 8B | 0 | 22 | 29 | 7 | A | 48 | 4A |
| Octal | 354 | 233 | 213 | 0 | 42 | 51 | 7 | 12 | 110 | 112 |
| Binary | 11101100 | 10011011 | 10001011 | 0 | 100010 | 101001 | 111 | 1010 | 1001000 | 1001010 |
Color Harmonies of #EC9B8B
Complementary color
Monochromatic Colors of #EC9B8B
Black with #EC9B8B
Text Example
Text Example
White with #EC9B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9B8B; }
p { color: rgb(236,155,139); }
H1.HeaderClassName
{
color: #EC9B8B;
}
.AnyTagClassName
{
color: #EC9B8B;
}
</style>
background-color css
<style>
a { background-color: #EC9B8B; }
a { background-color: rgb(236,155,139); }
div.DivClassName
{
background-color: #EC9B8B;
}
.BgClassName
{
background-color: #EC9B8B;
}
</style>
border-color css
<style>
span { border-color: #EC9B8B; }
span { border-color: rgb(236,155,139); }
td.TdClassName
{
border-color: #EC9B8B;
}
.TagClassName
{
border-color: #EC9B8B;
}
</style>