Shades of New York Pink #E58B7B
Tints of New York Pink #E58B7B
RGB
CMYK
RGB Variations
Color information
#E58B7B (or 0xE58B7B) is known color: New York Pink. HEX triplet: E5, 8B and 7B. RGB value is (229,139,123). Sum of RGB (Red+Green+Blue) = 229+139+123=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58B7B is #1A7484. Grayscale: #A4A4A4. Windows color (decimal): -1733765 or 8096741. OLE color: 8096741.
HSL color Cylindrical-coordinate representation of color #E58B7B: hue angle of 9.06º 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 #E58B7B is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 123 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.10 |
| HSL | 9.06º | 0.67% | 0.69% | - |
| HSV(B) | 9.06º | 0.46% | 0.9% | - |
| XYZ | 45.12 | 36.55 | 23.42 | - |
| YUV | 164.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 123 | 0 | 0.39 | 0.46 | 0.10 | 9.06 | 0.67 | 0.69 |
| Hex | E5 | 8B | 7B | 0 | 27 | 2E | A | 9 | 43 | 45 |
| Octal | 345 | 213 | 173 | 0 | 47 | 56 | 12 | 11 | 103 | 105 |
| Binary | 11100101 | 10001011 | 1111011 | 0 | 100111 | 101110 | 1010 | 1001 | 1000011 | 1000101 |
Color Harmonies of #E58B7B
Complementary color
Monochromatic Colors of #E58B7B
Black with #E58B7B
Text Example
Text Example
White with #E58B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58B7B; }
p { color: rgb(229,139,123); }
H1.HeaderClassName
{
color: #E58B7B;
}
.AnyTagClassName
{
color: #E58B7B;
}
</style>
background-color css
<style>
a { background-color: #E58B7B; }
a { background-color: rgb(229,139,123); }
div.DivClassName
{
background-color: #E58B7B;
}
.BgClassName
{
background-color: #E58B7B;
}
</style>
border-color css
<style>
span { border-color: #E58B7B; }
span { border-color: rgb(229,139,123); }
td.TdClassName
{
border-color: #E58B7B;
}
.TagClassName
{
border-color: #E58B7B;
}
</style>