Shades of New York Pink #E28672
Tints of New York Pink #E28672
RGB
CMYK
RGB Variations
Color information
#E28672 (or 0xE28672) is known color: New York Pink. HEX triplet: E2, 86 and 72. RGB value is (226,134,114). Sum of RGB (Red+Green+Blue) = 226+134+114=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E28672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28672 is #1D798D. Grayscale: #9F9F9F. Windows color (decimal): -1931662 or 7505634. OLE color: 7505634.
HSL color Cylindrical-coordinate representation of color #E28672: hue angle of 10.71º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E28672 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 114 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.11 |
| HSL | 10.71º | 0.66% | 0.67% | - |
| HSV(B) | 10.71º | 0.5% | 0.89% | - |
| XYZ | 42.93 | 34.43 | 20.3 | - |
| YUV | 159.23 | 102.48 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 114 | 0 | 0.41 | 0.50 | 0.11 | 10.71 | 0.66 | 0.67 |
| Hex | E2 | 86 | 72 | 0 | 29 | 32 | B | B | 42 | 43 |
| Octal | 342 | 206 | 162 | 0 | 51 | 62 | 13 | 13 | 102 | 103 |
| Binary | 11100010 | 10000110 | 1110010 | 0 | 101001 | 110010 | 1011 | 1011 | 1000010 | 1000011 |
Color Harmonies of #E28672
Complementary color
Monochromatic Colors of #E28672
Black with #E28672
Text Example
Text Example
White with #E28672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28672; }
p { color: rgb(226,134,114); }
H1.HeaderClassName
{
color: #E28672;
}
.AnyTagClassName
{
color: #E28672;
}
</style>
background-color css
<style>
a { background-color: #E28672; }
a { background-color: rgb(226,134,114); }
div.DivClassName
{
background-color: #E28672;
}
.BgClassName
{
background-color: #E28672;
}
</style>
border-color css
<style>
span { border-color: #E28672; }
span { border-color: rgb(226,134,114); }
td.TdClassName
{
border-color: #E28672;
}
.TagClassName
{
border-color: #E28672;
}
</style>