Shades of New York Pink #E58A72
Tints of New York Pink #E58A72
RGB
CMYK
RGB Variations
Color information
#E58A72 (or 0xE58A72) is known color: New York Pink. HEX triplet: E5, 8A and 72. RGB value is (229,138,114). Sum of RGB (Red+Green+Blue) = 229+138+114=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58A72 is #1A758D. Grayscale: #A2A2A2. Windows color (decimal): -1734030 or 7506661. OLE color: 7506661.
HSL color Cylindrical-coordinate representation of color #E58A72: hue angle of 12.52º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E58A72 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 114 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.10 |
| HSL | 12.52º | 0.69% | 0.67% | - |
| HSV(B) | 12.52º | 0.5% | 0.9% | - |
| XYZ | 44.44 | 36.05 | 20.54 | - |
| YUV | 162.47 | 100.65 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 114 | 0 | 0.40 | 0.50 | 0.10 | 12.52 | 0.69 | 0.67 |
| Hex | E5 | 8A | 72 | 0 | 28 | 32 | A | D | 45 | 43 |
| Octal | 345 | 212 | 162 | 0 | 50 | 62 | 12 | 15 | 105 | 103 |
| Binary | 11100101 | 10001010 | 1110010 | 0 | 101000 | 110010 | 1010 | 1101 | 1000101 | 1000011 |
Color Harmonies of #E58A72
Complementary color
Monochromatic Colors of #E58A72
Black with #E58A72
Text Example
Text Example
White with #E58A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58A72; }
p { color: rgb(229,138,114); }
H1.HeaderClassName
{
color: #E58A72;
}
.AnyTagClassName
{
color: #E58A72;
}
</style>
background-color css
<style>
a { background-color: #E58A72; }
a { background-color: rgb(229,138,114); }
div.DivClassName
{
background-color: #E58A72;
}
.BgClassName
{
background-color: #E58A72;
}
</style>
border-color css
<style>
span { border-color: #E58A72; }
span { border-color: rgb(229,138,114); }
td.TdClassName
{
border-color: #E58A72;
}
.TagClassName
{
border-color: #E58A72;
}
</style>