Shades of New York Pink #E98674
Tints of New York Pink #E98674
RGB
CMYK
RGB Variations
Color information
#E98674 (or 0xE98674) is known color: New York Pink. HEX triplet: E9, 86 and 74. RGB value is (233,134,116). Sum of RGB (Red+Green+Blue) = 233+134+116=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 233 - color contains mainly: red. Hex color #E98674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98674 is #16798B. Grayscale: #A1A1A1. Windows color (decimal): -1472908 or 7636713. OLE color: 7636713.
HSL color Cylindrical-coordinate representation of color #E98674: hue angle of 9.23º degrees, saturation: 0.73, 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 #E98674 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 134 | 116 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.09 |
| HSL | 9.23º | 0.73% | 0.68% | - |
| HSV(B) | 9.23º | 0.5% | 0.91% | - |
| XYZ | 45.28 | 35.63 | 21.01 | - |
| YUV | 161.55 | 102.3 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 116 | 0 | 0.42 | 0.50 | 0.09 | 9.23 | 0.73 | 0.68 |
| Hex | E9 | 86 | 74 | 0 | 2A | 32 | 9 | 9 | 49 | 44 |
| Octal | 351 | 206 | 164 | 0 | 52 | 62 | 11 | 11 | 111 | 104 |
| Binary | 11101001 | 10000110 | 1110100 | 0 | 101010 | 110010 | 1001 | 1001 | 1001001 | 1000100 |
Color Harmonies of #E98674
Complementary color
Monochromatic Colors of #E98674
Black with #E98674
Text Example
Text Example
White with #E98674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98674; }
p { color: rgb(233,134,116); }
H1.HeaderClassName
{
color: #E98674;
}
.AnyTagClassName
{
color: #E98674;
}
</style>
background-color css
<style>
a { background-color: #E98674; }
a { background-color: rgb(233,134,116); }
div.DivClassName
{
background-color: #E98674;
}
.BgClassName
{
background-color: #E98674;
}
</style>
border-color css
<style>
span { border-color: #E98674; }
span { border-color: rgb(233,134,116); }
td.TdClassName
{
border-color: #E98674;
}
.TagClassName
{
border-color: #E98674;
}
</style>