Shades of New York Pink #EC8873
Tints of New York Pink #EC8873
RGB
CMYK
RGB Variations
Color information
#EC8873 (or 0xEC8873) is known color: New York Pink. HEX triplet: EC, 88 and 73. RGB value is (236,136,115). Sum of RGB (Red+Green+Blue) = 236+136+115=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8873 is #13778C. Grayscale: #A3A3A3. Windows color (decimal): -1275789 or 7571692. OLE color: 7571692.
HSL color Cylindrical-coordinate representation of color #EC8873: hue angle of 10.41º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC8873 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 115 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.07 |
| HSL | 10.41º | 0.76% | 0.69% | - |
| HSV(B) | 10.41º | 0.51% | 0.93% | - |
| XYZ | 46.49 | 36.68 | 20.85 | - |
| YUV | 163.51 | 100.63 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 115 | 0 | 0.42 | 0.51 | 0.07 | 10.41 | 0.76 | 0.69 |
| Hex | EC | 88 | 73 | 0 | 2A | 33 | 7 | A | 4C | 45 |
| Octal | 354 | 210 | 163 | 0 | 52 | 63 | 7 | 12 | 114 | 105 |
| Binary | 11101100 | 10001000 | 1110011 | 0 | 101010 | 110011 | 111 | 1010 | 1001100 | 1000101 |
Color Harmonies of #EC8873
Complementary color
Monochromatic Colors of #EC8873
Black with #EC8873
Text Example
Text Example
White with #EC8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8873; }
p { color: rgb(236,136,115); }
H1.HeaderClassName
{
color: #EC8873;
}
.AnyTagClassName
{
color: #EC8873;
}
</style>
background-color css
<style>
a { background-color: #EC8873; }
a { background-color: rgb(236,136,115); }
div.DivClassName
{
background-color: #EC8873;
}
.BgClassName
{
background-color: #EC8873;
}
</style>
border-color css
<style>
span { border-color: #EC8873; }
span { border-color: rgb(236,136,115); }
td.TdClassName
{
border-color: #EC8873;
}
.TagClassName
{
border-color: #EC8873;
}
</style>