Shades of New York Pink #E88A78
Tints of New York Pink #E88A78
RGB
CMYK
RGB Variations
Color information
#E88A78 (or 0xE88A78) is known color: New York Pink. HEX triplet: E8, 8A and 78. RGB value is (232,138,120). Sum of RGB (Red+Green+Blue) = 232+138+120=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E88A78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88A78 is #177587. Grayscale: #A4A4A4. Windows color (decimal): -1537416 or 7899880. OLE color: 7899880.
HSL color Cylindrical-coordinate representation of color #E88A78: hue angle of 9.64º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E88A78 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 138 | 120 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.09 |
| HSL | 9.64º | 0.71% | 0.69% | - |
| HSV(B) | 9.64º | 0.48% | 0.91% | - |
| XYZ | 45.76 | 36.69 | 22.44 | - |
| YUV | 164.05 | 103.14 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 120 | 0 | 0.41 | 0.48 | 0.09 | 9.64 | 0.71 | 0.69 |
| Hex | E8 | 8A | 78 | 0 | 29 | 30 | 9 | A | 47 | 45 |
| Octal | 350 | 212 | 170 | 0 | 51 | 60 | 11 | 12 | 107 | 105 |
| Binary | 11101000 | 10001010 | 1111000 | 0 | 101001 | 110000 | 1001 | 1010 | 1000111 | 1000101 |
Color Harmonies of #E88A78
Complementary color
Monochromatic Colors of #E88A78
Black with #E88A78
Text Example
Text Example
White with #E88A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88A78; }
p { color: rgb(232,138,120); }
H1.HeaderClassName
{
color: #E88A78;
}
.AnyTagClassName
{
color: #E88A78;
}
</style>
background-color css
<style>
a { background-color: #E88A78; }
a { background-color: rgb(232,138,120); }
div.DivClassName
{
background-color: #E88A78;
}
.BgClassName
{
background-color: #E88A78;
}
</style>
border-color css
<style>
span { border-color: #E88A78; }
span { border-color: rgb(232,138,120); }
td.TdClassName
{
border-color: #E88A78;
}
.TagClassName
{
border-color: #E88A78;
}
</style>