Shades of New York Pink #E5856C
Tints of New York Pink #E5856C
RGB
CMYK
RGB Variations
Color information
#E5856C (or 0xE5856C) is known color: New York Pink. HEX triplet: E5, 85 and 6C. RGB value is (229,133,108). Sum of RGB (Red+Green+Blue) = 229+133+108=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E5856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5856C is #1A7A93. Grayscale: #9F9F9F. Windows color (decimal): -1735316 or 7112165. OLE color: 7112165.
HSL color Cylindrical-coordinate representation of color #E5856C: hue angle of 12.4º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5856C is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 133 | 108 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.10 |
| HSL | 12.4º | 0.7% | 0.66% | - |
| HSV(B) | 12.4º | 0.53% | 0.9% | - |
| XYZ | 43.41 | 34.52 | 18.56 | - |
| YUV | 158.85 | 99.3 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 108 | 0 | 0.42 | 0.53 | 0.10 | 12.4 | 0.7 | 0.66 |
| Hex | E5 | 85 | 6C | 0 | 2A | 35 | A | C | 46 | 42 |
| Octal | 345 | 205 | 154 | 0 | 52 | 65 | 12 | 14 | 106 | 102 |
| Binary | 11100101 | 10000101 | 1101100 | 0 | 101010 | 110101 | 1010 | 1100 | 1000110 | 1000010 |
Color Harmonies of #E5856C
Complementary color
Monochromatic Colors of #E5856C
Black with #E5856C
Text Example
Text Example
White with #E5856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5856C; }
p { color: rgb(229,133,108); }
H1.HeaderClassName
{
color: #E5856C;
}
.AnyTagClassName
{
color: #E5856C;
}
</style>
background-color css
<style>
a { background-color: #E5856C; }
a { background-color: rgb(229,133,108); }
div.DivClassName
{
background-color: #E5856C;
}
.BgClassName
{
background-color: #E5856C;
}
</style>
border-color css
<style>
span { border-color: #E5856C; }
span { border-color: rgb(229,133,108); }
td.TdClassName
{
border-color: #E5856C;
}
.TagClassName
{
border-color: #E5856C;
}
</style>