Shades of New York Pink #E48774
Tints of New York Pink #E48774
RGB
CMYK
RGB Variations
Color information
#E48774 (or 0xE48774) is known color: New York Pink. HEX triplet: E4, 87 and 74. RGB value is (228,135,116). Sum of RGB (Red+Green+Blue) = 228+135+116=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 228 - color contains mainly: red. Hex color #E48774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48774 is #1B788B. Grayscale: #A0A0A0. Windows color (decimal): -1800332 or 7636964. OLE color: 7636964.
HSL color Cylindrical-coordinate representation of color #E48774: hue angle of 10.18º 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 #E48774 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 135 | 116 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.11 |
| HSL | 10.18º | 0.67% | 0.67% | - |
| HSV(B) | 10.18º | 0.49% | 0.89% | - |
| XYZ | 43.81 | 35.08 | 20.99 | - |
| YUV | 160.64 | 102.81 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 135 | 116 | 0 | 0.41 | 0.49 | 0.11 | 10.18 | 0.67 | 0.67 |
| Hex | E4 | 87 | 74 | 0 | 29 | 31 | B | A | 43 | 43 |
| Octal | 344 | 207 | 164 | 0 | 51 | 61 | 13 | 12 | 103 | 103 |
| Binary | 11100100 | 10000111 | 1110100 | 0 | 101001 | 110001 | 1011 | 1010 | 1000011 | 1000011 |
Color Harmonies of #E48774
Complementary color
Monochromatic Colors of #E48774
Black with #E48774
Text Example
Text Example
White with #E48774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48774; }
p { color: rgb(228,135,116); }
H1.HeaderClassName
{
color: #E48774;
}
.AnyTagClassName
{
color: #E48774;
}
</style>
background-color css
<style>
a { background-color: #E48774; }
a { background-color: rgb(228,135,116); }
div.DivClassName
{
background-color: #E48774;
}
.BgClassName
{
background-color: #E48774;
}
</style>
border-color css
<style>
span { border-color: #E48774; }
span { border-color: rgb(228,135,116); }
td.TdClassName
{
border-color: #E48774;
}
.TagClassName
{
border-color: #E48774;
}
</style>