Shades of New York Pink #E18470
Tints of New York Pink #E18470
RGB
CMYK
RGB Variations
Color information
#E18470 (or 0xE18470) is known color: New York Pink. HEX triplet: E1, 84 and 70. RGB value is (225,132,112). Sum of RGB (Red+Green+Blue) = 225+132+112=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E18470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18470 is #1E7B8F. Grayscale: #9D9D9D. Windows color (decimal): -1997712 or 7374049. OLE color: 7374049.
HSL color Cylindrical-coordinate representation of color #E18470: hue angle of 10.62º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E18470 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 112 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.12 |
| HSL | 10.62º | 0.65% | 0.66% | - |
| HSV(B) | 10.62º | 0.5% | 0.88% | - |
| XYZ | 42.23 | 33.68 | 19.6 | - |
| YUV | 157.53 | 102.31 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 112 | 0 | 0.41 | 0.50 | 0.12 | 10.62 | 0.65 | 0.66 |
| Hex | E1 | 84 | 70 | 0 | 29 | 32 | C | B | 41 | 42 |
| Octal | 341 | 204 | 160 | 0 | 51 | 62 | 14 | 13 | 101 | 102 |
| Binary | 11100001 | 10000100 | 1110000 | 0 | 101001 | 110010 | 1100 | 1011 | 1000001 | 1000010 |
Color Harmonies of #E18470
Complementary color
Monochromatic Colors of #E18470
Black with #E18470
Text Example
Text Example
White with #E18470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18470; }
p { color: rgb(225,132,112); }
H1.HeaderClassName
{
color: #E18470;
}
.AnyTagClassName
{
color: #E18470;
}
</style>
background-color css
<style>
a { background-color: #E18470; }
a { background-color: rgb(225,132,112); }
div.DivClassName
{
background-color: #E18470;
}
.BgClassName
{
background-color: #E18470;
}
</style>
border-color css
<style>
span { border-color: #E18470; }
span { border-color: rgb(225,132,112); }
td.TdClassName
{
border-color: #E18470;
}
.TagClassName
{
border-color: #E18470;
}
</style>