Shades of New York Pink #E1877B
Tints of New York Pink #E1877B
RGB
CMYK
RGB Variations
Color information
#E1877B (or 0xE1877B) is known color: New York Pink. HEX triplet: E1, 87 and 7B. RGB value is (225,135,123). Sum of RGB (Red+Green+Blue) = 225+135+123=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1877B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1877B is #1E7884. Grayscale: #A0A0A0. Windows color (decimal): -1996933 or 8095713. OLE color: 8095713.
HSL color Cylindrical-coordinate representation of color #E1877B: hue angle of 7.06º 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 #E1877B is Cyan = 0, Magento = 0.4, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 123 | - |
| CMYK | 0 | 0.4 | 0.45 | 0.12 |
| HSL | 7.06º | 0.63% | 0.68% | - |
| HSV(B) | 7.06º | 0.45% | 0.88% | - |
| XYZ | 43.29 | 34.77 | 23.17 | - |
| YUV | 160.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 123 | 0 | 0.4 | 0.45 | 0.12 | 7.06 | 0.63 | 0.68 |
| Hex | E1 | 87 | 7B | 0 | 28 | 2D | C | 7 | 3F | 44 |
| Octal | 341 | 207 | 173 | 0 | 50 | 55 | 14 | 7 | 77 | 104 |
| Binary | 11100001 | 10000111 | 1111011 | 0 | 101000 | 101101 | 1100 | 111 | 111111 | 1000100 |
Color Harmonies of #E1877B
Complementary color
Monochromatic Colors of #E1877B
Black with #E1877B
Text Example
Text Example
White with #E1877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1877B; }
p { color: rgb(225,135,123); }
H1.HeaderClassName
{
color: #E1877B;
}
.AnyTagClassName
{
color: #E1877B;
}
</style>
background-color css
<style>
a { background-color: #E1877B; }
a { background-color: rgb(225,135,123); }
div.DivClassName
{
background-color: #E1877B;
}
.BgClassName
{
background-color: #E1877B;
}
</style>
border-color css
<style>
span { border-color: #E1877B; }
span { border-color: rgb(225,135,123); }
td.TdClassName
{
border-color: #E1877B;
}
.TagClassName
{
border-color: #E1877B;
}
</style>