Shades of Tonys Pink #EC9B88
Tints of Tonys Pink #EC9B88
RGB
CMYK
RGB Variations
Color information
#EC9B88 (or 0xEC9B88) is known color: Tonys Pink. HEX triplet: EC, 9B and 88. RGB value is (236,155,136). Sum of RGB (Red+Green+Blue) = 236+155+136=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9B88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9B88 is #136477. Grayscale: #B1B1B1. Windows color (decimal): -1270904 or 8952812. OLE color: 8952812.
HSL color Cylindrical-coordinate representation of color #EC9B88: hue angle of 11.4º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC9B88 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 136 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.07 |
| HSL | 11.4º | 0.72% | 0.73% | - |
| HSV(B) | 11.4º | 0.42% | 0.93% | - |
| XYZ | 50.76 | 43.05 | 28.93 | - |
| YUV | 177.05 | 104.84 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 136 | 0 | 0.34 | 0.42 | 0.07 | 11.4 | 0.72 | 0.73 |
| Hex | EC | 9B | 88 | 0 | 22 | 2A | 7 | B | 48 | 49 |
| Octal | 354 | 233 | 210 | 0 | 42 | 52 | 7 | 13 | 110 | 111 |
| Binary | 11101100 | 10011011 | 10001000 | 0 | 100010 | 101010 | 111 | 1011 | 1001000 | 1001001 |
Color Harmonies of #EC9B88
Complementary color
Monochromatic Colors of #EC9B88
Black with #EC9B88
Text Example
Text Example
White with #EC9B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9B88; }
p { color: rgb(236,155,136); }
H1.HeaderClassName
{
color: #EC9B88;
}
.AnyTagClassName
{
color: #EC9B88;
}
</style>
background-color css
<style>
a { background-color: #EC9B88; }
a { background-color: rgb(236,155,136); }
div.DivClassName
{
background-color: #EC9B88;
}
.BgClassName
{
background-color: #EC9B88;
}
</style>
border-color css
<style>
span { border-color: #EC9B88; }
span { border-color: rgb(236,155,136); }
td.TdClassName
{
border-color: #EC9B88;
}
.TagClassName
{
border-color: #EC9B88;
}
</style>