Shades of New York Pink #E5876C
Tints of New York Pink #E5876C
RGB
CMYK
RGB Variations
Color information
#E5876C (or 0xE5876C) is known color: New York Pink. HEX triplet: E5, 87 and 6C. RGB value is (229,135,108). Sum of RGB (Red+Green+Blue) = 229+135+108=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E5876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5876C is #1A7893. Grayscale: #A0A0A0. Windows color (decimal): -1734804 or 7112677. OLE color: 7112677.
HSL color Cylindrical-coordinate representation of color #E5876C: hue angle of 13.39º 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 #E5876C is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 135 | 108 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.10 |
| HSL | 13.39º | 0.7% | 0.66% | - |
| HSV(B) | 13.39º | 0.53% | 0.9% | - |
| XYZ | 43.68 | 35.07 | 18.65 | - |
| YUV | 160.03 | 98.64 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 135 | 108 | 0 | 0.41 | 0.53 | 0.10 | 13.39 | 0.7 | 0.66 |
| Hex | E5 | 87 | 6C | 0 | 29 | 35 | A | D | 46 | 42 |
| Octal | 345 | 207 | 154 | 0 | 51 | 65 | 12 | 15 | 106 | 102 |
| Binary | 11100101 | 10000111 | 1101100 | 0 | 101001 | 110101 | 1010 | 1101 | 1000110 | 1000010 |
Color Harmonies of #E5876C
Complementary color
Monochromatic Colors of #E5876C
Black with #E5876C
Text Example
Text Example
White with #E5876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5876C; }
p { color: rgb(229,135,108); }
H1.HeaderClassName
{
color: #E5876C;
}
.AnyTagClassName
{
color: #E5876C;
}
</style>
background-color css
<style>
a { background-color: #E5876C; }
a { background-color: rgb(229,135,108); }
div.DivClassName
{
background-color: #E5876C;
}
.BgClassName
{
background-color: #E5876C;
}
</style>
border-color css
<style>
span { border-color: #E5876C; }
span { border-color: rgb(229,135,108); }
td.TdClassName
{
border-color: #E5876C;
}
.TagClassName
{
border-color: #E5876C;
}
</style>