Shades of New York Pink #E28570
Tints of New York Pink #E28570
RGB
CMYK
RGB Variations
Color information
#E28570 (or 0xE28570) is known color: New York Pink. HEX triplet: E2, 85 and 70. RGB value is (226,133,112). Sum of RGB (Red+Green+Blue) = 226+133+112=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E28570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28570 is #1D7A8F. Grayscale: #9E9E9E. Windows color (decimal): -1931920 or 7374306. OLE color: 7374306.
HSL color Cylindrical-coordinate representation of color #E28570: hue angle of 11.05º 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 #E28570 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 133 | 112 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.11 |
| HSL | 11.05º | 0.66% | 0.66% | - |
| HSV(B) | 11.05º | 0.5% | 0.89% | - |
| XYZ | 42.68 | 34.11 | 19.66 | - |
| YUV | 158.41 | 101.81 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 112 | 0 | 0.41 | 0.50 | 0.11 | 11.05 | 0.66 | 0.66 |
| Hex | E2 | 85 | 70 | 0 | 29 | 32 | B | B | 42 | 42 |
| Octal | 342 | 205 | 160 | 0 | 51 | 62 | 13 | 13 | 102 | 102 |
| Binary | 11100010 | 10000101 | 1110000 | 0 | 101001 | 110010 | 1011 | 1011 | 1000010 | 1000010 |
Color Harmonies of #E28570
Complementary color
Monochromatic Colors of #E28570
Black with #E28570
Text Example
Text Example
White with #E28570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28570; }
p { color: rgb(226,133,112); }
H1.HeaderClassName
{
color: #E28570;
}
.AnyTagClassName
{
color: #E28570;
}
</style>
background-color css
<style>
a { background-color: #E28570; }
a { background-color: rgb(226,133,112); }
div.DivClassName
{
background-color: #E28570;
}
.BgClassName
{
background-color: #E28570;
}
</style>
border-color css
<style>
span { border-color: #E28570; }
span { border-color: rgb(226,133,112); }
td.TdClassName
{
border-color: #E28570;
}
.TagClassName
{
border-color: #E28570;
}
</style>