Shades of Tonys Pink #EC998C
Tints of Tonys Pink #EC998C
RGB
CMYK
RGB Variations
Color information
#EC998C (or 0xEC998C) is known color: Tonys Pink. HEX triplet: EC, 99 and 8C. RGB value is (236,153,140). Sum of RGB (Red+Green+Blue) = 236+153+140=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC998C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC998C is #136673. Grayscale: #B0B0B0. Windows color (decimal): -1271412 or 9214444. OLE color: 9214444.
HSL color Cylindrical-coordinate representation of color #EC998C: hue angle of 8.12º 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 #EC998C is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 140 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.07 |
| HSL | 8.13º | 0.72% | 0.74% | - |
| HSV(B) | 8.13º | 0.41% | 0.93% | - |
| XYZ | 50.72 | 42.51 | 30.34 | - |
| YUV | 176.34 | 107.5 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 140 | 0 | 0.35 | 0.41 | 0.07 | 8.13 | 0.72 | 0.74 |
| Hex | EC | 99 | 8C | 0 | 23 | 29 | 7 | 8 | 48 | 4A |
| Octal | 354 | 231 | 214 | 0 | 43 | 51 | 7 | 10 | 110 | 112 |
| Binary | 11101100 | 10011001 | 10001100 | 0 | 100011 | 101001 | 111 | 1000 | 1001000 | 1001010 |
Color Harmonies of #EC998C
Complementary color
Monochromatic Colors of #EC998C
Black with #EC998C
Text Example
Text Example
White with #EC998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC998C; }
p { color: rgb(236,153,140); }
H1.HeaderClassName
{
color: #EC998C;
}
.AnyTagClassName
{
color: #EC998C;
}
</style>
background-color css
<style>
a { background-color: #EC998C; }
a { background-color: rgb(236,153,140); }
div.DivClassName
{
background-color: #EC998C;
}
.BgClassName
{
background-color: #EC998C;
}
</style>
border-color css
<style>
span { border-color: #EC998C; }
span { border-color: rgb(236,153,140); }
td.TdClassName
{
border-color: #EC998C;
}
.TagClassName
{
border-color: #EC998C;
}
</style>