Shades of New York Pink #E58A7E
Tints of New York Pink #E58A7E
RGB
CMYK
RGB Variations
Color information
#E58A7E (or 0xE58A7E) is known color: New York Pink. HEX triplet: E5, 8A and 7E. RGB value is (229,138,126). Sum of RGB (Red+Green+Blue) = 229+138+126=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58A7E is #1A7581. Grayscale: #A3A3A3. Windows color (decimal): -1734018 or 8293093. OLE color: 8293093.
HSL color Cylindrical-coordinate representation of color #E58A7E: hue angle of 6.99º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E58A7E is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 126 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.10 |
| HSL | 6.99º | 0.66% | 0.7% | - |
| HSV(B) | 6.99º | 0.45% | 0.9% | - |
| XYZ | 45.17 | 36.34 | 24.37 | - |
| YUV | 163.84 | 106.65 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 126 | 0 | 0.40 | 0.45 | 0.10 | 6.99 | 0.66 | 0.7 |
| Hex | E5 | 8A | 7E | 0 | 28 | 2D | A | 7 | 42 | 46 |
| Octal | 345 | 212 | 176 | 0 | 50 | 55 | 12 | 7 | 102 | 106 |
| Binary | 11100101 | 10001010 | 1111110 | 0 | 101000 | 101101 | 1010 | 111 | 1000010 | 1000110 |
Color Harmonies of #E58A7E
Complementary color
Monochromatic Colors of #E58A7E
Black with #E58A7E
Text Example
Text Example
White with #E58A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58A7E; }
p { color: rgb(229,138,126); }
H1.HeaderClassName
{
color: #E58A7E;
}
.AnyTagClassName
{
color: #E58A7E;
}
</style>
background-color css
<style>
a { background-color: #E58A7E; }
a { background-color: rgb(229,138,126); }
div.DivClassName
{
background-color: #E58A7E;
}
.BgClassName
{
background-color: #E58A7E;
}
</style>
border-color css
<style>
span { border-color: #E58A7E; }
span { border-color: rgb(229,138,126); }
td.TdClassName
{
border-color: #E58A7E;
}
.TagClassName
{
border-color: #E58A7E;
}
</style>