Shades of New York Pink #E1847A
Tints of New York Pink #E1847A
RGB
CMYK
RGB Variations
Color information
#E1847A (or 0xE1847A) is known color: New York Pink. HEX triplet: E1, 84 and 7A. RGB value is (225,132,122). Sum of RGB (Red+Green+Blue) = 225+132+122=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E1847A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1847A is #1E7B85. Grayscale: #9E9E9E. Windows color (decimal): -1997702 or 8029409. OLE color: 8029409.
HSL color Cylindrical-coordinate representation of color #E1847A: hue angle of 5.83º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1847A is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 122 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.12 |
| HSL | 5.83º | 0.63% | 0.68% | - |
| HSV(B) | 5.83º | 0.46% | 0.88% | - |
| XYZ | 42.82 | 33.92 | 22.7 | - |
| YUV | 158.67 | 107.31 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 122 | 0 | 0.41 | 0.46 | 0.12 | 5.83 | 0.63 | 0.68 |
| Hex | E1 | 84 | 7A | 0 | 29 | 2E | C | 6 | 3F | 44 |
| Octal | 341 | 204 | 172 | 0 | 51 | 56 | 14 | 6 | 77 | 104 |
| Binary | 11100001 | 10000100 | 1111010 | 0 | 101001 | 101110 | 1100 | 110 | 111111 | 1000100 |
Color Harmonies of #E1847A
Complementary color
Monochromatic Colors of #E1847A
Black with #E1847A
Text Example
Text Example
White with #E1847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1847A; }
p { color: rgb(225,132,122); }
H1.HeaderClassName
{
color: #E1847A;
}
.AnyTagClassName
{
color: #E1847A;
}
</style>
background-color css
<style>
a { background-color: #E1847A; }
a { background-color: rgb(225,132,122); }
div.DivClassName
{
background-color: #E1847A;
}
.BgClassName
{
background-color: #E1847A;
}
</style>
border-color css
<style>
span { border-color: #E1847A; }
span { border-color: rgb(225,132,122); }
td.TdClassName
{
border-color: #E1847A;
}
.TagClassName
{
border-color: #E1847A;
}
</style>