Shades of New York Pink #E28C79
Tints of New York Pink #E28C79
RGB
CMYK
RGB Variations
Color information
#E28C79 (or 0xE28C79) is known color: New York Pink. HEX triplet: E2, 8C and 79. RGB value is (226,140,121). Sum of RGB (Red+Green+Blue) = 226+140+121=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28C79 is #1D7386. Grayscale: #A3A3A3. Windows color (decimal): -1930119 or 7965922. OLE color: 7965922.
HSL color Cylindrical-coordinate representation of color #E28C79: hue angle of 10.86º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E28C79 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 121 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.11 |
| HSL | 10.86º | 0.64% | 0.68% | - |
| HSV(B) | 10.86º | 0.46% | 0.89% | - |
| XYZ | 44.19 | 36.31 | 22.77 | - |
| YUV | 163.55 | 103.99 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 121 | 0 | 0.38 | 0.46 | 0.11 | 10.86 | 0.64 | 0.68 |
| Hex | E2 | 8C | 79 | 0 | 26 | 2E | B | B | 40 | 44 |
| Octal | 342 | 214 | 171 | 0 | 46 | 56 | 13 | 13 | 100 | 104 |
| Binary | 11100010 | 10001100 | 1111001 | 0 | 100110 | 101110 | 1011 | 1011 | 1000000 | 1000100 |
Color Harmonies of #E28C79
Complementary color
Monochromatic Colors of #E28C79
Black with #E28C79
Text Example
Text Example
White with #E28C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28C79; }
p { color: rgb(226,140,121); }
H1.HeaderClassName
{
color: #E28C79;
}
.AnyTagClassName
{
color: #E28C79;
}
</style>
background-color css
<style>
a { background-color: #E28C79; }
a { background-color: rgb(226,140,121); }
div.DivClassName
{
background-color: #E28C79;
}
.BgClassName
{
background-color: #E28C79;
}
</style>
border-color css
<style>
span { border-color: #E28C79; }
span { border-color: rgb(226,140,121); }
td.TdClassName
{
border-color: #E28C79;
}
.TagClassName
{
border-color: #E28C79;
}
</style>