Shades of New York Pink #E07D6D
Tints of New York Pink #E07D6D
RGB
CMYK
RGB Variations
Color information
#E07D6D (or 0xE07D6D) is known color: New York Pink. HEX triplet: E0, 7D and 6D. RGB value is (224,125,109). Sum of RGB (Red+Green+Blue) = 224+125+109=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07D6D is #1F8292. Grayscale: #989898. Windows color (decimal): -2065043 or 7175648. OLE color: 7175648.
HSL color Cylindrical-coordinate representation of color #E07D6D: hue angle of 8.35º 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 #E07D6D is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 109 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.12 |
| HSL | 8.35º | 0.65% | 0.65% | - |
| HSV(B) | 8.35º | 0.51% | 0.88% | - |
| XYZ | 40.83 | 31.62 | 18.42 | - |
| YUV | 152.78 | 103.3 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 109 | 0 | 0.44 | 0.51 | 0.12 | 8.35 | 0.65 | 0.65 |
| Hex | E0 | 7D | 6D | 0 | 2C | 33 | C | 8 | 41 | 41 |
| Octal | 340 | 175 | 155 | 0 | 54 | 63 | 14 | 10 | 101 | 101 |
| Binary | 11100000 | 1111101 | 1101101 | 0 | 101100 | 110011 | 1100 | 1000 | 1000001 | 1000001 |
Color Harmonies of #E07D6D
Complementary color
Monochromatic Colors of #E07D6D
Black with #E07D6D
Text Example
Text Example
White with #E07D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07D6D; }
p { color: rgb(224,125,109); }
H1.HeaderClassName
{
color: #E07D6D;
}
.AnyTagClassName
{
color: #E07D6D;
}
</style>
background-color css
<style>
a { background-color: #E07D6D; }
a { background-color: rgb(224,125,109); }
div.DivClassName
{
background-color: #E07D6D;
}
.BgClassName
{
background-color: #E07D6D;
}
</style>
border-color css
<style>
span { border-color: #E07D6D; }
span { border-color: rgb(224,125,109); }
td.TdClassName
{
border-color: #E07D6D;
}
.TagClassName
{
border-color: #E07D6D;
}
</style>