Shades of New York Pink #E1877C
Tints of New York Pink #E1877C
RGB
CMYK
RGB Variations
Color information
#E1877C (or 0xE1877C) is known color: New York Pink. HEX triplet: E1, 87 and 7C. RGB value is (225,135,124). Sum of RGB (Red+Green+Blue) = 225+135+124=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E1877C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1877C is #1E7883. Grayscale: #A0A0A0. Windows color (decimal): -1996932 or 8161249. OLE color: 8161249.
HSL color Cylindrical-coordinate representation of color #E1877C: hue angle of 6.53º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1877C is Cyan = 0, Magento = 0.4, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 124 | - |
| CMYK | 0 | 0.4 | 0.45 | 0.12 |
| HSL | 6.53º | 0.63% | 0.68% | - |
| HSV(B) | 6.53º | 0.45% | 0.88% | - |
| XYZ | 43.35 | 34.79 | 23.5 | - |
| YUV | 160.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 124 | 0 | 0.4 | 0.45 | 0.12 | 6.53 | 0.63 | 0.68 |
| Hex | E1 | 87 | 7C | 0 | 28 | 2D | C | 7 | 3F | 44 |
| Octal | 341 | 207 | 174 | 0 | 50 | 55 | 14 | 7 | 77 | 104 |
| Binary | 11100001 | 10000111 | 1111100 | 0 | 101000 | 101101 | 1100 | 111 | 111111 | 1000100 |
Color Harmonies of #E1877C
Complementary color
Monochromatic Colors of #E1877C
Black with #E1877C
Text Example
Text Example
White with #E1877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1877C; }
p { color: rgb(225,135,124); }
H1.HeaderClassName
{
color: #E1877C;
}
.AnyTagClassName
{
color: #E1877C;
}
</style>
background-color css
<style>
a { background-color: #E1877C; }
a { background-color: rgb(225,135,124); }
div.DivClassName
{
background-color: #E1877C;
}
.BgClassName
{
background-color: #E1877C;
}
</style>
border-color css
<style>
span { border-color: #E1877C; }
span { border-color: rgb(225,135,124); }
td.TdClassName
{
border-color: #E1877C;
}
.TagClassName
{
border-color: #E1877C;
}
</style>