Shades of New York Pink #E0877B
Tints of New York Pink #E0877B
RGB
CMYK
RGB Variations
Color information
#E0877B (or 0xE0877B) is known color: New York Pink. HEX triplet: E0, 87 and 7B. RGB value is (224,135,123). Sum of RGB (Red+Green+Blue) = 224+135+123=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E0877B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0877B is #1F7884. Grayscale: #A0A0A0. Windows color (decimal): -2062469 or 8095712. OLE color: 8095712.
HSL color Cylindrical-coordinate representation of color #E0877B: hue angle of 7.13º degrees, saturation: 0.62, 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 #E0877B is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 123 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.12 |
| HSL | 7.13º | 0.62% | 0.68% | - |
| HSV(B) | 7.13º | 0.45% | 0.88% | - |
| XYZ | 42.98 | 34.61 | 23.15 | - |
| YUV | 160.24 | 106.99 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 123 | 0 | 0.40 | 0.45 | 0.12 | 7.13 | 0.62 | 0.68 |
| Hex | E0 | 87 | 7B | 0 | 28 | 2D | C | 7 | 3E | 44 |
| Octal | 340 | 207 | 173 | 0 | 50 | 55 | 14 | 7 | 76 | 104 |
| Binary | 11100000 | 10000111 | 1111011 | 0 | 101000 | 101101 | 1100 | 111 | 111110 | 1000100 |
Color Harmonies of #E0877B
Complementary color
Monochromatic Colors of #E0877B
Black with #E0877B
Text Example
Text Example
White with #E0877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0877B; }
p { color: rgb(224,135,123); }
H1.HeaderClassName
{
color: #E0877B;
}
.AnyTagClassName
{
color: #E0877B;
}
</style>
background-color css
<style>
a { background-color: #E0877B; }
a { background-color: rgb(224,135,123); }
div.DivClassName
{
background-color: #E0877B;
}
.BgClassName
{
background-color: #E0877B;
}
</style>
border-color css
<style>
span { border-color: #E0877B; }
span { border-color: rgb(224,135,123); }
td.TdClassName
{
border-color: #E0877B;
}
.TagClassName
{
border-color: #E0877B;
}
</style>