Shades of New York Pink #E98166
Tints of New York Pink #E98166
RGB
CMYK
RGB Variations
Color information
#E98166 (or 0xE98166) is known color: New York Pink. HEX triplet: E9, 81 and 66. RGB value is (233,129,102). Sum of RGB (Red+Green+Blue) = 233+129+102=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E98166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98166 is #167E99. Grayscale: #9D9D9D. Windows color (decimal): -1474202 or 6717929. OLE color: 6717929.
HSL color Cylindrical-coordinate representation of color #E98166: hue angle of 12.37º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E98166 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 129 | 102 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.09 |
| HSL | 12.37º | 0.75% | 0.66% | - |
| HSV(B) | 12.37º | 0.56% | 0.91% | - |
| XYZ | 43.85 | 33.98 | 16.82 | - |
| YUV | 157.02 | 96.96 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 129 | 102 | 0 | 0.45 | 0.56 | 0.09 | 12.37 | 0.75 | 0.66 |
| Hex | E9 | 81 | 66 | 0 | 2D | 38 | 9 | C | 4B | 42 |
| Octal | 351 | 201 | 146 | 0 | 55 | 70 | 11 | 14 | 113 | 102 |
| Binary | 11101001 | 10000001 | 1100110 | 0 | 101101 | 111000 | 1001 | 1100 | 1001011 | 1000010 |
Color Harmonies of #E98166
Complementary color
Monochromatic Colors of #E98166
Black with #E98166
Text Example
Text Example
White with #E98166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98166; }
p { color: rgb(233,129,102); }
H1.HeaderClassName
{
color: #E98166;
}
.AnyTagClassName
{
color: #E98166;
}
</style>
background-color css
<style>
a { background-color: #E98166; }
a { background-color: rgb(233,129,102); }
div.DivClassName
{
background-color: #E98166;
}
.BgClassName
{
background-color: #E98166;
}
</style>
border-color css
<style>
span { border-color: #E98166; }
span { border-color: rgb(233,129,102); }
td.TdClassName
{
border-color: #E98166;
}
.TagClassName
{
border-color: #E98166;
}
</style>