Shades of New York Pink #EC8870
Tints of New York Pink #EC8870
RGB
CMYK
RGB Variations
Color information
#EC8870 (or 0xEC8870) is known color: New York Pink. HEX triplet: EC, 88 and 70. RGB value is (236,136,112). Sum of RGB (Red+Green+Blue) = 236+136+112=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8870 is #13778F. Grayscale: #A3A3A3. Windows color (decimal): -1275792 or 7375084. OLE color: 7375084.
HSL color Cylindrical-coordinate representation of color #EC8870: hue angle of 11.61º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC8870 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 112 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.07 |
| HSL | 11.61º | 0.77% | 0.68% | - |
| HSV(B) | 11.61º | 0.53% | 0.93% | - |
| XYZ | 46.32 | 36.61 | 19.95 | - |
| YUV | 163.16 | 99.13 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 112 | 0 | 0.42 | 0.53 | 0.07 | 11.61 | 0.77 | 0.68 |
| Hex | EC | 88 | 70 | 0 | 2A | 35 | 7 | C | 4D | 44 |
| Octal | 354 | 210 | 160 | 0 | 52 | 65 | 7 | 14 | 115 | 104 |
| Binary | 11101100 | 10001000 | 1110000 | 0 | 101010 | 110101 | 111 | 1100 | 1001101 | 1000100 |
Color Harmonies of #EC8870
Complementary color
Monochromatic Colors of #EC8870
Black with #EC8870
Text Example
Text Example
White with #EC8870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8870; }
p { color: rgb(236,136,112); }
H1.HeaderClassName
{
color: #EC8870;
}
.AnyTagClassName
{
color: #EC8870;
}
</style>
background-color css
<style>
a { background-color: #EC8870; }
a { background-color: rgb(236,136,112); }
div.DivClassName
{
background-color: #EC8870;
}
.BgClassName
{
background-color: #EC8870;
}
</style>
border-color css
<style>
span { border-color: #EC8870; }
span { border-color: rgb(236,136,112); }
td.TdClassName
{
border-color: #EC8870;
}
.TagClassName
{
border-color: #EC8870;
}
</style>