Shades of New York Pink #E1897A
Tints of New York Pink #E1897A
RGB
CMYK
RGB Variations
Color information
#E1897A (or 0xE1897A) is known color: New York Pink. HEX triplet: E1, 89 and 7A. RGB value is (225,137,122). Sum of RGB (Red+Green+Blue) = 225+137+122=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E1897A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1897A is #1E7685. Grayscale: #A1A1A1. Windows color (decimal): -1996422 or 8030689. OLE color: 8030689.
HSL color Cylindrical-coordinate representation of color #E1897A: hue angle of 8.74º 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 #E1897A is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 137 | 122 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.12 |
| HSL | 8.74º | 0.63% | 0.68% | - |
| HSV(B) | 8.74º | 0.46% | 0.88% | - |
| XYZ | 43.51 | 35.3 | 22.93 | - |
| YUV | 161.6 | 105.65 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 137 | 122 | 0 | 0.39 | 0.46 | 0.12 | 8.74 | 0.63 | 0.68 |
| Hex | E1 | 89 | 7A | 0 | 27 | 2E | C | 9 | 3F | 44 |
| Octal | 341 | 211 | 172 | 0 | 47 | 56 | 14 | 11 | 77 | 104 |
| Binary | 11100001 | 10001001 | 1111010 | 0 | 100111 | 101110 | 1100 | 1001 | 111111 | 1000100 |
Color Harmonies of #E1897A
Complementary color
Monochromatic Colors of #E1897A
Black with #E1897A
Text Example
Text Example
White with #E1897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1897A; }
p { color: rgb(225,137,122); }
H1.HeaderClassName
{
color: #E1897A;
}
.AnyTagClassName
{
color: #E1897A;
}
</style>
background-color css
<style>
a { background-color: #E1897A; }
a { background-color: rgb(225,137,122); }
div.DivClassName
{
background-color: #E1897A;
}
.BgClassName
{
background-color: #E1897A;
}
</style>
border-color css
<style>
span { border-color: #E1897A; }
span { border-color: rgb(225,137,122); }
td.TdClassName
{
border-color: #E1897A;
}
.TagClassName
{
border-color: #E1897A;
}
</style>