Shades of New York Pink #E58970
Tints of New York Pink #E58970
RGB
CMYK
RGB Variations
Color information
#E58970 (or 0xE58970) is known color: New York Pink. HEX triplet: E5, 89 and 70. RGB value is (229,137,112). Sum of RGB (Red+Green+Blue) = 229+137+112=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E58970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58970 is #1A768F. Grayscale: #A1A1A1. Windows color (decimal): -1734288 or 7375333. OLE color: 7375333.
HSL color Cylindrical-coordinate representation of color #E58970: hue angle of 12.82º 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 #E58970 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 137 | 112 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.10 |
| HSL | 12.82º | 0.69% | 0.67% | - |
| HSV(B) | 12.82º | 0.51% | 0.9% | - |
| XYZ | 44.18 | 35.72 | 19.9 | - |
| YUV | 161.66 | 99.98 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 137 | 112 | 0 | 0.40 | 0.51 | 0.10 | 12.82 | 0.69 | 0.67 |
| Hex | E5 | 89 | 70 | 0 | 28 | 33 | A | D | 45 | 43 |
| Octal | 345 | 211 | 160 | 0 | 50 | 63 | 12 | 15 | 105 | 103 |
| Binary | 11100101 | 10001001 | 1110000 | 0 | 101000 | 110011 | 1010 | 1101 | 1000101 | 1000011 |
Color Harmonies of #E58970
Complementary color
Monochromatic Colors of #E58970
Black with #E58970
Text Example
Text Example
White with #E58970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58970; }
p { color: rgb(229,137,112); }
H1.HeaderClassName
{
color: #E58970;
}
.AnyTagClassName
{
color: #E58970;
}
</style>
background-color css
<style>
a { background-color: #E58970; }
a { background-color: rgb(229,137,112); }
div.DivClassName
{
background-color: #E58970;
}
.BgClassName
{
background-color: #E58970;
}
</style>
border-color css
<style>
span { border-color: #E58970; }
span { border-color: rgb(229,137,112); }
td.TdClassName
{
border-color: #E58970;
}
.TagClassName
{
border-color: #E58970;
}
</style>