Shades of New York Pink #E88973
Tints of New York Pink #E88973
RGB
CMYK
RGB Variations
Color information
#E88973 (or 0xE88973) is known color: New York Pink. HEX triplet: E8, 89 and 73. RGB value is (232,137,115). Sum of RGB (Red+Green+Blue) = 232+137+115=484 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.93% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 232 - color contains mainly: red. Hex color #E88973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88973 is #17768C. Grayscale: #A3A3A3. Windows color (decimal): -1537677 or 7571944. OLE color: 7571944.
HSL color Cylindrical-coordinate representation of color #E88973: hue angle of 11.28º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E88973 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 137 | 115 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.09 |
| HSL | 11.28º | 0.72% | 0.68% | - |
| HSV(B) | 11.28º | 0.5% | 0.91% | - |
| XYZ | 45.32 | 36.28 | 20.83 | - |
| YUV | 162.9 | 100.97 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 137 | 115 | 0 | 0.41 | 0.50 | 0.09 | 11.28 | 0.72 | 0.68 |
| Hex | E8 | 89 | 73 | 0 | 29 | 32 | 9 | B | 48 | 44 |
| Octal | 350 | 211 | 163 | 0 | 51 | 62 | 11 | 13 | 110 | 104 |
| Binary | 11101000 | 10001001 | 1110011 | 0 | 101001 | 110010 | 1001 | 1011 | 1001000 | 1000100 |
Color Harmonies of #E88973
Complementary color
Monochromatic Colors of #E88973
Black with #E88973
Text Example
Text Example
White with #E88973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88973; }
p { color: rgb(232,137,115); }
H1.HeaderClassName
{
color: #E88973;
}
.AnyTagClassName
{
color: #E88973;
}
</style>
background-color css
<style>
a { background-color: #E88973; }
a { background-color: rgb(232,137,115); }
div.DivClassName
{
background-color: #E88973;
}
.BgClassName
{
background-color: #E88973;
}
</style>
border-color css
<style>
span { border-color: #E88973; }
span { border-color: rgb(232,137,115); }
td.TdClassName
{
border-color: #E88973;
}
.TagClassName
{
border-color: #E88973;
}
</style>