Shades of New York Pink #E48575
Tints of New York Pink #E48575
RGB
CMYK
RGB Variations
Color information
#E48575 (or 0xE48575) is known color: New York Pink. HEX triplet: E4, 85 and 75. RGB value is (228,133,117). Sum of RGB (Red+Green+Blue) = 228+133+117=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 228 - color contains mainly: red. Hex color #E48575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48575 is #1B7A8A. Grayscale: #9F9F9F. Windows color (decimal): -1800843 or 7701988. OLE color: 7701988.
HSL color Cylindrical-coordinate representation of color #E48575: hue angle of 8.65º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E48575 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 133 | 117 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.11 |
| HSL | 8.65º | 0.67% | 0.68% | - |
| HSV(B) | 8.65º | 0.49% | 0.89% | - |
| XYZ | 43.59 | 34.55 | 21.2 | - |
| YUV | 159.58 | 103.97 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 133 | 117 | 0 | 0.42 | 0.49 | 0.11 | 8.65 | 0.67 | 0.68 |
| Hex | E4 | 85 | 75 | 0 | 2A | 31 | B | 9 | 43 | 44 |
| Octal | 344 | 205 | 165 | 0 | 52 | 61 | 13 | 11 | 103 | 104 |
| Binary | 11100100 | 10000101 | 1110101 | 0 | 101010 | 110001 | 1011 | 1001 | 1000011 | 1000100 |
Color Harmonies of #E48575
Complementary color
Monochromatic Colors of #E48575
Black with #E48575
Text Example
Text Example
White with #E48575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48575; }
p { color: rgb(228,133,117); }
H1.HeaderClassName
{
color: #E48575;
}
.AnyTagClassName
{
color: #E48575;
}
</style>
background-color css
<style>
a { background-color: #E48575; }
a { background-color: rgb(228,133,117); }
div.DivClassName
{
background-color: #E48575;
}
.BgClassName
{
background-color: #E48575;
}
</style>
border-color css
<style>
span { border-color: #E48575; }
span { border-color: rgb(228,133,117); }
td.TdClassName
{
border-color: #E48575;
}
.TagClassName
{
border-color: #E48575;
}
</style>