Shades of New York Pink #E58472
Tints of New York Pink #E58472
RGB
CMYK
RGB Variations
Color information
#E58472 (or 0xE58472) is known color: New York Pink. HEX triplet: E5, 84 and 72. RGB value is (229,132,114). Sum of RGB (Red+Green+Blue) = 229+132+114=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E58472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58472 is #1A7B8D. Grayscale: #9F9F9F. Windows color (decimal): -1735566 or 7505125. OLE color: 7505125.
HSL color Cylindrical-coordinate representation of color #E58472: hue angle of 9.39º 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 #E58472 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 114 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.10 |
| HSL | 9.39º | 0.69% | 0.67% | - |
| HSV(B) | 9.39º | 0.5% | 0.9% | - |
| XYZ | 43.6 | 34.38 | 20.26 | - |
| YUV | 158.95 | 102.64 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 114 | 0 | 0.42 | 0.50 | 0.10 | 9.39 | 0.69 | 0.67 |
| Hex | E5 | 84 | 72 | 0 | 2A | 32 | A | 9 | 45 | 43 |
| Octal | 345 | 204 | 162 | 0 | 52 | 62 | 12 | 11 | 105 | 103 |
| Binary | 11100101 | 10000100 | 1110010 | 0 | 101010 | 110010 | 1010 | 1001 | 1000101 | 1000011 |
Color Harmonies of #E58472
Complementary color
Monochromatic Colors of #E58472
Black with #E58472
Text Example
Text Example
White with #E58472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58472; }
p { color: rgb(229,132,114); }
H1.HeaderClassName
{
color: #E58472;
}
.AnyTagClassName
{
color: #E58472;
}
</style>
background-color css
<style>
a { background-color: #E58472; }
a { background-color: rgb(229,132,114); }
div.DivClassName
{
background-color: #E58472;
}
.BgClassName
{
background-color: #E58472;
}
</style>
border-color css
<style>
span { border-color: #E58472; }
span { border-color: rgb(229,132,114); }
td.TdClassName
{
border-color: #E58472;
}
.TagClassName
{
border-color: #E58472;
}
</style>