Shades of New York Pink #E28175
Tints of New York Pink #E28175
RGB
CMYK
RGB Variations
Color information
#E28175 (or 0xE28175) is known color: New York Pink. HEX triplet: E2, 81 and 75. RGB value is (226,129,117). Sum of RGB (Red+Green+Blue) = 226+129+117=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E28175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28175 is #1D7E8A. Grayscale: #9C9C9C. Windows color (decimal): -1932939 or 7700962. OLE color: 7700962.
HSL color Cylindrical-coordinate representation of color #E28175: hue angle of 6.61º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E28175 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 117 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.11 |
| HSL | 6.61º | 0.65% | 0.67% | - |
| HSV(B) | 6.61º | 0.48% | 0.89% | - |
| XYZ | 42.43 | 33.15 | 20.99 | - |
| YUV | 156.64 | 105.64 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 117 | 0 | 0.43 | 0.48 | 0.11 | 6.61 | 0.65 | 0.67 |
| Hex | E2 | 81 | 75 | 0 | 2B | 30 | B | 7 | 41 | 43 |
| Octal | 342 | 201 | 165 | 0 | 53 | 60 | 13 | 7 | 101 | 103 |
| Binary | 11100010 | 10000001 | 1110101 | 0 | 101011 | 110000 | 1011 | 111 | 1000001 | 1000011 |
Color Harmonies of #E28175
Complementary color
Monochromatic Colors of #E28175
Black with #E28175
Text Example
Text Example
White with #E28175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28175; }
p { color: rgb(226,129,117); }
H1.HeaderClassName
{
color: #E28175;
}
.AnyTagClassName
{
color: #E28175;
}
</style>
background-color css
<style>
a { background-color: #E28175; }
a { background-color: rgb(226,129,117); }
div.DivClassName
{
background-color: #E28175;
}
.BgClassName
{
background-color: #E28175;
}
</style>
border-color css
<style>
span { border-color: #E28175; }
span { border-color: rgb(226,129,117); }
td.TdClassName
{
border-color: #E28175;
}
.TagClassName
{
border-color: #E28175;
}
</style>