Shades of New York Pink #E37D6B
Tints of New York Pink #E37D6B
RGB
CMYK
RGB Variations
Color information
#E37D6B (or 0xE37D6B) is known color: New York Pink. HEX triplet: E3, 7D and 6B. RGB value is (227,125,107). Sum of RGB (Red+Green+Blue) = 227+125+107=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E37D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37D6B is #1C8294. Grayscale: #999999. Windows color (decimal): -1868437 or 7044579. OLE color: 7044579.
HSL color Cylindrical-coordinate representation of color #E37D6B: hue angle of 9º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E37D6B is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 125 | 107 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.11 |
| HSL | 9º | 0.68% | 0.65% | - |
| HSV(B) | 9º | 0.53% | 0.89% | - |
| XYZ | 41.67 | 32.06 | 17.9 | - |
| YUV | 153.45 | 101.79 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 107 | 0 | 0.45 | 0.53 | 0.11 | 9 | 0.68 | 0.65 |
| Hex | E3 | 7D | 6B | 0 | 2D | 35 | B | 9 | 44 | 41 |
| Octal | 343 | 175 | 153 | 0 | 55 | 65 | 13 | 11 | 104 | 101 |
| Binary | 11100011 | 1111101 | 1101011 | 0 | 101101 | 110101 | 1011 | 1001 | 1000100 | 1000001 |
Color Harmonies of #E37D6B
Complementary color
Monochromatic Colors of #E37D6B
Black with #E37D6B
Text Example
Text Example
White with #E37D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37D6B; }
p { color: rgb(227,125,107); }
H1.HeaderClassName
{
color: #E37D6B;
}
.AnyTagClassName
{
color: #E37D6B;
}
</style>
background-color css
<style>
a { background-color: #E37D6B; }
a { background-color: rgb(227,125,107); }
div.DivClassName
{
background-color: #E37D6B;
}
.BgClassName
{
background-color: #E37D6B;
}
</style>
border-color css
<style>
span { border-color: #E37D6B; }
span { border-color: rgb(227,125,107); }
td.TdClassName
{
border-color: #E37D6B;
}
.TagClassName
{
border-color: #E37D6B;
}
</style>