Shades of New York Pink #E88875
Tints of New York Pink #E88875
RGB
CMYK
RGB Variations
Color information
#E88875 (or 0xE88875) is known color: New York Pink. HEX triplet: E8, 88 and 75. RGB value is (232,136,117). Sum of RGB (Red+Green+Blue) = 232+136+117=485 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.84% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 232 - color contains mainly: red. Hex color #E88875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88875 is #17778A. Grayscale: #A2A2A2. Windows color (decimal): -1537931 or 7702760. OLE color: 7702760.
HSL color Cylindrical-coordinate representation of color #E88875: hue angle of 9.91º degrees, saturation: 0.71, 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 #E88875 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 136 | 117 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.09 |
| HSL | 9.91º | 0.71% | 0.68% | - |
| HSV(B) | 9.91º | 0.5% | 0.91% | - |
| XYZ | 45.29 | 36.05 | 21.4 | - |
| YUV | 162.54 | 102.3 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 136 | 117 | 0 | 0.41 | 0.50 | 0.09 | 9.91 | 0.71 | 0.68 |
| Hex | E8 | 88 | 75 | 0 | 29 | 32 | 9 | A | 47 | 44 |
| Octal | 350 | 210 | 165 | 0 | 51 | 62 | 11 | 12 | 107 | 104 |
| Binary | 11101000 | 10001000 | 1110101 | 0 | 101001 | 110010 | 1001 | 1010 | 1000111 | 1000100 |
Color Harmonies of #E88875
Complementary color
Monochromatic Colors of #E88875
Black with #E88875
Text Example
Text Example
White with #E88875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88875; }
p { color: rgb(232,136,117); }
H1.HeaderClassName
{
color: #E88875;
}
.AnyTagClassName
{
color: #E88875;
}
</style>
background-color css
<style>
a { background-color: #E88875; }
a { background-color: rgb(232,136,117); }
div.DivClassName
{
background-color: #E88875;
}
.BgClassName
{
background-color: #E88875;
}
</style>
border-color css
<style>
span { border-color: #E88875; }
span { border-color: rgb(232,136,117); }
td.TdClassName
{
border-color: #E88875;
}
.TagClassName
{
border-color: #E88875;
}
</style>