Shades of New York Pink #EA8777
Tints of New York Pink #EA8777
RGB
CMYK
RGB Variations
Color information
#EA8777 (or 0xEA8777) is known color: New York Pink. HEX triplet: EA, 87 and 77. RGB value is (234,135,119). Sum of RGB (Red+Green+Blue) = 234+135+119=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8777 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8777 is #157888. Grayscale: #A2A2A2. Windows color (decimal): -1407113 or 7833578. OLE color: 7833578.
HSL color Cylindrical-coordinate representation of color #EA8777: hue angle of 8.35º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA8777 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 135 | 119 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.08 |
| HSL | 8.35º | 0.73% | 0.69% | - |
| HSV(B) | 8.35º | 0.49% | 0.92% | - |
| XYZ | 45.93 | 36.15 | 22.01 | - |
| YUV | 162.78 | 103.3 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 135 | 119 | 0 | 0.42 | 0.49 | 0.08 | 8.35 | 0.73 | 0.69 |
| Hex | EA | 87 | 77 | 0 | 2A | 31 | 8 | 8 | 49 | 45 |
| Octal | 352 | 207 | 167 | 0 | 52 | 61 | 10 | 10 | 111 | 105 |
| Binary | 11101010 | 10000111 | 1110111 | 0 | 101010 | 110001 | 1000 | 1000 | 1001001 | 1000101 |
Color Harmonies of #EA8777
Complementary color
Monochromatic Colors of #EA8777
Black with #EA8777
Text Example
Text Example
White with #EA8777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8777; }
p { color: rgb(234,135,119); }
H1.HeaderClassName
{
color: #EA8777;
}
.AnyTagClassName
{
color: #EA8777;
}
</style>
background-color css
<style>
a { background-color: #EA8777; }
a { background-color: rgb(234,135,119); }
div.DivClassName
{
background-color: #EA8777;
}
.BgClassName
{
background-color: #EA8777;
}
</style>
border-color css
<style>
span { border-color: #EA8777; }
span { border-color: rgb(234,135,119); }
td.TdClassName
{
border-color: #EA8777;
}
.TagClassName
{
border-color: #EA8777;
}
</style>