Shades of New York Pink #E0876F
Tints of New York Pink #E0876F
RGB
CMYK
RGB Variations
Color information
#E0876F (or 0xE0876F) is known color: New York Pink. HEX triplet: E0, 87 and 6F. RGB value is (224,135,111). Sum of RGB (Red+Green+Blue) = 224+135+111=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E0876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0876F is #1F7890. Grayscale: #9F9F9F. Windows color (decimal): -2062481 or 7309280. OLE color: 7309280.
HSL color Cylindrical-coordinate representation of color #E0876F: hue angle of 12.74º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0876F is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 111 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.12 |
| HSL | 12.74º | 0.65% | 0.66% | - |
| HSV(B) | 12.74º | 0.5% | 0.88% | - |
| XYZ | 42.27 | 34.32 | 19.44 | - |
| YUV | 158.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 111 | 0 | 0.40 | 0.50 | 0.12 | 12.74 | 0.65 | 0.66 |
| Hex | E0 | 87 | 6F | 0 | 28 | 32 | C | D | 41 | 42 |
| Octal | 340 | 207 | 157 | 0 | 50 | 62 | 14 | 15 | 101 | 102 |
| Binary | 11100000 | 10000111 | 1101111 | 0 | 101000 | 110010 | 1100 | 1101 | 1000001 | 1000010 |
Color Harmonies of #E0876F
Complementary color
Monochromatic Colors of #E0876F
Black with #E0876F
Text Example
Text Example
White with #E0876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0876F; }
p { color: rgb(224,135,111); }
H1.HeaderClassName
{
color: #E0876F;
}
.AnyTagClassName
{
color: #E0876F;
}
</style>
background-color css
<style>
a { background-color: #E0876F; }
a { background-color: rgb(224,135,111); }
div.DivClassName
{
background-color: #E0876F;
}
.BgClassName
{
background-color: #E0876F;
}
</style>
border-color css
<style>
span { border-color: #E0876F; }
span { border-color: rgb(224,135,111); }
td.TdClassName
{
border-color: #E0876F;
}
.TagClassName
{
border-color: #E0876F;
}
</style>