Shades of New York Pink #E5876E
Tints of New York Pink #E5876E
RGB
CMYK
RGB Variations
Color information
#E5876E (or 0xE5876E) is known color: New York Pink. HEX triplet: E5, 87 and 6E. RGB value is (229,135,110). Sum of RGB (Red+Green+Blue) = 229+135+110=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E5876E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5876E is #1A7891. Grayscale: #A0A0A0. Windows color (decimal): -1734802 or 7243749. OLE color: 7243749.
HSL color Cylindrical-coordinate representation of color #E5876E: hue angle of 12.61º 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 #E5876E is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 135 | 110 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.10 |
| HSL | 12.61º | 0.7% | 0.66% | - |
| HSV(B) | 12.61º | 0.52% | 0.9% | - |
| XYZ | 43.79 | 35.11 | 19.22 | - |
| YUV | 160.26 | 99.64 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 135 | 110 | 0 | 0.41 | 0.52 | 0.10 | 12.61 | 0.7 | 0.66 |
| Hex | E5 | 87 | 6E | 0 | 29 | 34 | A | D | 46 | 42 |
| Octal | 345 | 207 | 156 | 0 | 51 | 64 | 12 | 15 | 106 | 102 |
| Binary | 11100101 | 10000111 | 1101110 | 0 | 101001 | 110100 | 1010 | 1101 | 1000110 | 1000010 |
Color Harmonies of #E5876E
Complementary color
Monochromatic Colors of #E5876E
Black with #E5876E
Text Example
Text Example
White with #E5876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5876E; }
p { color: rgb(229,135,110); }
H1.HeaderClassName
{
color: #E5876E;
}
.AnyTagClassName
{
color: #E5876E;
}
</style>
background-color css
<style>
a { background-color: #E5876E; }
a { background-color: rgb(229,135,110); }
div.DivClassName
{
background-color: #E5876E;
}
.BgClassName
{
background-color: #E5876E;
}
</style>
border-color css
<style>
span { border-color: #E5876E; }
span { border-color: rgb(229,135,110); }
td.TdClassName
{
border-color: #E5876E;
}
.TagClassName
{
border-color: #E5876E;
}
</style>