Shades of New York Pink #E48B7A
Tints of New York Pink #E48B7A
RGB
CMYK
RGB Variations
Color information
#E48B7A (or 0xE48B7A) is known color: New York Pink. HEX triplet: E4, 8B and 7A. RGB value is (228,139,122). Sum of RGB (Red+Green+Blue) = 228+139+122=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48B7A is #1B7485. Grayscale: #A3A3A3. Windows color (decimal): -1799302 or 8031204. OLE color: 8031204.
HSL color Cylindrical-coordinate representation of color #E48B7A: hue angle of 9.62º 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 #E48B7A is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 122 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.11 |
| HSL | 9.62º | 0.66% | 0.69% | - |
| HSV(B) | 9.62º | 0.46% | 0.89% | - |
| XYZ | 44.74 | 36.36 | 23.07 | - |
| YUV | 163.67 | 104.49 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 122 | 0 | 0.39 | 0.46 | 0.11 | 9.62 | 0.66 | 0.69 |
| Hex | E4 | 8B | 7A | 0 | 27 | 2E | B | A | 42 | 45 |
| Octal | 344 | 213 | 172 | 0 | 47 | 56 | 13 | 12 | 102 | 105 |
| Binary | 11100100 | 10001011 | 1111010 | 0 | 100111 | 101110 | 1011 | 1010 | 1000010 | 1000101 |
Color Harmonies of #E48B7A
Complementary color
Monochromatic Colors of #E48B7A
Black with #E48B7A
Text Example
Text Example
White with #E48B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48B7A; }
p { color: rgb(228,139,122); }
H1.HeaderClassName
{
color: #E48B7A;
}
.AnyTagClassName
{
color: #E48B7A;
}
</style>
background-color css
<style>
a { background-color: #E48B7A; }
a { background-color: rgb(228,139,122); }
div.DivClassName
{
background-color: #E48B7A;
}
.BgClassName
{
background-color: #E48B7A;
}
</style>
border-color css
<style>
span { border-color: #E48B7A; }
span { border-color: rgb(228,139,122); }
td.TdClassName
{
border-color: #E48B7A;
}
.TagClassName
{
border-color: #E48B7A;
}
</style>