Shades of New York Pink #E28871
Tints of New York Pink #E28871
RGB
CMYK
RGB Variations
Color information
#E28871 (or 0xE28871) is known color: New York Pink. HEX triplet: E2, 88 and 71. RGB value is (226,136,113). Sum of RGB (Red+Green+Blue) = 226+136+113=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E28871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28871 is #1D778E. Grayscale: #A0A0A0. Windows color (decimal): -1931151 or 7440610. OLE color: 7440610.
HSL color Cylindrical-coordinate representation of color #E28871: hue angle of 12.21º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E28871 is Cyan = 0, Magento = 0.40, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 136 | 113 | - |
| CMYK | 0 | 0.40 | 0.5 | 0.11 |
| HSL | 12.21º | 0.66% | 0.66% | - |
| HSV(B) | 12.21º | 0.5% | 0.89% | - |
| XYZ | 43.15 | 34.97 | 20.1 | - |
| YUV | 160.29 | 101.32 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 113 | 0 | 0.40 | 0.5 | 0.11 | 12.21 | 0.66 | 0.66 |
| Hex | E2 | 88 | 71 | 0 | 28 | 32 | B | C | 42 | 42 |
| Octal | 342 | 210 | 161 | 0 | 50 | 62 | 13 | 14 | 102 | 102 |
| Binary | 11100010 | 10001000 | 1110001 | 0 | 101000 | 110010 | 1011 | 1100 | 1000010 | 1000010 |
Color Harmonies of #E28871
Complementary color
Monochromatic Colors of #E28871
Black with #E28871
Text Example
Text Example
White with #E28871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28871; }
p { color: rgb(226,136,113); }
H1.HeaderClassName
{
color: #E28871;
}
.AnyTagClassName
{
color: #E28871;
}
</style>
background-color css
<style>
a { background-color: #E28871; }
a { background-color: rgb(226,136,113); }
div.DivClassName
{
background-color: #E28871;
}
.BgClassName
{
background-color: #E28871;
}
</style>
border-color css
<style>
span { border-color: #E28871; }
span { border-color: rgb(226,136,113); }
td.TdClassName
{
border-color: #E28871;
}
.TagClassName
{
border-color: #E28871;
}
</style>