Shades of New York Pink #E5857B
Tints of New York Pink #E5857B
RGB
CMYK
RGB Variations
Color information
#E5857B (or 0xE5857B) is known color: New York Pink. HEX triplet: E5, 85 and 7B. RGB value is (229,133,123). Sum of RGB (Red+Green+Blue) = 229+133+123=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5857B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5857B is #1A7A84. Grayscale: #A0A0A0. Windows color (decimal): -1735301 or 8095205. OLE color: 8095205.
HSL color Cylindrical-coordinate representation of color #E5857B: hue angle of 5.66º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5857B is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 133 | 123 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.10 |
| HSL | 5.66º | 0.67% | 0.69% | - |
| HSV(B) | 5.66º | 0.46% | 0.9% | - |
| XYZ | 44.28 | 34.86 | 23.13 | - |
| YUV | 160.56 | 106.8 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 123 | 0 | 0.42 | 0.46 | 0.10 | 5.66 | 0.67 | 0.69 |
| Hex | E5 | 85 | 7B | 0 | 2A | 2E | A | 6 | 43 | 45 |
| Octal | 345 | 205 | 173 | 0 | 52 | 56 | 12 | 6 | 103 | 105 |
| Binary | 11100101 | 10000101 | 1111011 | 0 | 101010 | 101110 | 1010 | 110 | 1000011 | 1000101 |
Color Harmonies of #E5857B
Complementary color
Monochromatic Colors of #E5857B
Black with #E5857B
Text Example
Text Example
White with #E5857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5857B; }
p { color: rgb(229,133,123); }
H1.HeaderClassName
{
color: #E5857B;
}
.AnyTagClassName
{
color: #E5857B;
}
</style>
background-color css
<style>
a { background-color: #E5857B; }
a { background-color: rgb(229,133,123); }
div.DivClassName
{
background-color: #E5857B;
}
.BgClassName
{
background-color: #E5857B;
}
</style>
border-color css
<style>
span { border-color: #E5857B; }
span { border-color: rgb(229,133,123); }
td.TdClassName
{
border-color: #E5857B;
}
.TagClassName
{
border-color: #E5857B;
}
</style>