Shades of New York Pink #E28470
Tints of New York Pink #E28470
RGB
CMYK
RGB Variations
Color information
#E28470 (or 0xE28470) is known color: New York Pink. HEX triplet: E2, 84 and 70. RGB value is (226,132,112). Sum of RGB (Red+Green+Blue) = 226+132+112=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E28470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28470 is #1D7B8F. Grayscale: #9E9E9E. Windows color (decimal): -1932176 or 7374050. OLE color: 7374050.
HSL color Cylindrical-coordinate representation of color #E28470: hue angle of 10.53º 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 #E28470 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 112 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.11 |
| HSL | 10.53º | 0.66% | 0.66% | - |
| HSV(B) | 10.53º | 0.5% | 0.89% | - |
| XYZ | 42.54 | 33.84 | 19.62 | - |
| YUV | 157.83 | 102.14 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 112 | 0 | 0.42 | 0.50 | 0.11 | 10.53 | 0.66 | 0.66 |
| Hex | E2 | 84 | 70 | 0 | 2A | 32 | B | B | 42 | 42 |
| Octal | 342 | 204 | 160 | 0 | 52 | 62 | 13 | 13 | 102 | 102 |
| Binary | 11100010 | 10000100 | 1110000 | 0 | 101010 | 110010 | 1011 | 1011 | 1000010 | 1000010 |
Color Harmonies of #E28470
Complementary color
Monochromatic Colors of #E28470
Black with #E28470
Text Example
Text Example
White with #E28470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28470; }
p { color: rgb(226,132,112); }
H1.HeaderClassName
{
color: #E28470;
}
.AnyTagClassName
{
color: #E28470;
}
</style>
background-color css
<style>
a { background-color: #E28470; }
a { background-color: rgb(226,132,112); }
div.DivClassName
{
background-color: #E28470;
}
.BgClassName
{
background-color: #E28470;
}
</style>
border-color css
<style>
span { border-color: #E28470; }
span { border-color: rgb(226,132,112); }
td.TdClassName
{
border-color: #E28470;
}
.TagClassName
{
border-color: #E28470;
}
</style>