Shades of New York Pink #E9896E
Tints of New York Pink #E9896E
RGB
CMYK
RGB Variations
Color information
#E9896E (or 0xE9896E) is known color: New York Pink. HEX triplet: E9, 89 and 6E. RGB value is (233,137,110). Sum of RGB (Red+Green+Blue) = 233+137+110=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E9896E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9896E is #167691. Grayscale: #A2A2A2. Windows color (decimal): -1472146 or 7244265. OLE color: 7244265.
HSL color Cylindrical-coordinate representation of color #E9896E: hue angle of 13.17º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E9896E is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 137 | 110 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.09 |
| HSL | 13.17º | 0.74% | 0.67% | - |
| HSV(B) | 13.17º | 0.53% | 0.91% | - |
| XYZ | 45.36 | 36.34 | 19.38 | - |
| YUV | 162.63 | 98.3 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 137 | 110 | 0 | 0.41 | 0.53 | 0.09 | 13.17 | 0.74 | 0.67 |
| Hex | E9 | 89 | 6E | 0 | 29 | 35 | 9 | D | 4A | 43 |
| Octal | 351 | 211 | 156 | 0 | 51 | 65 | 11 | 15 | 112 | 103 |
| Binary | 11101001 | 10001001 | 1101110 | 0 | 101001 | 110101 | 1001 | 1101 | 1001010 | 1000011 |
Color Harmonies of #E9896E
Complementary color
Monochromatic Colors of #E9896E
Black with #E9896E
Text Example
Text Example
White with #E9896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9896E; }
p { color: rgb(233,137,110); }
H1.HeaderClassName
{
color: #E9896E;
}
.AnyTagClassName
{
color: #E9896E;
}
</style>
background-color css
<style>
a { background-color: #E9896E; }
a { background-color: rgb(233,137,110); }
div.DivClassName
{
background-color: #E9896E;
}
.BgClassName
{
background-color: #E9896E;
}
</style>
border-color css
<style>
span { border-color: #E9896E; }
span { border-color: rgb(233,137,110); }
td.TdClassName
{
border-color: #E9896E;
}
.TagClassName
{
border-color: #E9896E;
}
</style>