Shades of New York Pink #E07F70
Tints of New York Pink #E07F70
RGB
CMYK
RGB Variations
Color information
#E07F70 (or 0xE07F70) is known color: New York Pink. HEX triplet: E0, 7F and 70. RGB value is (224,127,112). Sum of RGB (Red+Green+Blue) = 224+127+112=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F70 is #1F808F. Grayscale: #9A9A9A. Windows color (decimal): -2064528 or 7372768. OLE color: 7372768.
HSL color Cylindrical-coordinate representation of color #E07F70: hue angle of 8.04º 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 #E07F70 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 112 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.12 |
| HSL | 8.04º | 0.64% | 0.66% | - |
| HSV(B) | 8.04º | 0.5% | 0.88% | - |
| XYZ | 41.25 | 32.2 | 19.37 | - |
| YUV | 154.29 | 104.14 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 112 | 0 | 0.43 | 0.50 | 0.12 | 8.04 | 0.64 | 0.66 |
| Hex | E0 | 7F | 70 | 0 | 2B | 32 | C | 8 | 40 | 42 |
| Octal | 340 | 177 | 160 | 0 | 53 | 62 | 14 | 10 | 100 | 102 |
| Binary | 11100000 | 1111111 | 1110000 | 0 | 101011 | 110010 | 1100 | 1000 | 1000000 | 1000010 |
Color Harmonies of #E07F70
Complementary color
Monochromatic Colors of #E07F70
Black with #E07F70
Text Example
Text Example
White with #E07F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F70; }
p { color: rgb(224,127,112); }
H1.HeaderClassName
{
color: #E07F70;
}
.AnyTagClassName
{
color: #E07F70;
}
</style>
background-color css
<style>
a { background-color: #E07F70; }
a { background-color: rgb(224,127,112); }
div.DivClassName
{
background-color: #E07F70;
}
.BgClassName
{
background-color: #E07F70;
}
</style>
border-color css
<style>
span { border-color: #E07F70; }
span { border-color: rgb(224,127,112); }
td.TdClassName
{
border-color: #E07F70;
}
.TagClassName
{
border-color: #E07F70;
}
</style>