Shades of New York Pink #E2887A
Tints of New York Pink #E2887A
RGB
CMYK
RGB Variations
Color information
#E2887A (or 0xE2887A) is known color: New York Pink. HEX triplet: E2, 88 and 7A. RGB value is (226,136,122). Sum of RGB (Red+Green+Blue) = 226+136+122=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2887A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2887A is #1D7785. Grayscale: #A1A1A1. Windows color (decimal): -1931142 or 8030434. OLE color: 8030434.
HSL color Cylindrical-coordinate representation of color #E2887A: hue angle of 8.08º 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 #E2887A is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 136 | 122 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.11 |
| HSL | 8.08º | 0.64% | 0.68% | - |
| HSV(B) | 8.08º | 0.46% | 0.89% | - |
| XYZ | 43.68 | 35.18 | 22.9 | - |
| YUV | 161.31 | 105.82 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 122 | 0 | 0.40 | 0.46 | 0.11 | 8.08 | 0.64 | 0.68 |
| Hex | E2 | 88 | 7A | 0 | 28 | 2E | B | 8 | 40 | 44 |
| Octal | 342 | 210 | 172 | 0 | 50 | 56 | 13 | 10 | 100 | 104 |
| Binary | 11100010 | 10001000 | 1111010 | 0 | 101000 | 101110 | 1011 | 1000 | 1000000 | 1000100 |
Color Harmonies of #E2887A
Complementary color
Monochromatic Colors of #E2887A
Black with #E2887A
Text Example
Text Example
White with #E2887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2887A; }
p { color: rgb(226,136,122); }
H1.HeaderClassName
{
color: #E2887A;
}
.AnyTagClassName
{
color: #E2887A;
}
</style>
background-color css
<style>
a { background-color: #E2887A; }
a { background-color: rgb(226,136,122); }
div.DivClassName
{
background-color: #E2887A;
}
.BgClassName
{
background-color: #E2887A;
}
</style>
border-color css
<style>
span { border-color: #E2887A; }
span { border-color: rgb(226,136,122); }
td.TdClassName
{
border-color: #E2887A;
}
.TagClassName
{
border-color: #E2887A;
}
</style>