Shades of New York Pink #E28271
Tints of New York Pink #E28271
RGB
CMYK
RGB Variations
Color information
#E28271 (or 0xE28271) is known color: New York Pink. HEX triplet: E2, 82 and 71. RGB value is (226,130,113). Sum of RGB (Red+Green+Blue) = 226+130+113=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E28271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28271 is #1D7D8E. Grayscale: #9C9C9C. Windows color (decimal): -1932687 or 7439074. OLE color: 7439074.
HSL color Cylindrical-coordinate representation of color #E28271: hue angle of 9.03º 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 #E28271 is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 130 | 113 | - |
| CMYK | 0 | 0.42 | 0.5 | 0.11 |
| HSL | 9.03º | 0.66% | 0.66% | - |
| HSV(B) | 9.03º | 0.5% | 0.89% | - |
| XYZ | 42.33 | 33.33 | 19.82 | - |
| YUV | 156.77 | 103.3 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 130 | 113 | 0 | 0.42 | 0.5 | 0.11 | 9.03 | 0.66 | 0.66 |
| Hex | E2 | 82 | 71 | 0 | 2A | 32 | B | 9 | 42 | 42 |
| Octal | 342 | 202 | 161 | 0 | 52 | 62 | 13 | 11 | 102 | 102 |
| Binary | 11100010 | 10000010 | 1110001 | 0 | 101010 | 110010 | 1011 | 1001 | 1000010 | 1000010 |
Color Harmonies of #E28271
Complementary color
Monochromatic Colors of #E28271
Black with #E28271
Text Example
Text Example
White with #E28271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28271; }
p { color: rgb(226,130,113); }
H1.HeaderClassName
{
color: #E28271;
}
.AnyTagClassName
{
color: #E28271;
}
</style>
background-color css
<style>
a { background-color: #E28271; }
a { background-color: rgb(226,130,113); }
div.DivClassName
{
background-color: #E28271;
}
.BgClassName
{
background-color: #E28271;
}
</style>
border-color css
<style>
span { border-color: #E28271; }
span { border-color: rgb(226,130,113); }
td.TdClassName
{
border-color: #E28271;
}
.TagClassName
{
border-color: #E28271;
}
</style>