Shades of New York Pink #E18A70
Tints of New York Pink #E18A70
RGB
CMYK
RGB Variations
Color information
#E18A70 (or 0xE18A70) is known color: New York Pink. HEX triplet: E1, 8A and 70. RGB value is (225,138,112). Sum of RGB (Red+Green+Blue) = 225+138+112=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A70 is #1E758F. Grayscale: #A1A1A1. Windows color (decimal): -1996176 or 7375585. OLE color: 7375585.
HSL color Cylindrical-coordinate representation of color #E18A70: hue angle of 13.81º 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 #E18A70 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 112 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.12 |
| HSL | 13.81º | 0.65% | 0.66% | - |
| HSV(B) | 13.81º | 0.5% | 0.88% | - |
| XYZ | 43.06 | 35.35 | 19.88 | - |
| YUV | 161.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 112 | 0 | 0.39 | 0.50 | 0.12 | 13.81 | 0.65 | 0.66 |
| Hex | E1 | 8A | 70 | 0 | 27 | 32 | C | E | 41 | 42 |
| Octal | 341 | 212 | 160 | 0 | 47 | 62 | 14 | 16 | 101 | 102 |
| Binary | 11100001 | 10001010 | 1110000 | 0 | 100111 | 110010 | 1100 | 1110 | 1000001 | 1000010 |
Color Harmonies of #E18A70
Complementary color
Monochromatic Colors of #E18A70
Black with #E18A70
Text Example
Text Example
White with #E18A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A70; }
p { color: rgb(225,138,112); }
H1.HeaderClassName
{
color: #E18A70;
}
.AnyTagClassName
{
color: #E18A70;
}
</style>
background-color css
<style>
a { background-color: #E18A70; }
a { background-color: rgb(225,138,112); }
div.DivClassName
{
background-color: #E18A70;
}
.BgClassName
{
background-color: #E18A70;
}
</style>
border-color css
<style>
span { border-color: #E18A70; }
span { border-color: rgb(225,138,112); }
td.TdClassName
{
border-color: #E18A70;
}
.TagClassName
{
border-color: #E18A70;
}
</style>