Shades of New York Pink #E1846D
Tints of New York Pink #E1846D
RGB
CMYK
RGB Variations
Color information
#E1846D (or 0xE1846D) is known color: New York Pink. HEX triplet: E1, 84 and 6D. RGB value is (225,132,109). Sum of RGB (Red+Green+Blue) = 225+132+109=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1846D is #1E7B92. Grayscale: #9D9D9D. Windows color (decimal): -1997715 or 7177441. OLE color: 7177441.
HSL color Cylindrical-coordinate representation of color #E1846D: hue angle of 11.9º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1846D is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 109 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.12 |
| HSL | 11.9º | 0.66% | 0.65% | - |
| HSV(B) | 11.9º | 0.52% | 0.88% | - |
| XYZ | 42.06 | 33.61 | 18.74 | - |
| YUV | 157.19 | 100.81 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 109 | 0 | 0.41 | 0.52 | 0.12 | 11.9 | 0.66 | 0.65 |
| Hex | E1 | 84 | 6D | 0 | 29 | 34 | C | C | 42 | 41 |
| Octal | 341 | 204 | 155 | 0 | 51 | 64 | 14 | 14 | 102 | 101 |
| Binary | 11100001 | 10000100 | 1101101 | 0 | 101001 | 110100 | 1100 | 1100 | 1000010 | 1000001 |
Color Harmonies of #E1846D
Complementary color
Monochromatic Colors of #E1846D
Black with #E1846D
Text Example
Text Example
White with #E1846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1846D; }
p { color: rgb(225,132,109); }
H1.HeaderClassName
{
color: #E1846D;
}
.AnyTagClassName
{
color: #E1846D;
}
</style>
background-color css
<style>
a { background-color: #E1846D; }
a { background-color: rgb(225,132,109); }
div.DivClassName
{
background-color: #E1846D;
}
.BgClassName
{
background-color: #E1846D;
}
</style>
border-color css
<style>
span { border-color: #E1846D; }
span { border-color: rgb(225,132,109); }
td.TdClassName
{
border-color: #E1846D;
}
.TagClassName
{
border-color: #E1846D;
}
</style>