Shades of New York Pink #E28478
Tints of New York Pink #E28478
RGB
CMYK
RGB Variations
Color information
#E28478 (or 0xE28478) is known color: New York Pink. HEX triplet: E2, 84 and 78. RGB value is (226,132,120). Sum of RGB (Red+Green+Blue) = 226+132+120=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E28478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28478 is #1D7B87. Grayscale: #9E9E9E. Windows color (decimal): -1932168 or 7898338. OLE color: 7898338.
HSL color Cylindrical-coordinate representation of color #E28478: hue angle of 6.79º 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 #E28478 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 120 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.11 |
| HSL | 6.79º | 0.65% | 0.68% | - |
| HSV(B) | 6.79º | 0.47% | 0.89% | - |
| XYZ | 43.01 | 34.03 | 22.07 | - |
| YUV | 158.74 | 106.14 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 120 | 0 | 0.42 | 0.47 | 0.11 | 6.79 | 0.65 | 0.68 |
| Hex | E2 | 84 | 78 | 0 | 2A | 2F | B | 7 | 41 | 44 |
| Octal | 342 | 204 | 170 | 0 | 52 | 57 | 13 | 7 | 101 | 104 |
| Binary | 11100010 | 10000100 | 1111000 | 0 | 101010 | 101111 | 1011 | 111 | 1000001 | 1000100 |
Color Harmonies of #E28478
Complementary color
Monochromatic Colors of #E28478
Black with #E28478
Text Example
Text Example
White with #E28478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28478; }
p { color: rgb(226,132,120); }
H1.HeaderClassName
{
color: #E28478;
}
.AnyTagClassName
{
color: #E28478;
}
</style>
background-color css
<style>
a { background-color: #E28478; }
a { background-color: rgb(226,132,120); }
div.DivClassName
{
background-color: #E28478;
}
.BgClassName
{
background-color: #E28478;
}
</style>
border-color css
<style>
span { border-color: #E28478; }
span { border-color: rgb(226,132,120); }
td.TdClassName
{
border-color: #E28478;
}
.TagClassName
{
border-color: #E28478;
}
</style>