Shades of New York Pink #E4867C
Tints of New York Pink #E4867C
RGB
CMYK
RGB Variations
Color information
#E4867C (or 0xE4867C) is known color: New York Pink. HEX triplet: E4, 86 and 7C. RGB value is (228,134,124). Sum of RGB (Red+Green+Blue) = 228+134+124=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 228 - color contains mainly: red. Hex color #E4867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4867C is #1B7983. Grayscale: #A1A1A1. Windows color (decimal): -1800580 or 8160996. OLE color: 8160996.
HSL color Cylindrical-coordinate representation of color #E4867C: hue angle of 5.77º 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 #E4867C is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 134 | 124 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.11 |
| HSL | 5.77º | 0.66% | 0.69% | - |
| HSV(B) | 5.77º | 0.46% | 0.89% | - |
| XYZ | 44.16 | 35 | 23.5 | - |
| YUV | 160.97 | 107.14 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 134 | 124 | 0 | 0.41 | 0.46 | 0.11 | 5.77 | 0.66 | 0.69 |
| Hex | E4 | 86 | 7C | 0 | 29 | 2E | B | 6 | 42 | 45 |
| Octal | 344 | 206 | 174 | 0 | 51 | 56 | 13 | 6 | 102 | 105 |
| Binary | 11100100 | 10000110 | 1111100 | 0 | 101001 | 101110 | 1011 | 110 | 1000010 | 1000101 |
Color Harmonies of #E4867C
Complementary color
Monochromatic Colors of #E4867C
Black with #E4867C
Text Example
Text Example
White with #E4867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4867C; }
p { color: rgb(228,134,124); }
H1.HeaderClassName
{
color: #E4867C;
}
.AnyTagClassName
{
color: #E4867C;
}
</style>
background-color css
<style>
a { background-color: #E4867C; }
a { background-color: rgb(228,134,124); }
div.DivClassName
{
background-color: #E4867C;
}
.BgClassName
{
background-color: #E4867C;
}
</style>
border-color css
<style>
span { border-color: #E4867C; }
span { border-color: rgb(228,134,124); }
td.TdClassName
{
border-color: #E4867C;
}
.TagClassName
{
border-color: #E4867C;
}
</style>