Shades of New York Pink #E07C6E
Tints of New York Pink #E07C6E
RGB
CMYK
RGB Variations
Color information
#E07C6E (or 0xE07C6E) is known color: New York Pink. HEX triplet: E0, 7C and 6E. RGB value is (224,124,110). Sum of RGB (Red+Green+Blue) = 224+124+110=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C6E is #1F8391. Grayscale: #989898. Windows color (decimal): -2065298 or 7240928. OLE color: 7240928.
HSL color Cylindrical-coordinate representation of color #E07C6E: hue angle of 7.37º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E07C6E is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 110 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.12 |
| HSL | 7.37º | 0.65% | 0.65% | - |
| HSV(B) | 7.37º | 0.51% | 0.88% | - |
| XYZ | 40.76 | 31.39 | 18.66 | - |
| YUV | 152.3 | 104.13 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 110 | 0 | 0.45 | 0.51 | 0.12 | 7.37 | 0.65 | 0.65 |
| Hex | E0 | 7C | 6E | 0 | 2D | 33 | C | 7 | 41 | 41 |
| Octal | 340 | 174 | 156 | 0 | 55 | 63 | 14 | 7 | 101 | 101 |
| Binary | 11100000 | 1111100 | 1101110 | 0 | 101101 | 110011 | 1100 | 111 | 1000001 | 1000001 |
Color Harmonies of #E07C6E
Complementary color
Monochromatic Colors of #E07C6E
Black with #E07C6E
Text Example
Text Example
White with #E07C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C6E; }
p { color: rgb(224,124,110); }
H1.HeaderClassName
{
color: #E07C6E;
}
.AnyTagClassName
{
color: #E07C6E;
}
</style>
background-color css
<style>
a { background-color: #E07C6E; }
a { background-color: rgb(224,124,110); }
div.DivClassName
{
background-color: #E07C6E;
}
.BgClassName
{
background-color: #E07C6E;
}
</style>
border-color css
<style>
span { border-color: #E07C6E; }
span { border-color: rgb(224,124,110); }
td.TdClassName
{
border-color: #E07C6E;
}
.TagClassName
{
border-color: #E07C6E;
}
</style>