Shades of New York Pink #E48B7C
Tints of New York Pink #E48B7C
RGB
CMYK
RGB Variations
Color information
#E48B7C (or 0xE48B7C) is known color: New York Pink. HEX triplet: E4, 8B and 7C. RGB value is (228,139,124). Sum of RGB (Red+Green+Blue) = 228+139+124=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48B7C is #1B7483. Grayscale: #A4A4A4. Windows color (decimal): -1799300 or 8162276. OLE color: 8162276.
HSL color Cylindrical-coordinate representation of color #E48B7C: hue angle of 8.65º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E48B7C is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 124 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.11 |
| HSL | 8.65º | 0.66% | 0.69% | - |
| HSV(B) | 8.65º | 0.46% | 0.89% | - |
| XYZ | 44.87 | 36.41 | 23.73 | - |
| YUV | 163.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 124 | 0 | 0.39 | 0.46 | 0.11 | 8.65 | 0.66 | 0.69 |
| Hex | E4 | 8B | 7C | 0 | 27 | 2E | B | 9 | 42 | 45 |
| Octal | 344 | 213 | 174 | 0 | 47 | 56 | 13 | 11 | 102 | 105 |
| Binary | 11100100 | 10001011 | 1111100 | 0 | 100111 | 101110 | 1011 | 1001 | 1000010 | 1000101 |
Color Harmonies of #E48B7C
Complementary color
Monochromatic Colors of #E48B7C
Black with #E48B7C
Text Example
Text Example
White with #E48B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48B7C; }
p { color: rgb(228,139,124); }
H1.HeaderClassName
{
color: #E48B7C;
}
.AnyTagClassName
{
color: #E48B7C;
}
</style>
background-color css
<style>
a { background-color: #E48B7C; }
a { background-color: rgb(228,139,124); }
div.DivClassName
{
background-color: #E48B7C;
}
.BgClassName
{
background-color: #E48B7C;
}
</style>
border-color css
<style>
span { border-color: #E48B7C; }
span { border-color: rgb(228,139,124); }
td.TdClassName
{
border-color: #E48B7C;
}
.TagClassName
{
border-color: #E48B7C;
}
</style>