Shades of New York Pink #E18174
Tints of New York Pink #E18174
RGB
CMYK
RGB Variations
Color information
#E18174 (or 0xE18174) is known color: New York Pink. HEX triplet: E1, 81 and 74. RGB value is (225,129,116). Sum of RGB (Red+Green+Blue) = 225+129+116=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E18174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18174 is #1E7E8B. Grayscale: #9C9C9C. Windows color (decimal): -1998476 or 7635425. OLE color: 7635425.
HSL color Cylindrical-coordinate representation of color #E18174: hue angle of 7.16º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E18174 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 116 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.12 |
| HSL | 7.16º | 0.64% | 0.67% | - |
| HSV(B) | 7.16º | 0.48% | 0.88% | - |
| XYZ | 42.05 | 32.97 | 20.67 | - |
| YUV | 156.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 116 | 0 | 0.43 | 0.48 | 0.12 | 7.16 | 0.64 | 0.67 |
| Hex | E1 | 81 | 74 | 0 | 2B | 30 | C | 7 | 40 | 43 |
| Octal | 341 | 201 | 164 | 0 | 53 | 60 | 14 | 7 | 100 | 103 |
| Binary | 11100001 | 10000001 | 1110100 | 0 | 101011 | 110000 | 1100 | 111 | 1000000 | 1000011 |
Color Harmonies of #E18174
Complementary color
Monochromatic Colors of #E18174
Black with #E18174
Text Example
Text Example
White with #E18174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18174; }
p { color: rgb(225,129,116); }
H1.HeaderClassName
{
color: #E18174;
}
.AnyTagClassName
{
color: #E18174;
}
</style>
background-color css
<style>
a { background-color: #E18174; }
a { background-color: rgb(225,129,116); }
div.DivClassName
{
background-color: #E18174;
}
.BgClassName
{
background-color: #E18174;
}
</style>
border-color css
<style>
span { border-color: #E18174; }
span { border-color: rgb(225,129,116); }
td.TdClassName
{
border-color: #E18174;
}
.TagClassName
{
border-color: #E18174;
}
</style>