Shades of New York Pink #EC8773
Tints of New York Pink #EC8773
RGB
CMYK
RGB Variations
Color information
#EC8773 (or 0xEC8773) is known color: New York Pink. HEX triplet: EC, 87 and 73. RGB value is (236,135,115). Sum of RGB (Red+Green+Blue) = 236+135+115=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8773 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8773 is #13788C. Grayscale: #A3A3A3. Windows color (decimal): -1276045 or 7571436. OLE color: 7571436.
HSL color Cylindrical-coordinate representation of color #EC8773: hue angle of 9.92º 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 #EC8773 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 115 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.07 |
| HSL | 9.92º | 0.76% | 0.69% | - |
| HSV(B) | 9.92º | 0.51% | 0.93% | - |
| XYZ | 46.35 | 36.4 | 20.8 | - |
| YUV | 162.92 | 100.96 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 115 | 0 | 0.43 | 0.51 | 0.07 | 9.92 | 0.76 | 0.69 |
| Hex | EC | 87 | 73 | 0 | 2B | 33 | 7 | A | 4C | 45 |
| Octal | 354 | 207 | 163 | 0 | 53 | 63 | 7 | 12 | 114 | 105 |
| Binary | 11101100 | 10000111 | 1110011 | 0 | 101011 | 110011 | 111 | 1010 | 1001100 | 1000101 |
Color Harmonies of #EC8773
Complementary color
Monochromatic Colors of #EC8773
Black with #EC8773
Text Example
Text Example
White with #EC8773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8773; }
p { color: rgb(236,135,115); }
H1.HeaderClassName
{
color: #EC8773;
}
.AnyTagClassName
{
color: #EC8773;
}
</style>
background-color css
<style>
a { background-color: #EC8773; }
a { background-color: rgb(236,135,115); }
div.DivClassName
{
background-color: #EC8773;
}
.BgClassName
{
background-color: #EC8773;
}
</style>
border-color css
<style>
span { border-color: #EC8773; }
span { border-color: rgb(236,135,115); }
td.TdClassName
{
border-color: #EC8773;
}
.TagClassName
{
border-color: #EC8773;
}
</style>