Shades of New York Pink #E48B7B
Tints of New York Pink #E48B7B
RGB
CMYK
RGB Variations
Color information
#E48B7B (or 0xE48B7B) is known color: New York Pink. HEX triplet: E4, 8B and 7B. RGB value is (228,139,123). Sum of RGB (Red+Green+Blue) = 228+139+123=490 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.53% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48B7B is #1B7484. Grayscale: #A3A3A3. Windows color (decimal): -1799301 or 8096740. OLE color: 8096740.
HSL color Cylindrical-coordinate representation of color #E48B7B: hue angle of 9.14º 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 #E48B7B is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 123 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.11 |
| HSL | 9.14º | 0.66% | 0.69% | - |
| HSV(B) | 9.14º | 0.46% | 0.89% | - |
| XYZ | 44.8 | 36.39 | 23.4 | - |
| YUV | 163.79 | 104.99 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 123 | 0 | 0.39 | 0.46 | 0.11 | 9.14 | 0.66 | 0.69 |
| Hex | E4 | 8B | 7B | 0 | 27 | 2E | B | 9 | 42 | 45 |
| Octal | 344 | 213 | 173 | 0 | 47 | 56 | 13 | 11 | 102 | 105 |
| Binary | 11100100 | 10001011 | 1111011 | 0 | 100111 | 101110 | 1011 | 1001 | 1000010 | 1000101 |
Color Harmonies of #E48B7B
Complementary color
Monochromatic Colors of #E48B7B
Black with #E48B7B
Text Example
Text Example
White with #E48B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48B7B; }
p { color: rgb(228,139,123); }
H1.HeaderClassName
{
color: #E48B7B;
}
.AnyTagClassName
{
color: #E48B7B;
}
</style>
background-color css
<style>
a { background-color: #E48B7B; }
a { background-color: rgb(228,139,123); }
div.DivClassName
{
background-color: #E48B7B;
}
.BgClassName
{
background-color: #E48B7B;
}
</style>
border-color css
<style>
span { border-color: #E48B7B; }
span { border-color: rgb(228,139,123); }
td.TdClassName
{
border-color: #E48B7B;
}
.TagClassName
{
border-color: #E48B7B;
}
</style>