Shades of New York Pink #E07C6A
Tints of New York Pink #E07C6A
RGB
CMYK
RGB Variations
Color information
#E07C6A (or 0xE07C6A) is known color: New York Pink. HEX triplet: E0, 7C and 6A. RGB value is (224,124,106). Sum of RGB (Red+Green+Blue) = 224+124+106=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C6A is #1F8395. Grayscale: #989898. Windows color (decimal): -2065302 or 6978784. OLE color: 6978784.
HSL color Cylindrical-coordinate representation of color #E07C6A: hue angle of 9.15º 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 #E07C6A is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 106 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.12 |
| HSL | 9.15º | 0.66% | 0.65% | - |
| HSV(B) | 9.15º | 0.53% | 0.88% | - |
| XYZ | 40.55 | 31.3 | 17.54 | - |
| YUV | 151.85 | 102.13 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 106 | 0 | 0.45 | 0.53 | 0.12 | 9.15 | 0.66 | 0.65 |
| Hex | E0 | 7C | 6A | 0 | 2D | 35 | C | 9 | 42 | 41 |
| Octal | 340 | 174 | 152 | 0 | 55 | 65 | 14 | 11 | 102 | 101 |
| Binary | 11100000 | 1111100 | 1101010 | 0 | 101101 | 110101 | 1100 | 1001 | 1000010 | 1000001 |
Color Harmonies of #E07C6A
Complementary color
Monochromatic Colors of #E07C6A
Black with #E07C6A
Text Example
Text Example
White with #E07C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C6A; }
p { color: rgb(224,124,106); }
H1.HeaderClassName
{
color: #E07C6A;
}
.AnyTagClassName
{
color: #E07C6A;
}
</style>
background-color css
<style>
a { background-color: #E07C6A; }
a { background-color: rgb(224,124,106); }
div.DivClassName
{
background-color: #E07C6A;
}
.BgClassName
{
background-color: #E07C6A;
}
</style>
border-color css
<style>
span { border-color: #E07C6A; }
span { border-color: rgb(224,124,106); }
td.TdClassName
{
border-color: #E07C6A;
}
.TagClassName
{
border-color: #E07C6A;
}
</style>