Shades of New York Pink #E5857A
Tints of New York Pink #E5857A
RGB
CMYK
RGB Variations
Color information
#E5857A (or 0xE5857A) is known color: New York Pink. HEX triplet: E5, 85 and 7A. RGB value is (229,133,122). Sum of RGB (Red+Green+Blue) = 229+133+122=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E5857A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5857A is #1A7A85. Grayscale: #A0A0A0. Windows color (decimal): -1735302 or 8029669. OLE color: 8029669.
HSL color Cylindrical-coordinate representation of color #E5857A: hue angle of 6.17º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5857A is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 133 | 122 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.10 |
| HSL | 6.17º | 0.67% | 0.69% | - |
| HSV(B) | 6.17º | 0.47% | 0.9% | - |
| XYZ | 44.21 | 34.84 | 22.81 | - |
| YUV | 160.45 | 106.3 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 122 | 0 | 0.42 | 0.47 | 0.10 | 6.17 | 0.67 | 0.69 |
| Hex | E5 | 85 | 7A | 0 | 2A | 2F | A | 6 | 43 | 45 |
| Octal | 345 | 205 | 172 | 0 | 52 | 57 | 12 | 6 | 103 | 105 |
| Binary | 11100101 | 10000101 | 1111010 | 0 | 101010 | 101111 | 1010 | 110 | 1000011 | 1000101 |
Color Harmonies of #E5857A
Complementary color
Monochromatic Colors of #E5857A
Black with #E5857A
Text Example
Text Example
White with #E5857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5857A; }
p { color: rgb(229,133,122); }
H1.HeaderClassName
{
color: #E5857A;
}
.AnyTagClassName
{
color: #E5857A;
}
</style>
background-color css
<style>
a { background-color: #E5857A; }
a { background-color: rgb(229,133,122); }
div.DivClassName
{
background-color: #E5857A;
}
.BgClassName
{
background-color: #E5857A;
}
</style>
border-color css
<style>
span { border-color: #E5857A; }
span { border-color: rgb(229,133,122); }
td.TdClassName
{
border-color: #E5857A;
}
.TagClassName
{
border-color: #E5857A;
}
</style>