Shades of New York Pink #E18A72
Tints of New York Pink #E18A72
RGB
CMYK
RGB Variations
Color information
#E18A72 (or 0xE18A72) is known color: New York Pink. HEX triplet: E1, 8A and 72. RGB value is (225,138,114). Sum of RGB (Red+Green+Blue) = 225+138+114=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A72 is #1E758D. Grayscale: #A1A1A1. Windows color (decimal): -1996174 or 7506657. OLE color: 7506657.
HSL color Cylindrical-coordinate representation of color #E18A72: hue angle of 12.97º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E18A72 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 114 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.12 |
| HSL | 12.97º | 0.65% | 0.66% | - |
| HSV(B) | 12.97º | 0.49% | 0.88% | - |
| XYZ | 43.18 | 35.4 | 20.48 | - |
| YUV | 161.28 | 101.32 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 114 | 0 | 0.39 | 0.49 | 0.12 | 12.97 | 0.65 | 0.66 |
| Hex | E1 | 8A | 72 | 0 | 27 | 31 | C | D | 41 | 42 |
| Octal | 341 | 212 | 162 | 0 | 47 | 61 | 14 | 15 | 101 | 102 |
| Binary | 11100001 | 10001010 | 1110010 | 0 | 100111 | 110001 | 1100 | 1101 | 1000001 | 1000010 |
Color Harmonies of #E18A72
Complementary color
Monochromatic Colors of #E18A72
Black with #E18A72
Text Example
Text Example
White with #E18A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A72; }
p { color: rgb(225,138,114); }
H1.HeaderClassName
{
color: #E18A72;
}
.AnyTagClassName
{
color: #E18A72;
}
</style>
background-color css
<style>
a { background-color: #E18A72; }
a { background-color: rgb(225,138,114); }
div.DivClassName
{
background-color: #E18A72;
}
.BgClassName
{
background-color: #E18A72;
}
</style>
border-color css
<style>
span { border-color: #E18A72; }
span { border-color: rgb(225,138,114); }
td.TdClassName
{
border-color: #E18A72;
}
.TagClassName
{
border-color: #E18A72;
}
</style>