Shades of New York Pink #E28177
Tints of New York Pink #E28177
RGB
CMYK
RGB Variations
Color information
#E28177 (or 0xE28177) is known color: New York Pink. HEX triplet: E2, 81 and 77. RGB value is (226,129,119). Sum of RGB (Red+Green+Blue) = 226+129+119=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E28177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28177 is #1D7E88. Grayscale: #9D9D9D. Windows color (decimal): -1932937 or 7832034. OLE color: 7832034.
HSL color Cylindrical-coordinate representation of color #E28177: hue angle of 5.61º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E28177 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 119 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.11 |
| HSL | 5.61º | 0.65% | 0.68% | - |
| HSV(B) | 5.61º | 0.47% | 0.89% | - |
| XYZ | 42.54 | 33.2 | 21.62 | - |
| YUV | 156.86 | 106.64 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 119 | 0 | 0.43 | 0.47 | 0.11 | 5.61 | 0.65 | 0.68 |
| Hex | E2 | 81 | 77 | 0 | 2B | 2F | B | 6 | 41 | 44 |
| Octal | 342 | 201 | 167 | 0 | 53 | 57 | 13 | 6 | 101 | 104 |
| Binary | 11100010 | 10000001 | 1110111 | 0 | 101011 | 101111 | 1011 | 110 | 1000001 | 1000100 |
Color Harmonies of #E28177
Complementary color
Monochromatic Colors of #E28177
Black with #E28177
Text Example
Text Example
White with #E28177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28177; }
p { color: rgb(226,129,119); }
H1.HeaderClassName
{
color: #E28177;
}
.AnyTagClassName
{
color: #E28177;
}
</style>
background-color css
<style>
a { background-color: #E28177; }
a { background-color: rgb(226,129,119); }
div.DivClassName
{
background-color: #E28177;
}
.BgClassName
{
background-color: #E28177;
}
</style>
border-color css
<style>
span { border-color: #E28177; }
span { border-color: rgb(226,129,119); }
td.TdClassName
{
border-color: #E28177;
}
.TagClassName
{
border-color: #E28177;
}
</style>