Shades of New York Pink #E28574
Tints of New York Pink #E28574
RGB
CMYK
RGB Variations
Color information
#E28574 (or 0xE28574) is known color: New York Pink. HEX triplet: E2, 85 and 74. RGB value is (226,133,116). Sum of RGB (Red+Green+Blue) = 226+133+116=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E28574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28574 is #1D7A8B. Grayscale: #9F9F9F. Windows color (decimal): -1931916 or 7636450. OLE color: 7636450.
HSL color Cylindrical-coordinate representation of color #E28574: hue angle of 9.27º degrees, saturation: 0.65, 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 #E28574 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 133 | 116 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.11 |
| HSL | 9.27º | 0.65% | 0.67% | - |
| HSV(B) | 9.27º | 0.49% | 0.89% | - |
| XYZ | 42.9 | 34.2 | 20.86 | - |
| YUV | 158.87 | 103.81 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 116 | 0 | 0.41 | 0.49 | 0.11 | 9.27 | 0.65 | 0.67 |
| Hex | E2 | 85 | 74 | 0 | 29 | 31 | B | 9 | 41 | 43 |
| Octal | 342 | 205 | 164 | 0 | 51 | 61 | 13 | 11 | 101 | 103 |
| Binary | 11100010 | 10000101 | 1110100 | 0 | 101001 | 110001 | 1011 | 1001 | 1000001 | 1000011 |
Color Harmonies of #E28574
Complementary color
Monochromatic Colors of #E28574
Black with #E28574
Text Example
Text Example
White with #E28574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28574; }
p { color: rgb(226,133,116); }
H1.HeaderClassName
{
color: #E28574;
}
.AnyTagClassName
{
color: #E28574;
}
</style>
background-color css
<style>
a { background-color: #E28574; }
a { background-color: rgb(226,133,116); }
div.DivClassName
{
background-color: #E28574;
}
.BgClassName
{
background-color: #E28574;
}
</style>
border-color css
<style>
span { border-color: #E28574; }
span { border-color: rgb(226,133,116); }
td.TdClassName
{
border-color: #E28574;
}
.TagClassName
{
border-color: #E28574;
}
</style>