Shades of New York Pink #E58B7A
Tints of New York Pink #E58B7A
RGB
CMYK
RGB Variations
Color information
#E58B7A (or 0xE58B7A) is known color: New York Pink. HEX triplet: E5, 8B and 7A. RGB value is (229,139,122). Sum of RGB (Red+Green+Blue) = 229+139+122=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58B7A is #1A7485. Grayscale: #A4A4A4. Windows color (decimal): -1733766 or 8031205. OLE color: 8031205.
HSL color Cylindrical-coordinate representation of color #E58B7A: hue angle of 9.53º 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 #E58B7A is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 122 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.10 |
| HSL | 9.53º | 0.67% | 0.69% | - |
| HSV(B) | 9.53º | 0.47% | 0.9% | - |
| XYZ | 45.06 | 36.53 | 23.09 | - |
| YUV | 163.97 | 104.32 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 122 | 0 | 0.39 | 0.47 | 0.10 | 9.53 | 0.67 | 0.69 |
| Hex | E5 | 8B | 7A | 0 | 27 | 2F | A | A | 43 | 45 |
| Octal | 345 | 213 | 172 | 0 | 47 | 57 | 12 | 12 | 103 | 105 |
| Binary | 11100101 | 10001011 | 1111010 | 0 | 100111 | 101111 | 1010 | 1010 | 1000011 | 1000101 |
Color Harmonies of #E58B7A
Complementary color
Monochromatic Colors of #E58B7A
Black with #E58B7A
Text Example
Text Example
White with #E58B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58B7A; }
p { color: rgb(229,139,122); }
H1.HeaderClassName
{
color: #E58B7A;
}
.AnyTagClassName
{
color: #E58B7A;
}
</style>
background-color css
<style>
a { background-color: #E58B7A; }
a { background-color: rgb(229,139,122); }
div.DivClassName
{
background-color: #E58B7A;
}
.BgClassName
{
background-color: #E58B7A;
}
</style>
border-color css
<style>
span { border-color: #E58B7A; }
span { border-color: rgb(229,139,122); }
td.TdClassName
{
border-color: #E58B7A;
}
.TagClassName
{
border-color: #E58B7A;
}
</style>