Shades of New York Pink #E08771
Tints of New York Pink #E08771
RGB
CMYK
RGB Variations
Color information
#E08771 (or 0xE08771) is known color: New York Pink. HEX triplet: E0, 87 and 71. RGB value is (224,135,113). Sum of RGB (Red+Green+Blue) = 224+135+113=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E08771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08771 is #1F788E. Grayscale: #9F9F9F. Windows color (decimal): -2062479 or 7440352. OLE color: 7440352.
HSL color Cylindrical-coordinate representation of color #E08771: hue angle of 11.89º degrees, saturation: 0.64, 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 #E08771 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 113 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.12 |
| HSL | 11.89º | 0.64% | 0.66% | - |
| HSV(B) | 11.89º | 0.5% | 0.88% | - |
| XYZ | 42.39 | 34.37 | 20.02 | - |
| YUV | 159.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 113 | 0 | 0.40 | 0.50 | 0.12 | 11.89 | 0.64 | 0.66 |
| Hex | E0 | 87 | 71 | 0 | 28 | 32 | C | C | 40 | 42 |
| Octal | 340 | 207 | 161 | 0 | 50 | 62 | 14 | 14 | 100 | 102 |
| Binary | 11100000 | 10000111 | 1110001 | 0 | 101000 | 110010 | 1100 | 1100 | 1000000 | 1000010 |
Color Harmonies of #E08771
Complementary color
Monochromatic Colors of #E08771
Black with #E08771
Text Example
Text Example
White with #E08771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08771; }
p { color: rgb(224,135,113); }
H1.HeaderClassName
{
color: #E08771;
}
.AnyTagClassName
{
color: #E08771;
}
</style>
background-color css
<style>
a { background-color: #E08771; }
a { background-color: rgb(224,135,113); }
div.DivClassName
{
background-color: #E08771;
}
.BgClassName
{
background-color: #E08771;
}
</style>
border-color css
<style>
span { border-color: #E08771; }
span { border-color: rgb(224,135,113); }
td.TdClassName
{
border-color: #E08771;
}
.TagClassName
{
border-color: #E08771;
}
</style>