Shades of New York Pink #EA897A
Tints of New York Pink #EA897A
RGB
CMYK
RGB Variations
Color information
#EA897A (or 0xEA897A) is known color: New York Pink. HEX triplet: EA, 89 and 7A. RGB value is (234,137,122). Sum of RGB (Red+Green+Blue) = 234+137+122=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA897A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA897A is #157685. Grayscale: #A4A4A4. Windows color (decimal): -1406598 or 8030698. OLE color: 8030698.
HSL color Cylindrical-coordinate representation of color #EA897A: hue angle of 8.04º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA897A is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 122 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.08 |
| HSL | 8.04º | 0.73% | 0.7% | - |
| HSV(B) | 8.04º | 0.48% | 0.92% | - |
| XYZ | 46.39 | 36.79 | 23.07 | - |
| YUV | 164.29 | 104.14 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 122 | 0 | 0.41 | 0.48 | 0.08 | 8.04 | 0.73 | 0.7 |
| Hex | EA | 89 | 7A | 0 | 29 | 30 | 8 | 8 | 49 | 46 |
| Octal | 352 | 211 | 172 | 0 | 51 | 60 | 10 | 10 | 111 | 106 |
| Binary | 11101010 | 10001001 | 1111010 | 0 | 101001 | 110000 | 1000 | 1000 | 1001001 | 1000110 |
Color Harmonies of #EA897A
Complementary color
Monochromatic Colors of #EA897A
Black with #EA897A
Text Example
Text Example
White with #EA897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA897A; }
p { color: rgb(234,137,122); }
H1.HeaderClassName
{
color: #EA897A;
}
.AnyTagClassName
{
color: #EA897A;
}
</style>
background-color css
<style>
a { background-color: #EA897A; }
a { background-color: rgb(234,137,122); }
div.DivClassName
{
background-color: #EA897A;
}
.BgClassName
{
background-color: #EA897A;
}
</style>
border-color css
<style>
span { border-color: #EA897A; }
span { border-color: rgb(234,137,122); }
td.TdClassName
{
border-color: #EA897A;
}
.TagClassName
{
border-color: #EA897A;
}
</style>