Shades of New York Pink #E5856E
Tints of New York Pink #E5856E
RGB
CMYK
RGB Variations
Color information
#E5856E (or 0xE5856E) is known color: New York Pink. HEX triplet: E5, 85 and 6E. RGB value is (229,133,110). Sum of RGB (Red+Green+Blue) = 229+133+110=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E5856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5856E is #1A7A91. Grayscale: #9F9F9F. Windows color (decimal): -1735314 or 7243237. OLE color: 7243237.
HSL color Cylindrical-coordinate representation of color #E5856E: hue angle of 11.6º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5856E is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 133 | 110 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.10 |
| HSL | 11.6º | 0.7% | 0.66% | - |
| HSV(B) | 11.6º | 0.52% | 0.9% | - |
| XYZ | 43.52 | 34.56 | 19.13 | - |
| YUV | 159.08 | 100.3 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 110 | 0 | 0.42 | 0.52 | 0.10 | 11.6 | 0.7 | 0.66 |
| Hex | E5 | 85 | 6E | 0 | 2A | 34 | A | C | 46 | 42 |
| Octal | 345 | 205 | 156 | 0 | 52 | 64 | 12 | 14 | 106 | 102 |
| Binary | 11100101 | 10000101 | 1101110 | 0 | 101010 | 110100 | 1010 | 1100 | 1000110 | 1000010 |
Color Harmonies of #E5856E
Complementary color
Monochromatic Colors of #E5856E
Black with #E5856E
Text Example
Text Example
White with #E5856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5856E; }
p { color: rgb(229,133,110); }
H1.HeaderClassName
{
color: #E5856E;
}
.AnyTagClassName
{
color: #E5856E;
}
</style>
background-color css
<style>
a { background-color: #E5856E; }
a { background-color: rgb(229,133,110); }
div.DivClassName
{
background-color: #E5856E;
}
.BgClassName
{
background-color: #E5856E;
}
</style>
border-color css
<style>
span { border-color: #E5856E; }
span { border-color: rgb(229,133,110); }
td.TdClassName
{
border-color: #E5856E;
}
.TagClassName
{
border-color: #E5856E;
}
</style>