Shades of New York Pink #E48374
Tints of New York Pink #E48374
RGB
CMYK
RGB Variations
Color information
#E48374 (or 0xE48374) is known color: New York Pink. HEX triplet: E4, 83 and 74. RGB value is (228,131,116). Sum of RGB (Red+Green+Blue) = 228+131+116=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 228 - color contains mainly: red. Hex color #E48374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48374 is #1B7C8B. Grayscale: #9E9E9E. Windows color (decimal): -1801356 or 7635940. OLE color: 7635940.
HSL color Cylindrical-coordinate representation of color #E48374: hue angle of 8.04º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E48374 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 131 | 116 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.11 |
| HSL | 8.04º | 0.67% | 0.67% | - |
| HSV(B) | 8.04º | 0.49% | 0.89% | - |
| XYZ | 43.26 | 33.99 | 20.8 | - |
| YUV | 158.29 | 104.14 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 131 | 116 | 0 | 0.43 | 0.49 | 0.11 | 8.04 | 0.67 | 0.67 |
| Hex | E4 | 83 | 74 | 0 | 2B | 31 | B | 8 | 43 | 43 |
| Octal | 344 | 203 | 164 | 0 | 53 | 61 | 13 | 10 | 103 | 103 |
| Binary | 11100100 | 10000011 | 1110100 | 0 | 101011 | 110001 | 1011 | 1000 | 1000011 | 1000011 |
Color Harmonies of #E48374
Complementary color
Monochromatic Colors of #E48374
Black with #E48374
Text Example
Text Example
White with #E48374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48374; }
p { color: rgb(228,131,116); }
H1.HeaderClassName
{
color: #E48374;
}
.AnyTagClassName
{
color: #E48374;
}
</style>
background-color css
<style>
a { background-color: #E48374; }
a { background-color: rgb(228,131,116); }
div.DivClassName
{
background-color: #E48374;
}
.BgClassName
{
background-color: #E48374;
}
</style>
border-color css
<style>
span { border-color: #E48374; }
span { border-color: rgb(228,131,116); }
td.TdClassName
{
border-color: #E48374;
}
.TagClassName
{
border-color: #E48374;
}
</style>