Shades of New York Pink #E1897B
Tints of New York Pink #E1897B
RGB
CMYK
RGB Variations
Color information
#E1897B (or 0xE1897B) is known color: New York Pink. HEX triplet: E1, 89 and 7B. RGB value is (225,137,123). Sum of RGB (Red+Green+Blue) = 225+137+123=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E1897B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1897B is #1E7684. Grayscale: #A1A1A1. Windows color (decimal): -1996421 or 8096225. OLE color: 8096225.
HSL color Cylindrical-coordinate representation of color #E1897B: hue angle of 8.24º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1897B is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 137 | 123 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.12 |
| HSL | 8.24º | 0.63% | 0.68% | - |
| HSV(B) | 8.24º | 0.45% | 0.88% | - |
| XYZ | 43.57 | 35.33 | 23.26 | - |
| YUV | 161.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 137 | 123 | 0 | 0.39 | 0.45 | 0.12 | 8.24 | 0.63 | 0.68 |
| Hex | E1 | 89 | 7B | 0 | 27 | 2D | C | 8 | 3F | 44 |
| Octal | 341 | 211 | 173 | 0 | 47 | 55 | 14 | 10 | 77 | 104 |
| Binary | 11100001 | 10001001 | 1111011 | 0 | 100111 | 101101 | 1100 | 1000 | 111111 | 1000100 |
Color Harmonies of #E1897B
Complementary color
Monochromatic Colors of #E1897B
Black with #E1897B
Text Example
Text Example
White with #E1897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1897B; }
p { color: rgb(225,137,123); }
H1.HeaderClassName
{
color: #E1897B;
}
.AnyTagClassName
{
color: #E1897B;
}
</style>
background-color css
<style>
a { background-color: #E1897B; }
a { background-color: rgb(225,137,123); }
div.DivClassName
{
background-color: #E1897B;
}
.BgClassName
{
background-color: #E1897B;
}
</style>
border-color css
<style>
span { border-color: #E1897B; }
span { border-color: rgb(225,137,123); }
td.TdClassName
{
border-color: #E1897B;
}
.TagClassName
{
border-color: #E1897B;
}
</style>