Shades of New York Pink #E4857B
Tints of New York Pink #E4857B
RGB
CMYK
RGB Variations
Color information
#E4857B (or 0xE4857B) is known color: New York Pink. HEX triplet: E4, 85 and 7B. RGB value is (228,133,123). Sum of RGB (Red+Green+Blue) = 228+133+123=484 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.11% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 228 - color contains mainly: red. Hex color #E4857B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4857B is #1B7A84. Grayscale: #A0A0A0. Windows color (decimal): -1800837 or 8095204. OLE color: 8095204.
HSL color Cylindrical-coordinate representation of color #E4857B: hue angle of 5.71º 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 #E4857B is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 133 | 123 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.11 |
| HSL | 5.71º | 0.66% | 0.69% | - |
| HSV(B) | 5.71º | 0.46% | 0.89% | - |
| XYZ | 43.96 | 34.7 | 23.12 | - |
| YUV | 160.27 | 106.97 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 133 | 123 | 0 | 0.42 | 0.46 | 0.11 | 5.71 | 0.66 | 0.69 |
| Hex | E4 | 85 | 7B | 0 | 2A | 2E | B | 6 | 42 | 45 |
| Octal | 344 | 205 | 173 | 0 | 52 | 56 | 13 | 6 | 102 | 105 |
| Binary | 11100100 | 10000101 | 1111011 | 0 | 101010 | 101110 | 1011 | 110 | 1000010 | 1000101 |
Color Harmonies of #E4857B
Complementary color
Monochromatic Colors of #E4857B
Black with #E4857B
Text Example
Text Example
White with #E4857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4857B; }
p { color: rgb(228,133,123); }
H1.HeaderClassName
{
color: #E4857B;
}
.AnyTagClassName
{
color: #E4857B;
}
</style>
background-color css
<style>
a { background-color: #E4857B; }
a { background-color: rgb(228,133,123); }
div.DivClassName
{
background-color: #E4857B;
}
.BgClassName
{
background-color: #E4857B;
}
</style>
border-color css
<style>
span { border-color: #E4857B; }
span { border-color: rgb(228,133,123); }
td.TdClassName
{
border-color: #E4857B;
}
.TagClassName
{
border-color: #E4857B;
}
</style>