Shades of New York Pink #E08477
Tints of New York Pink #E08477
RGB
CMYK
RGB Variations
Color information
#E08477 (or 0xE08477) is known color: New York Pink. HEX triplet: E0, 84 and 77. RGB value is (224,132,119). Sum of RGB (Red+Green+Blue) = 224+132+119=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E08477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08477 is #1F7B88. Grayscale: #9E9E9E. Windows color (decimal): -2063241 or 7832800. OLE color: 7832800.
HSL color Cylindrical-coordinate representation of color #E08477: hue angle of 7.43º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E08477 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 119 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.12 |
| HSL | 7.43º | 0.63% | 0.67% | - |
| HSV(B) | 7.43º | 0.47% | 0.88% | - |
| XYZ | 42.32 | 33.68 | 21.72 | - |
| YUV | 158.03 | 105.98 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 119 | 0 | 0.41 | 0.47 | 0.12 | 7.43 | 0.63 | 0.67 |
| Hex | E0 | 84 | 77 | 0 | 29 | 2F | C | 7 | 3F | 43 |
| Octal | 340 | 204 | 167 | 0 | 51 | 57 | 14 | 7 | 77 | 103 |
| Binary | 11100000 | 10000100 | 1110111 | 0 | 101001 | 101111 | 1100 | 111 | 111111 | 1000011 |
Color Harmonies of #E08477
Complementary color
Monochromatic Colors of #E08477
Black with #E08477
Text Example
Text Example
White with #E08477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08477; }
p { color: rgb(224,132,119); }
H1.HeaderClassName
{
color: #E08477;
}
.AnyTagClassName
{
color: #E08477;
}
</style>
background-color css
<style>
a { background-color: #E08477; }
a { background-color: rgb(224,132,119); }
div.DivClassName
{
background-color: #E08477;
}
.BgClassName
{
background-color: #E08477;
}
</style>
border-color css
<style>
span { border-color: #E08477; }
span { border-color: rgb(224,132,119); }
td.TdClassName
{
border-color: #E08477;
}
.TagClassName
{
border-color: #E08477;
}
</style>