Shades of New York Pink #E58772
Tints of New York Pink #E58772
RGB
CMYK
RGB Variations
Color information
#E58772 (or 0xE58772) is known color: New York Pink. HEX triplet: E5, 87 and 72. RGB value is (229,135,114). Sum of RGB (Red+Green+Blue) = 229+135+114=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E58772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58772 is #1A788D. Grayscale: #A0A0A0. Windows color (decimal): -1734798 or 7505893. OLE color: 7505893.
HSL color Cylindrical-coordinate representation of color #E58772: hue angle of 10.96º 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 #E58772 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 135 | 114 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.10 |
| HSL | 10.96º | 0.69% | 0.67% | - |
| HSV(B) | 10.96º | 0.5% | 0.9% | - |
| XYZ | 44.01 | 35.2 | 20.39 | - |
| YUV | 160.71 | 101.64 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 135 | 114 | 0 | 0.41 | 0.50 | 0.10 | 10.96 | 0.69 | 0.67 |
| Hex | E5 | 87 | 72 | 0 | 29 | 32 | A | B | 45 | 43 |
| Octal | 345 | 207 | 162 | 0 | 51 | 62 | 12 | 13 | 105 | 103 |
| Binary | 11100101 | 10000111 | 1110010 | 0 | 101001 | 110010 | 1010 | 1011 | 1000101 | 1000011 |
Color Harmonies of #E58772
Complementary color
Monochromatic Colors of #E58772
Black with #E58772
Text Example
Text Example
White with #E58772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58772; }
p { color: rgb(229,135,114); }
H1.HeaderClassName
{
color: #E58772;
}
.AnyTagClassName
{
color: #E58772;
}
</style>
background-color css
<style>
a { background-color: #E58772; }
a { background-color: rgb(229,135,114); }
div.DivClassName
{
background-color: #E58772;
}
.BgClassName
{
background-color: #E58772;
}
</style>
border-color css
<style>
span { border-color: #E58772; }
span { border-color: rgb(229,135,114); }
td.TdClassName
{
border-color: #E58772;
}
.TagClassName
{
border-color: #E58772;
}
</style>