Shades of New York Pink #EC876A
Tints of New York Pink #EC876A
RGB
CMYK
RGB Variations
Color information
#EC876A (or 0xEC876A) is known color: New York Pink. HEX triplet: EC, 87 and 6A. RGB value is (236,135,106). Sum of RGB (Red+Green+Blue) = 236+135+106=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC876A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC876A is #137895. Grayscale: #A2A2A2. Windows color (decimal): -1276054 or 6981612. OLE color: 6981612.
HSL color Cylindrical-coordinate representation of color #EC876A: hue angle of 13.38º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC876A is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 106 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.07 |
| HSL | 13.38º | 0.77% | 0.67% | - |
| HSV(B) | 13.38º | 0.55% | 0.93% | - |
| XYZ | 45.86 | 36.2 | 18.21 | - |
| YUV | 161.89 | 96.46 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 106 | 0 | 0.43 | 0.55 | 0.07 | 13.38 | 0.77 | 0.67 |
| Hex | EC | 87 | 6A | 0 | 2B | 37 | 7 | D | 4D | 43 |
| Octal | 354 | 207 | 152 | 0 | 53 | 67 | 7 | 15 | 115 | 103 |
| Binary | 11101100 | 10000111 | 1101010 | 0 | 101011 | 110111 | 111 | 1101 | 1001101 | 1000011 |
Color Harmonies of #EC876A
Complementary color
Monochromatic Colors of #EC876A
Black with #EC876A
Text Example
Text Example
White with #EC876A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC876A; }
p { color: rgb(236,135,106); }
H1.HeaderClassName
{
color: #EC876A;
}
.AnyTagClassName
{
color: #EC876A;
}
</style>
background-color css
<style>
a { background-color: #EC876A; }
a { background-color: rgb(236,135,106); }
div.DivClassName
{
background-color: #EC876A;
}
.BgClassName
{
background-color: #EC876A;
}
</style>
border-color css
<style>
span { border-color: #EC876A; }
span { border-color: rgb(236,135,106); }
td.TdClassName
{
border-color: #EC876A;
}
.TagClassName
{
border-color: #EC876A;
}
</style>