Shades of New York Pink #E07F77
Tints of New York Pink #E07F77
RGB
CMYK
RGB Variations
Color information
#E07F77 (or 0xE07F77) is known color: New York Pink. HEX triplet: E0, 7F and 77. RGB value is (224,127,119). Sum of RGB (Red+Green+Blue) = 224+127+119=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F77 is #1F8088. Grayscale: #9B9B9B. Windows color (decimal): -2064521 or 7831520. OLE color: 7831520.
HSL color Cylindrical-coordinate representation of color #E07F77: hue angle of 4.57º 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 #E07F77 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 119 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.12 |
| HSL | 4.57º | 0.63% | 0.67% | - |
| HSV(B) | 4.57º | 0.47% | 0.88% | - |
| XYZ | 41.66 | 32.36 | 21.5 | - |
| YUV | 155.09 | 107.64 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 119 | 0 | 0.43 | 0.47 | 0.12 | 4.57 | 0.63 | 0.67 |
| Hex | E0 | 7F | 77 | 0 | 2B | 2F | C | 5 | 3F | 43 |
| Octal | 340 | 177 | 167 | 0 | 53 | 57 | 14 | 5 | 77 | 103 |
| Binary | 11100000 | 1111111 | 1110111 | 0 | 101011 | 101111 | 1100 | 101 | 111111 | 1000011 |
Color Harmonies of #E07F77
Complementary color
Monochromatic Colors of #E07F77
Black with #E07F77
Text Example
Text Example
White with #E07F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F77; }
p { color: rgb(224,127,119); }
H1.HeaderClassName
{
color: #E07F77;
}
.AnyTagClassName
{
color: #E07F77;
}
</style>
background-color css
<style>
a { background-color: #E07F77; }
a { background-color: rgb(224,127,119); }
div.DivClassName
{
background-color: #E07F77;
}
.BgClassName
{
background-color: #E07F77;
}
</style>
border-color css
<style>
span { border-color: #E07F77; }
span { border-color: rgb(224,127,119); }
td.TdClassName
{
border-color: #E07F77;
}
.TagClassName
{
border-color: #E07F77;
}
</style>