Shades of New York Pink #E48A7B
Tints of New York Pink #E48A7B
RGB
CMYK
RGB Variations
Color information
#E48A7B (or 0xE48A7B) is known color: New York Pink. HEX triplet: E4, 8A and 7B. RGB value is (228,138,123). Sum of RGB (Red+Green+Blue) = 228+138+123=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48A7B is #1B7584. Grayscale: #A3A3A3. Windows color (decimal): -1799557 or 8096484. OLE color: 8096484.
HSL color Cylindrical-coordinate representation of color #E48A7B: hue angle of 8.57º 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 #E48A7B is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 123 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.11 |
| HSL | 8.57º | 0.66% | 0.69% | - |
| HSV(B) | 8.57º | 0.46% | 0.89% | - |
| XYZ | 44.66 | 36.1 | 23.35 | - |
| YUV | 163.2 | 105.32 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 123 | 0 | 0.39 | 0.46 | 0.11 | 8.57 | 0.66 | 0.69 |
| Hex | E4 | 8A | 7B | 0 | 27 | 2E | B | 9 | 42 | 45 |
| Octal | 344 | 212 | 173 | 0 | 47 | 56 | 13 | 11 | 102 | 105 |
| Binary | 11100100 | 10001010 | 1111011 | 0 | 100111 | 101110 | 1011 | 1001 | 1000010 | 1000101 |
Color Harmonies of #E48A7B
Complementary color
Monochromatic Colors of #E48A7B
Black with #E48A7B
Text Example
Text Example
White with #E48A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48A7B; }
p { color: rgb(228,138,123); }
H1.HeaderClassName
{
color: #E48A7B;
}
.AnyTagClassName
{
color: #E48A7B;
}
</style>
background-color css
<style>
a { background-color: #E48A7B; }
a { background-color: rgb(228,138,123); }
div.DivClassName
{
background-color: #E48A7B;
}
.BgClassName
{
background-color: #E48A7B;
}
</style>
border-color css
<style>
span { border-color: #E48A7B; }
span { border-color: rgb(228,138,123); }
td.TdClassName
{
border-color: #E48A7B;
}
.TagClassName
{
border-color: #E48A7B;
}
</style>