Shades of New York Pink #E28477
Tints of New York Pink #E28477
RGB
CMYK
RGB Variations
Color information
#E28477 (or 0xE28477) is known color: New York Pink. HEX triplet: E2, 84 and 77. RGB value is (226,132,119). Sum of RGB (Red+Green+Blue) = 226+132+119=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E28477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28477 is #1D7B88. Grayscale: #9E9E9E. Windows color (decimal): -1932169 or 7832802. OLE color: 7832802.
HSL color Cylindrical-coordinate representation of color #E28477: hue angle of 7.29º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E28477 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 119 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.11 |
| HSL | 7.29º | 0.65% | 0.68% | - |
| HSV(B) | 7.29º | 0.47% | 0.89% | - |
| XYZ | 42.95 | 34 | 21.75 | - |
| YUV | 158.62 | 105.64 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 119 | 0 | 0.42 | 0.47 | 0.11 | 7.29 | 0.65 | 0.68 |
| Hex | E2 | 84 | 77 | 0 | 2A | 2F | B | 7 | 41 | 44 |
| Octal | 342 | 204 | 167 | 0 | 52 | 57 | 13 | 7 | 101 | 104 |
| Binary | 11100010 | 10000100 | 1110111 | 0 | 101010 | 101111 | 1011 | 111 | 1000001 | 1000100 |
Color Harmonies of #E28477
Complementary color
Monochromatic Colors of #E28477
Black with #E28477
Text Example
Text Example
White with #E28477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28477; }
p { color: rgb(226,132,119); }
H1.HeaderClassName
{
color: #E28477;
}
.AnyTagClassName
{
color: #E28477;
}
</style>
background-color css
<style>
a { background-color: #E28477; }
a { background-color: rgb(226,132,119); }
div.DivClassName
{
background-color: #E28477;
}
.BgClassName
{
background-color: #E28477;
}
</style>
border-color css
<style>
span { border-color: #E28477; }
span { border-color: rgb(226,132,119); }
td.TdClassName
{
border-color: #E28477;
}
.TagClassName
{
border-color: #E28477;
}
</style>