Shades of New York Pink #E48574
Tints of New York Pink #E48574
RGB
CMYK
RGB Variations
Color information
#E48574 (or 0xE48574) is known color: New York Pink. HEX triplet: E4, 85 and 74. RGB value is (228,133,116). Sum of RGB (Red+Green+Blue) = 228+133+116=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E48574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48574 is #1B7A8B. Grayscale: #9F9F9F. Windows color (decimal): -1800844 or 7636452. OLE color: 7636452.
HSL color Cylindrical-coordinate representation of color #E48574: hue angle of 9.11º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E48574 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 133 | 116 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.11 |
| HSL | 9.11º | 0.67% | 0.67% | - |
| HSV(B) | 9.11º | 0.49% | 0.89% | - |
| XYZ | 43.53 | 34.53 | 20.89 | - |
| YUV | 159.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 133 | 116 | 0 | 0.42 | 0.49 | 0.11 | 9.11 | 0.67 | 0.67 |
| Hex | E4 | 85 | 74 | 0 | 2A | 31 | B | 9 | 43 | 43 |
| Octal | 344 | 205 | 164 | 0 | 52 | 61 | 13 | 11 | 103 | 103 |
| Binary | 11100100 | 10000101 | 1110100 | 0 | 101010 | 110001 | 1011 | 1001 | 1000011 | 1000011 |
Color Harmonies of #E48574
Complementary color
Monochromatic Colors of #E48574
Black with #E48574
Text Example
Text Example
White with #E48574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48574; }
p { color: rgb(228,133,116); }
H1.HeaderClassName
{
color: #E48574;
}
.AnyTagClassName
{
color: #E48574;
}
</style>
background-color css
<style>
a { background-color: #E48574; }
a { background-color: rgb(228,133,116); }
div.DivClassName
{
background-color: #E48574;
}
.BgClassName
{
background-color: #E48574;
}
</style>
border-color css
<style>
span { border-color: #E48574; }
span { border-color: rgb(228,133,116); }
td.TdClassName
{
border-color: #E48574;
}
.TagClassName
{
border-color: #E48574;
}
</style>