Shades of New York Pink #E18478
Tints of New York Pink #E18478
RGB
CMYK
RGB Variations
Color information
#E18478 (or 0xE18478) is known color: New York Pink. HEX triplet: E1, 84 and 78. RGB value is (225,132,120). Sum of RGB (Red+Green+Blue) = 225+132+120=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E18478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18478 is #1E7B87. Grayscale: #9E9E9E. Windows color (decimal): -1997704 or 7898337. OLE color: 7898337.
HSL color Cylindrical-coordinate representation of color #E18478: hue angle of 6.86º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E18478 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 120 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.12 |
| HSL | 6.86º | 0.64% | 0.68% | - |
| HSV(B) | 6.86º | 0.47% | 0.88% | - |
| XYZ | 42.69 | 33.87 | 22.06 | - |
| YUV | 158.44 | 106.31 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 120 | 0 | 0.41 | 0.47 | 0.12 | 6.86 | 0.64 | 0.68 |
| Hex | E1 | 84 | 78 | 0 | 29 | 2F | C | 7 | 40 | 44 |
| Octal | 341 | 204 | 170 | 0 | 51 | 57 | 14 | 7 | 100 | 104 |
| Binary | 11100001 | 10000100 | 1111000 | 0 | 101001 | 101111 | 1100 | 111 | 1000000 | 1000100 |
Color Harmonies of #E18478
Complementary color
Monochromatic Colors of #E18478
Black with #E18478
Text Example
Text Example
White with #E18478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18478; }
p { color: rgb(225,132,120); }
H1.HeaderClassName
{
color: #E18478;
}
.AnyTagClassName
{
color: #E18478;
}
</style>
background-color css
<style>
a { background-color: #E18478; }
a { background-color: rgb(225,132,120); }
div.DivClassName
{
background-color: #E18478;
}
.BgClassName
{
background-color: #E18478;
}
</style>
border-color css
<style>
span { border-color: #E18478; }
span { border-color: rgb(225,132,120); }
td.TdClassName
{
border-color: #E18478;
}
.TagClassName
{
border-color: #E18478;
}
</style>