Shades of New York Pink #E88574
Tints of New York Pink #E88574
RGB
CMYK
RGB Variations
Color information
#E88574 (or 0xE88574) is known color: New York Pink. HEX triplet: E8, 85 and 74. RGB value is (232,133,116). Sum of RGB (Red+Green+Blue) = 232+133+116=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 232 - color contains mainly: red. Hex color #E88574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88574 is #177A8B. Grayscale: #A0A0A0. Windows color (decimal): -1538700 or 7636456. OLE color: 7636456.
HSL color Cylindrical-coordinate representation of color #E88574: hue angle of 8.79º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E88574 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 133 | 116 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.09 |
| HSL | 8.79º | 0.72% | 0.68% | - |
| HSV(B) | 8.79º | 0.5% | 0.91% | - |
| XYZ | 44.82 | 35.19 | 20.95 | - |
| YUV | 160.66 | 102.8 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 133 | 116 | 0 | 0.43 | 0.50 | 0.09 | 8.79 | 0.72 | 0.68 |
| Hex | E8 | 85 | 74 | 0 | 2B | 32 | 9 | 9 | 48 | 44 |
| Octal | 350 | 205 | 164 | 0 | 53 | 62 | 11 | 11 | 110 | 104 |
| Binary | 11101000 | 10000101 | 1110100 | 0 | 101011 | 110010 | 1001 | 1001 | 1001000 | 1000100 |
Color Harmonies of #E88574
Complementary color
Monochromatic Colors of #E88574
Black with #E88574
Text Example
Text Example
White with #E88574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88574; }
p { color: rgb(232,133,116); }
H1.HeaderClassName
{
color: #E88574;
}
.AnyTagClassName
{
color: #E88574;
}
</style>
background-color css
<style>
a { background-color: #E88574; }
a { background-color: rgb(232,133,116); }
div.DivClassName
{
background-color: #E88574;
}
.BgClassName
{
background-color: #E88574;
}
</style>
border-color css
<style>
span { border-color: #E88574; }
span { border-color: rgb(232,133,116); }
td.TdClassName
{
border-color: #E88574;
}
.TagClassName
{
border-color: #E88574;
}
</style>