Shades of New York Pink #E7876C
Tints of New York Pink #E7876C
RGB
CMYK
RGB Variations
Color information
#E7876C (or 0xE7876C) is known color: New York Pink. HEX triplet: E7, 87 and 6C. RGB value is (231,135,108). Sum of RGB (Red+Green+Blue) = 231+135+108=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E7876C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7876C is #187893. Grayscale: #A0A0A0. Windows color (decimal): -1603732 or 7112679. OLE color: 7112679.
HSL color Cylindrical-coordinate representation of color #E7876C: hue angle of 13.17º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7876C is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 135 | 108 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.09 |
| HSL | 13.17º | 0.72% | 0.66% | - |
| HSV(B) | 13.17º | 0.53% | 0.91% | - |
| XYZ | 44.33 | 35.4 | 18.68 | - |
| YUV | 160.63 | 98.3 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 135 | 108 | 0 | 0.42 | 0.53 | 0.09 | 13.17 | 0.72 | 0.66 |
| Hex | E7 | 87 | 6C | 0 | 2A | 35 | 9 | D | 48 | 42 |
| Octal | 347 | 207 | 154 | 0 | 52 | 65 | 11 | 15 | 110 | 102 |
| Binary | 11100111 | 10000111 | 1101100 | 0 | 101010 | 110101 | 1001 | 1101 | 1001000 | 1000010 |
Color Harmonies of #E7876C
Complementary color
Monochromatic Colors of #E7876C
Black with #E7876C
Text Example
Text Example
White with #E7876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7876C; }
p { color: rgb(231,135,108); }
H1.HeaderClassName
{
color: #E7876C;
}
.AnyTagClassName
{
color: #E7876C;
}
</style>
background-color css
<style>
a { background-color: #E7876C; }
a { background-color: rgb(231,135,108); }
div.DivClassName
{
background-color: #E7876C;
}
.BgClassName
{
background-color: #E7876C;
}
</style>
border-color css
<style>
span { border-color: #E7876C; }
span { border-color: rgb(231,135,108); }
td.TdClassName
{
border-color: #E7876C;
}
.TagClassName
{
border-color: #E7876C;
}
</style>