Shades of New York Pink #E2877B
Tints of New York Pink #E2877B
RGB
CMYK
RGB Variations
Color information
#E2877B (or 0xE2877B) is known color: New York Pink. HEX triplet: E2, 87 and 7B. RGB value is (226,135,123). Sum of RGB (Red+Green+Blue) = 226+135+123=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2877B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2877B is #1D7884. Grayscale: #A0A0A0. Windows color (decimal): -1931397 or 8095714. OLE color: 8095714.
HSL color Cylindrical-coordinate representation of color #E2877B: hue angle of 6.99º 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 #E2877B is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 135 | 123 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.11 |
| HSL | 6.99º | 0.64% | 0.68% | - |
| HSV(B) | 6.99º | 0.46% | 0.89% | - |
| XYZ | 43.6 | 34.93 | 23.18 | - |
| YUV | 160.84 | 106.65 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 135 | 123 | 0 | 0.40 | 0.46 | 0.11 | 6.99 | 0.64 | 0.68 |
| Hex | E2 | 87 | 7B | 0 | 28 | 2E | B | 7 | 40 | 44 |
| Octal | 342 | 207 | 173 | 0 | 50 | 56 | 13 | 7 | 100 | 104 |
| Binary | 11100010 | 10000111 | 1111011 | 0 | 101000 | 101110 | 1011 | 111 | 1000000 | 1000100 |
Color Harmonies of #E2877B
Complementary color
Monochromatic Colors of #E2877B
Black with #E2877B
Text Example
Text Example
White with #E2877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2877B; }
p { color: rgb(226,135,123); }
H1.HeaderClassName
{
color: #E2877B;
}
.AnyTagClassName
{
color: #E2877B;
}
</style>
background-color css
<style>
a { background-color: #E2877B; }
a { background-color: rgb(226,135,123); }
div.DivClassName
{
background-color: #E2877B;
}
.BgClassName
{
background-color: #E2877B;
}
</style>
border-color css
<style>
span { border-color: #E2877B; }
span { border-color: rgb(226,135,123); }
td.TdClassName
{
border-color: #E2877B;
}
.TagClassName
{
border-color: #E2877B;
}
</style>