Shades of New York Pink #E98575
Tints of New York Pink #E98575
RGB
CMYK
RGB Variations
Color information
#E98575 (or 0xE98575) is known color: New York Pink. HEX triplet: E9, 85 and 75. RGB value is (233,133,117). Sum of RGB (Red+Green+Blue) = 233+133+117=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 233 - color contains mainly: red. Hex color #E98575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98575 is #167A8A. Grayscale: #A1A1A1. Windows color (decimal): -1473163 or 7701993. OLE color: 7701993.
HSL color Cylindrical-coordinate representation of color #E98575: hue angle of 8.28º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E98575 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 133 | 117 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.09 |
| HSL | 8.28º | 0.73% | 0.69% | - |
| HSV(B) | 8.28º | 0.5% | 0.91% | - |
| XYZ | 45.2 | 35.38 | 21.28 | - |
| YUV | 161.08 | 103.13 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 133 | 117 | 0 | 0.43 | 0.50 | 0.09 | 8.28 | 0.73 | 0.69 |
| Hex | E9 | 85 | 75 | 0 | 2B | 32 | 9 | 8 | 48 | 45 |
| Octal | 351 | 205 | 165 | 0 | 53 | 62 | 11 | 10 | 110 | 105 |
| Binary | 11101001 | 10000101 | 1110101 | 0 | 101011 | 110010 | 1001 | 1000 | 1001000 | 1000101 |
Color Harmonies of #E98575
Complementary color
Monochromatic Colors of #E98575
Black with #E98575
Text Example
Text Example
White with #E98575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98575; }
p { color: rgb(233,133,117); }
H1.HeaderClassName
{
color: #E98575;
}
.AnyTagClassName
{
color: #E98575;
}
</style>
background-color css
<style>
a { background-color: #E98575; }
a { background-color: rgb(233,133,117); }
div.DivClassName
{
background-color: #E98575;
}
.BgClassName
{
background-color: #E98575;
}
</style>
border-color css
<style>
span { border-color: #E98575; }
span { border-color: rgb(233,133,117); }
td.TdClassName
{
border-color: #E98575;
}
.TagClassName
{
border-color: #E98575;
}
</style>