Shades of New York Pink #EC856B
Tints of New York Pink #EC856B
RGB
CMYK
RGB Variations
Color information
#EC856B (or 0xEC856B) is known color: New York Pink. HEX triplet: EC, 85 and 6B. RGB value is (236,133,107). Sum of RGB (Red+Green+Blue) = 236+133+107=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC856B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC856B is #137A94. Grayscale: #A1A1A1. Windows color (decimal): -1276565 or 7046636. OLE color: 7046636.
HSL color Cylindrical-coordinate representation of color #EC856B: hue angle of 12.09º 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 #EC856B is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 107 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.07 |
| HSL | 12.09º | 0.77% | 0.67% | - |
| HSV(B) | 12.09º | 0.55% | 0.93% | - |
| XYZ | 45.63 | 35.67 | 18.39 | - |
| YUV | 160.83 | 97.62 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 107 | 0 | 0.44 | 0.55 | 0.07 | 12.09 | 0.77 | 0.67 |
| Hex | EC | 85 | 6B | 0 | 2C | 37 | 7 | C | 4D | 43 |
| Octal | 354 | 205 | 153 | 0 | 54 | 67 | 7 | 14 | 115 | 103 |
| Binary | 11101100 | 10000101 | 1101011 | 0 | 101100 | 110111 | 111 | 1100 | 1001101 | 1000011 |
Color Harmonies of #EC856B
Complementary color
Monochromatic Colors of #EC856B
Black with #EC856B
Text Example
Text Example
White with #EC856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC856B; }
p { color: rgb(236,133,107); }
H1.HeaderClassName
{
color: #EC856B;
}
.AnyTagClassName
{
color: #EC856B;
}
</style>
background-color css
<style>
a { background-color: #EC856B; }
a { background-color: rgb(236,133,107); }
div.DivClassName
{
background-color: #EC856B;
}
.BgClassName
{
background-color: #EC856B;
}
</style>
border-color css
<style>
span { border-color: #EC856B; }
span { border-color: rgb(236,133,107); }
td.TdClassName
{
border-color: #EC856B;
}
.TagClassName
{
border-color: #EC856B;
}
</style>