Shades of New York Pink #E58A7D
Tints of New York Pink #E58A7D
RGB
CMYK
RGB Variations
Color information
#E58A7D (or 0xE58A7D) is known color: New York Pink. HEX triplet: E5, 8A and 7D. RGB value is (229,138,125). Sum of RGB (Red+Green+Blue) = 229+138+125=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58A7D is #1A7582. Grayscale: #A3A3A3. Windows color (decimal): -1734019 or 8227557. OLE color: 8227557.
HSL color Cylindrical-coordinate representation of color #E58A7D: hue angle of 7.5º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E58A7D is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 125 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.10 |
| HSL | 7.5º | 0.67% | 0.69% | - |
| HSV(B) | 7.5º | 0.45% | 0.9% | - |
| XYZ | 45.1 | 36.32 | 24.03 | - |
| YUV | 163.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 125 | 0 | 0.40 | 0.45 | 0.10 | 7.5 | 0.67 | 0.69 |
| Hex | E5 | 8A | 7D | 0 | 28 | 2D | A | 8 | 43 | 45 |
| Octal | 345 | 212 | 175 | 0 | 50 | 55 | 12 | 10 | 103 | 105 |
| Binary | 11100101 | 10001010 | 1111101 | 0 | 101000 | 101101 | 1010 | 1000 | 1000011 | 1000101 |
Color Harmonies of #E58A7D
Complementary color
Monochromatic Colors of #E58A7D
Black with #E58A7D
Text Example
Text Example
White with #E58A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58A7D; }
p { color: rgb(229,138,125); }
H1.HeaderClassName
{
color: #E58A7D;
}
.AnyTagClassName
{
color: #E58A7D;
}
</style>
background-color css
<style>
a { background-color: #E58A7D; }
a { background-color: rgb(229,138,125); }
div.DivClassName
{
background-color: #E58A7D;
}
.BgClassName
{
background-color: #E58A7D;
}
</style>
border-color css
<style>
span { border-color: #E58A7D; }
span { border-color: rgb(229,138,125); }
td.TdClassName
{
border-color: #E58A7D;
}
.TagClassName
{
border-color: #E58A7D;
}
</style>