Shades of New York Pink #E98A6E
Tints of New York Pink #E98A6E
RGB
CMYK
RGB Variations
Color information
#E98A6E (or 0xE98A6E) is known color: New York Pink. HEX triplet: E9, 8A and 6E. RGB value is (233,138,110). Sum of RGB (Red+Green+Blue) = 233+138+110=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E98A6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98A6E is #167591. Grayscale: #A3A3A3. Windows color (decimal): -1471890 or 7244521. OLE color: 7244521.
HSL color Cylindrical-coordinate representation of color #E98A6E: hue angle of 13.66º 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 #E98A6E is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 138 | 110 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.09 |
| HSL | 13.66º | 0.74% | 0.67% | - |
| HSV(B) | 13.66º | 0.53% | 0.91% | - |
| XYZ | 45.51 | 36.63 | 19.42 | - |
| YUV | 163.21 | 97.97 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 138 | 110 | 0 | 0.41 | 0.53 | 0.09 | 13.66 | 0.74 | 0.67 |
| Hex | E9 | 8A | 6E | 0 | 29 | 35 | 9 | E | 4A | 43 |
| Octal | 351 | 212 | 156 | 0 | 51 | 65 | 11 | 16 | 112 | 103 |
| Binary | 11101001 | 10001010 | 1101110 | 0 | 101001 | 110101 | 1001 | 1110 | 1001010 | 1000011 |
Color Harmonies of #E98A6E
Complementary color
Monochromatic Colors of #E98A6E
Black with #E98A6E
Text Example
Text Example
White with #E98A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98A6E; }
p { color: rgb(233,138,110); }
H1.HeaderClassName
{
color: #E98A6E;
}
.AnyTagClassName
{
color: #E98A6E;
}
</style>
background-color css
<style>
a { background-color: #E98A6E; }
a { background-color: rgb(233,138,110); }
div.DivClassName
{
background-color: #E98A6E;
}
.BgClassName
{
background-color: #E98A6E;
}
</style>
border-color css
<style>
span { border-color: #E98A6E; }
span { border-color: rgb(233,138,110); }
td.TdClassName
{
border-color: #E98A6E;
}
.TagClassName
{
border-color: #E98A6E;
}
</style>