Shades of New York Pink #E0856D
Tints of New York Pink #E0856D
RGB
CMYK
RGB Variations
Color information
#E0856D (or 0xE0856D) is known color: New York Pink. HEX triplet: E0, 85 and 6D. RGB value is (224,133,109). Sum of RGB (Red+Green+Blue) = 224+133+109=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E0856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0856D is #1F7A92. Grayscale: #9D9D9D. Windows color (decimal): -2062995 or 7177696. OLE color: 7177696.
HSL color Cylindrical-coordinate representation of color #E0856D: hue angle of 12.52º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0856D is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 133 | 109 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.12 |
| HSL | 12.52º | 0.65% | 0.65% | - |
| HSV(B) | 12.52º | 0.51% | 0.88% | - |
| XYZ | 41.89 | 33.73 | 18.77 | - |
| YUV | 157.47 | 100.65 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 109 | 0 | 0.41 | 0.51 | 0.12 | 12.52 | 0.65 | 0.65 |
| Hex | E0 | 85 | 6D | 0 | 29 | 33 | C | D | 41 | 41 |
| Octal | 340 | 205 | 155 | 0 | 51 | 63 | 14 | 15 | 101 | 101 |
| Binary | 11100000 | 10000101 | 1101101 | 0 | 101001 | 110011 | 1100 | 1101 | 1000001 | 1000001 |
Color Harmonies of #E0856D
Complementary color
Monochromatic Colors of #E0856D
Black with #E0856D
Text Example
Text Example
White with #E0856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0856D; }
p { color: rgb(224,133,109); }
H1.HeaderClassName
{
color: #E0856D;
}
.AnyTagClassName
{
color: #E0856D;
}
</style>
background-color css
<style>
a { background-color: #E0856D; }
a { background-color: rgb(224,133,109); }
div.DivClassName
{
background-color: #E0856D;
}
.BgClassName
{
background-color: #E0856D;
}
</style>
border-color css
<style>
span { border-color: #E0856D; }
span { border-color: rgb(224,133,109); }
td.TdClassName
{
border-color: #E0856D;
}
.TagClassName
{
border-color: #E0856D;
}
</style>