Shades of New York Pink #E88971
Tints of New York Pink #E88971
RGB
CMYK
RGB Variations
Color information
#E88971 (or 0xE88971) is known color: New York Pink. HEX triplet: E8, 89 and 71. RGB value is (232,137,113). Sum of RGB (Red+Green+Blue) = 232+137+113=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E88971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88971 is #17768E. Grayscale: #A2A2A2. Windows color (decimal): -1537679 or 7440872. OLE color: 7440872.
HSL color Cylindrical-coordinate representation of color #E88971: hue angle of 12.1º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E88971 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 137 | 113 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.09 |
| HSL | 12.1º | 0.72% | 0.68% | - |
| HSV(B) | 12.1º | 0.51% | 0.91% | - |
| XYZ | 45.21 | 36.24 | 20.24 | - |
| YUV | 162.67 | 99.97 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 137 | 113 | 0 | 0.41 | 0.51 | 0.09 | 12.1 | 0.72 | 0.68 |
| Hex | E8 | 89 | 71 | 0 | 29 | 33 | 9 | C | 48 | 44 |
| Octal | 350 | 211 | 161 | 0 | 51 | 63 | 11 | 14 | 110 | 104 |
| Binary | 11101000 | 10001001 | 1110001 | 0 | 101001 | 110011 | 1001 | 1100 | 1001000 | 1000100 |
Color Harmonies of #E88971
Complementary color
Monochromatic Colors of #E88971
Black with #E88971
Text Example
Text Example
White with #E88971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88971; }
p { color: rgb(232,137,113); }
H1.HeaderClassName
{
color: #E88971;
}
.AnyTagClassName
{
color: #E88971;
}
</style>
background-color css
<style>
a { background-color: #E88971; }
a { background-color: rgb(232,137,113); }
div.DivClassName
{
background-color: #E88971;
}
.BgClassName
{
background-color: #E88971;
}
</style>
border-color css
<style>
span { border-color: #E88971; }
span { border-color: rgb(232,137,113); }
td.TdClassName
{
border-color: #E88971;
}
.TagClassName
{
border-color: #E88971;
}
</style>