Shades of New York Pink #E18870
Tints of New York Pink #E18870
RGB
CMYK
RGB Variations
Color information
#E18870 (or 0xE18870) is known color: New York Pink. HEX triplet: E1, 88 and 70. RGB value is (225,136,112). Sum of RGB (Red+Green+Blue) = 225+136+112=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E18870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18870 is #1E778F. Grayscale: #A0A0A0. Windows color (decimal): -1996688 or 7375073. OLE color: 7375073.
HSL color Cylindrical-coordinate representation of color #E18870: hue angle of 12.74º 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 #E18870 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 112 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.12 |
| HSL | 12.74º | 0.65% | 0.66% | - |
| HSV(B) | 12.74º | 0.5% | 0.88% | - |
| XYZ | 42.78 | 34.79 | 19.79 | - |
| YUV | 159.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 112 | 0 | 0.40 | 0.50 | 0.12 | 12.74 | 0.65 | 0.66 |
| Hex | E1 | 88 | 70 | 0 | 28 | 32 | C | D | 41 | 42 |
| Octal | 341 | 210 | 160 | 0 | 50 | 62 | 14 | 15 | 101 | 102 |
| Binary | 11100001 | 10001000 | 1110000 | 0 | 101000 | 110010 | 1100 | 1101 | 1000001 | 1000010 |
Color Harmonies of #E18870
Complementary color
Monochromatic Colors of #E18870
Black with #E18870
Text Example
Text Example
White with #E18870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18870; }
p { color: rgb(225,136,112); }
H1.HeaderClassName
{
color: #E18870;
}
.AnyTagClassName
{
color: #E18870;
}
</style>
background-color css
<style>
a { background-color: #E18870; }
a { background-color: rgb(225,136,112); }
div.DivClassName
{
background-color: #E18870;
}
.BgClassName
{
background-color: #E18870;
}
</style>
border-color css
<style>
span { border-color: #E18870; }
span { border-color: rgb(225,136,112); }
td.TdClassName
{
border-color: #E18870;
}
.TagClassName
{
border-color: #E18870;
}
</style>