Shades of New York Pink #E07C69
Tints of New York Pink #E07C69
RGB
CMYK
RGB Variations
Color information
#E07C69 (or 0xE07C69) is known color: New York Pink. HEX triplet: E0, 7C and 69. RGB value is (224,124,105). Sum of RGB (Red+Green+Blue) = 224+124+105=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C69 is #1F8396. Grayscale: #979797. Windows color (decimal): -2065303 or 6913248. OLE color: 6913248.
HSL color Cylindrical-coordinate representation of color #E07C69: hue angle of 9.58º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E07C69 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 105 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.12 |
| HSL | 9.58º | 0.66% | 0.65% | - |
| HSV(B) | 9.58º | 0.53% | 0.88% | - |
| XYZ | 40.5 | 31.28 | 17.27 | - |
| YUV | 151.73 | 101.63 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 105 | 0 | 0.45 | 0.53 | 0.12 | 9.58 | 0.66 | 0.65 |
| Hex | E0 | 7C | 69 | 0 | 2D | 35 | C | A | 42 | 41 |
| Octal | 340 | 174 | 151 | 0 | 55 | 65 | 14 | 12 | 102 | 101 |
| Binary | 11100000 | 1111100 | 1101001 | 0 | 101101 | 110101 | 1100 | 1010 | 1000010 | 1000001 |
Color Harmonies of #E07C69
Complementary color
Monochromatic Colors of #E07C69
Black with #E07C69
Text Example
Text Example
White with #E07C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C69; }
p { color: rgb(224,124,105); }
H1.HeaderClassName
{
color: #E07C69;
}
.AnyTagClassName
{
color: #E07C69;
}
</style>
background-color css
<style>
a { background-color: #E07C69; }
a { background-color: rgb(224,124,105); }
div.DivClassName
{
background-color: #E07C69;
}
.BgClassName
{
background-color: #E07C69;
}
</style>
border-color css
<style>
span { border-color: #E07C69; }
span { border-color: rgb(224,124,105); }
td.TdClassName
{
border-color: #E07C69;
}
.TagClassName
{
border-color: #E07C69;
}
</style>