Shades of New York Pink #E58070
Tints of New York Pink #E58070
RGB
CMYK
RGB Variations
Color information
#E58070 (or 0xE58070) is known color: New York Pink. HEX triplet: E5, 80 and 70. RGB value is (229,128,112). Sum of RGB (Red+Green+Blue) = 229+128+112=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E58070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58070 is #1A7F8F. Grayscale: #9C9C9C. Windows color (decimal): -1736592 or 7373029. OLE color: 7373029.
HSL color Cylindrical-coordinate representation of color #E58070: hue angle of 8.21º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E58070 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 128 | 112 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.10 |
| HSL | 8.21º | 0.69% | 0.67% | - |
| HSV(B) | 8.21º | 0.51% | 0.9% | - |
| XYZ | 42.96 | 33.27 | 19.49 | - |
| YUV | 156.38 | 102.96 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 128 | 112 | 0 | 0.44 | 0.51 | 0.10 | 8.21 | 0.69 | 0.67 |
| Hex | E5 | 80 | 70 | 0 | 2C | 33 | A | 8 | 45 | 43 |
| Octal | 345 | 200 | 160 | 0 | 54 | 63 | 12 | 10 | 105 | 103 |
| Binary | 11100101 | 10000000 | 1110000 | 0 | 101100 | 110011 | 1010 | 1000 | 1000101 | 1000011 |
Color Harmonies of #E58070
Complementary color
Monochromatic Colors of #E58070
Black with #E58070
Text Example
Text Example
White with #E58070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58070; }
p { color: rgb(229,128,112); }
H1.HeaderClassName
{
color: #E58070;
}
.AnyTagClassName
{
color: #E58070;
}
</style>
background-color css
<style>
a { background-color: #E58070; }
a { background-color: rgb(229,128,112); }
div.DivClassName
{
background-color: #E58070;
}
.BgClassName
{
background-color: #E58070;
}
</style>
border-color css
<style>
span { border-color: #E58070; }
span { border-color: rgb(229,128,112); }
td.TdClassName
{
border-color: #E58070;
}
.TagClassName
{
border-color: #E58070;
}
</style>