Shades of New York Pink #E37D6D
Tints of New York Pink #E37D6D
RGB
CMYK
RGB Variations
Color information
#E37D6D (or 0xE37D6D) is known color: New York Pink. HEX triplet: E3, 7D and 6D. RGB value is (227,125,109). Sum of RGB (Red+Green+Blue) = 227+125+109=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E37D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37D6D is #1C8292. Grayscale: #999999. Windows color (decimal): -1868435 or 7175651. OLE color: 7175651.
HSL color Cylindrical-coordinate representation of color #E37D6D: hue angle of 8.14º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E37D6D is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 125 | 109 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.11 |
| HSL | 8.14º | 0.68% | 0.66% | - |
| HSV(B) | 8.14º | 0.52% | 0.89% | - |
| XYZ | 41.77 | 32.1 | 18.46 | - |
| YUV | 153.67 | 102.79 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 109 | 0 | 0.45 | 0.52 | 0.11 | 8.14 | 0.68 | 0.66 |
| Hex | E3 | 7D | 6D | 0 | 2D | 34 | B | 8 | 44 | 42 |
| Octal | 343 | 175 | 155 | 0 | 55 | 64 | 13 | 10 | 104 | 102 |
| Binary | 11100011 | 1111101 | 1101101 | 0 | 101101 | 110100 | 1011 | 1000 | 1000100 | 1000010 |
Color Harmonies of #E37D6D
Complementary color
Monochromatic Colors of #E37D6D
Black with #E37D6D
Text Example
Text Example
White with #E37D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37D6D; }
p { color: rgb(227,125,109); }
H1.HeaderClassName
{
color: #E37D6D;
}
.AnyTagClassName
{
color: #E37D6D;
}
</style>
background-color css
<style>
a { background-color: #E37D6D; }
a { background-color: rgb(227,125,109); }
div.DivClassName
{
background-color: #E37D6D;
}
.BgClassName
{
background-color: #E37D6D;
}
</style>
border-color css
<style>
span { border-color: #E37D6D; }
span { border-color: rgb(227,125,109); }
td.TdClassName
{
border-color: #E37D6D;
}
.TagClassName
{
border-color: #E37D6D;
}
</style>