Shades of New York Pink #EC896D
Tints of New York Pink #EC896D
RGB
CMYK
RGB Variations
Color information
#EC896D (or 0xEC896D) is known color: New York Pink. HEX triplet: EC, 89 and 6D. RGB value is (236,137,109). Sum of RGB (Red+Green+Blue) = 236+137+109=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC896D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC896D is #137692. Grayscale: #A3A3A3. Windows color (decimal): -1275539 or 7178732. OLE color: 7178732.
HSL color Cylindrical-coordinate representation of color #EC896D: hue angle of 13.23º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC896D is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 109 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.07 |
| HSL | 13.23º | 0.77% | 0.68% | - |
| HSV(B) | 13.23º | 0.54% | 0.93% | - |
| XYZ | 46.3 | 36.83 | 19.14 | - |
| YUV | 163.41 | 97.3 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 109 | 0 | 0.42 | 0.54 | 0.07 | 13.23 | 0.77 | 0.68 |
| Hex | EC | 89 | 6D | 0 | 2A | 36 | 7 | D | 4D | 44 |
| Octal | 354 | 211 | 155 | 0 | 52 | 66 | 7 | 15 | 115 | 104 |
| Binary | 11101100 | 10001001 | 1101101 | 0 | 101010 | 110110 | 111 | 1101 | 1001101 | 1000100 |
Color Harmonies of #EC896D
Complementary color
Monochromatic Colors of #EC896D
Black with #EC896D
Text Example
Text Example
White with #EC896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC896D; }
p { color: rgb(236,137,109); }
H1.HeaderClassName
{
color: #EC896D;
}
.AnyTagClassName
{
color: #EC896D;
}
</style>
background-color css
<style>
a { background-color: #EC896D; }
a { background-color: rgb(236,137,109); }
div.DivClassName
{
background-color: #EC896D;
}
.BgClassName
{
background-color: #EC896D;
}
</style>
border-color css
<style>
span { border-color: #EC896D; }
span { border-color: rgb(236,137,109); }
td.TdClassName
{
border-color: #EC896D;
}
.TagClassName
{
border-color: #EC896D;
}
</style>