Shades of New York Pink #EC8774
Tints of New York Pink #EC8774
RGB
CMYK
RGB Variations
Color information
#EC8774 (or 0xEC8774) is known color: New York Pink. HEX triplet: EC, 87 and 74. RGB value is (236,135,116). Sum of RGB (Red+Green+Blue) = 236+135+116=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8774 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8774 is #13788B. Grayscale: #A3A3A3. Windows color (decimal): -1276044 or 7636972. OLE color: 7636972.
HSL color Cylindrical-coordinate representation of color #EC8774: hue angle of 9.5º 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 #EC8774 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 116 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.07 |
| HSL | 9.5º | 0.76% | 0.69% | - |
| HSV(B) | 9.5º | 0.51% | 0.93% | - |
| XYZ | 46.41 | 36.42 | 21.11 | - |
| YUV | 163.03 | 101.46 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 116 | 0 | 0.43 | 0.51 | 0.07 | 9.5 | 0.76 | 0.69 |
| Hex | EC | 87 | 74 | 0 | 2B | 33 | 7 | A | 4C | 45 |
| Octal | 354 | 207 | 164 | 0 | 53 | 63 | 7 | 12 | 114 | 105 |
| Binary | 11101100 | 10000111 | 1110100 | 0 | 101011 | 110011 | 111 | 1010 | 1001100 | 1000101 |
Color Harmonies of #EC8774
Complementary color
Monochromatic Colors of #EC8774
Black with #EC8774
Text Example
Text Example
White with #EC8774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8774; }
p { color: rgb(236,135,116); }
H1.HeaderClassName
{
color: #EC8774;
}
.AnyTagClassName
{
color: #EC8774;
}
</style>
background-color css
<style>
a { background-color: #EC8774; }
a { background-color: rgb(236,135,116); }
div.DivClassName
{
background-color: #EC8774;
}
.BgClassName
{
background-color: #EC8774;
}
</style>
border-color css
<style>
span { border-color: #EC8774; }
span { border-color: rgb(236,135,116); }
td.TdClassName
{
border-color: #EC8774;
}
.TagClassName
{
border-color: #EC8774;
}
</style>