Shades of New York Pink #E58B6F
Tints of New York Pink #E58B6F
RGB
CMYK
RGB Variations
Color information
#E58B6F (or 0xE58B6F) is known color: New York Pink. HEX triplet: E5, 8B and 6F. RGB value is (229,139,111). Sum of RGB (Red+Green+Blue) = 229+139+111=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58B6F is #1A7490. Grayscale: #A2A2A2. Windows color (decimal): -1733777 or 7310309. OLE color: 7310309.
HSL color Cylindrical-coordinate representation of color #E58B6F: hue angle of 14.24º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E58B6F is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 111 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.10 |
| HSL | 14.24º | 0.69% | 0.67% | - |
| HSV(B) | 14.24º | 0.52% | 0.9% | - |
| XYZ | 44.41 | 36.27 | 19.7 | - |
| YUV | 162.72 | 98.82 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 111 | 0 | 0.39 | 0.52 | 0.10 | 14.24 | 0.69 | 0.67 |
| Hex | E5 | 8B | 6F | 0 | 27 | 34 | A | E | 45 | 43 |
| Octal | 345 | 213 | 157 | 0 | 47 | 64 | 12 | 16 | 105 | 103 |
| Binary | 11100101 | 10001011 | 1101111 | 0 | 100111 | 110100 | 1010 | 1110 | 1000101 | 1000011 |
Color Harmonies of #E58B6F
Complementary color
Monochromatic Colors of #E58B6F
Black with #E58B6F
Text Example
Text Example
White with #E58B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58B6F; }
p { color: rgb(229,139,111); }
H1.HeaderClassName
{
color: #E58B6F;
}
.AnyTagClassName
{
color: #E58B6F;
}
</style>
background-color css
<style>
a { background-color: #E58B6F; }
a { background-color: rgb(229,139,111); }
div.DivClassName
{
background-color: #E58B6F;
}
.BgClassName
{
background-color: #E58B6F;
}
</style>
border-color css
<style>
span { border-color: #E58B6F; }
span { border-color: rgb(229,139,111); }
td.TdClassName
{
border-color: #E58B6F;
}
.TagClassName
{
border-color: #E58B6F;
}
</style>