Shades of New York Pink #E78871
Tints of New York Pink #E78871
RGB
CMYK
RGB Variations
Color information
#E78871 (or 0xE78871) is known color: New York Pink. HEX triplet: E7, 88 and 71. RGB value is (231,136,113). Sum of RGB (Red+Green+Blue) = 231+136+113=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E78871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78871 is #18778E. Grayscale: #A1A1A1. Windows color (decimal): -1603471 or 7440615. OLE color: 7440615.
HSL color Cylindrical-coordinate representation of color #E78871: hue angle of 11.69º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E78871 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 113 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.09 |
| HSL | 11.69º | 0.71% | 0.67% | - |
| HSV(B) | 11.69º | 0.51% | 0.91% | - |
| XYZ | 44.74 | 35.79 | 20.17 | - |
| YUV | 161.78 | 100.47 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 113 | 0 | 0.41 | 0.51 | 0.09 | 11.69 | 0.71 | 0.67 |
| Hex | E7 | 88 | 71 | 0 | 29 | 33 | 9 | C | 47 | 43 |
| Octal | 347 | 210 | 161 | 0 | 51 | 63 | 11 | 14 | 107 | 103 |
| Binary | 11100111 | 10001000 | 1110001 | 0 | 101001 | 110011 | 1001 | 1100 | 1000111 | 1000011 |
Color Harmonies of #E78871
Complementary color
Monochromatic Colors of #E78871
Black with #E78871
Text Example
Text Example
White with #E78871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78871; }
p { color: rgb(231,136,113); }
H1.HeaderClassName
{
color: #E78871;
}
.AnyTagClassName
{
color: #E78871;
}
</style>
background-color css
<style>
a { background-color: #E78871; }
a { background-color: rgb(231,136,113); }
div.DivClassName
{
background-color: #E78871;
}
.BgClassName
{
background-color: #E78871;
}
</style>
border-color css
<style>
span { border-color: #E78871; }
span { border-color: rgb(231,136,113); }
td.TdClassName
{
border-color: #E78871;
}
.TagClassName
{
border-color: #E78871;
}
</style>