Shades of New York Pink #E88270
Tints of New York Pink #E88270
RGB
CMYK
RGB Variations
Color information
#E88270 (or 0xE88270) is known color: New York Pink. HEX triplet: E8, 82 and 70. RGB value is (232,130,112). Sum of RGB (Red+Green+Blue) = 232+130+112=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E88270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88270 is #177D8F. Grayscale: #9E9E9E. Windows color (decimal): -1539472 or 7373544. OLE color: 7373544.
HSL color Cylindrical-coordinate representation of color #E88270: hue angle of 9º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E88270 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 130 | 112 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.09 |
| HSL | 9º | 0.72% | 0.67% | - |
| HSV(B) | 9º | 0.52% | 0.91% | - |
| XYZ | 44.19 | 34.29 | 19.62 | - |
| YUV | 158.45 | 101.79 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 112 | 0 | 0.44 | 0.52 | 0.09 | 9 | 0.72 | 0.67 |
| Hex | E8 | 82 | 70 | 0 | 2C | 34 | 9 | 9 | 48 | 43 |
| Octal | 350 | 202 | 160 | 0 | 54 | 64 | 11 | 11 | 110 | 103 |
| Binary | 11101000 | 10000010 | 1110000 | 0 | 101100 | 110100 | 1001 | 1001 | 1001000 | 1000011 |
Color Harmonies of #E88270
Complementary color
Monochromatic Colors of #E88270
Black with #E88270
Text Example
Text Example
White with #E88270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88270; }
p { color: rgb(232,130,112); }
H1.HeaderClassName
{
color: #E88270;
}
.AnyTagClassName
{
color: #E88270;
}
</style>
background-color css
<style>
a { background-color: #E88270; }
a { background-color: rgb(232,130,112); }
div.DivClassName
{
background-color: #E88270;
}
.BgClassName
{
background-color: #E88270;
}
</style>
border-color css
<style>
span { border-color: #E88270; }
span { border-color: rgb(232,130,112); }
td.TdClassName
{
border-color: #E88270;
}
.TagClassName
{
border-color: #E88270;
}
</style>