Shades of New York Pink #E0877A
Tints of New York Pink #E0877A
RGB
CMYK
RGB Variations
Color information
#E0877A (or 0xE0877A) is known color: New York Pink. HEX triplet: E0, 87 and 7A. RGB value is (224,135,122). Sum of RGB (Red+Green+Blue) = 224+135+122=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E0877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0877A is #1F7885. Grayscale: #A0A0A0. Windows color (decimal): -2062470 or 8030176. OLE color: 8030176.
HSL color Cylindrical-coordinate representation of color #E0877A: hue angle of 7.65º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0877A is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 122 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.12 |
| HSL | 7.65º | 0.62% | 0.68% | - |
| HSV(B) | 7.65º | 0.46% | 0.88% | - |
| XYZ | 42.92 | 34.58 | 22.83 | - |
| YUV | 160.13 | 106.49 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 122 | 0 | 0.40 | 0.46 | 0.12 | 7.65 | 0.62 | 0.68 |
| Hex | E0 | 87 | 7A | 0 | 28 | 2E | C | 8 | 3E | 44 |
| Octal | 340 | 207 | 172 | 0 | 50 | 56 | 14 | 10 | 76 | 104 |
| Binary | 11100000 | 10000111 | 1111010 | 0 | 101000 | 101110 | 1100 | 1000 | 111110 | 1000100 |
Color Harmonies of #E0877A
Complementary color
Monochromatic Colors of #E0877A
Black with #E0877A
Text Example
Text Example
White with #E0877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0877A; }
p { color: rgb(224,135,122); }
H1.HeaderClassName
{
color: #E0877A;
}
.AnyTagClassName
{
color: #E0877A;
}
</style>
background-color css
<style>
a { background-color: #E0877A; }
a { background-color: rgb(224,135,122); }
div.DivClassName
{
background-color: #E0877A;
}
.BgClassName
{
background-color: #E0877A;
}
</style>
border-color css
<style>
span { border-color: #E0877A; }
span { border-color: rgb(224,135,122); }
td.TdClassName
{
border-color: #E0877A;
}
.TagClassName
{
border-color: #E0877A;
}
</style>