Shades of New York Pink #E58268
Tints of New York Pink #E58268
RGB
CMYK
RGB Variations
Color information
#E58268 (or 0xE58268) is known color: New York Pink. HEX triplet: E5, 82 and 68. RGB value is (229,130,104). Sum of RGB (Red+Green+Blue) = 229+130+104=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E58268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58268 is #1A7D97. Grayscale: #9C9C9C. Windows color (decimal): -1736088 or 6849253. OLE color: 6849253.
HSL color Cylindrical-coordinate representation of color #E58268: hue angle of 12.48º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E58268 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 130 | 104 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.10 |
| HSL | 12.48º | 0.71% | 0.65% | - |
| HSV(B) | 12.48º | 0.55% | 0.9% | - |
| XYZ | 42.79 | 33.62 | 17.33 | - |
| YUV | 156.64 | 98.3 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 104 | 0 | 0.43 | 0.55 | 0.10 | 12.48 | 0.71 | 0.65 |
| Hex | E5 | 82 | 68 | 0 | 2B | 37 | A | C | 47 | 41 |
| Octal | 345 | 202 | 150 | 0 | 53 | 67 | 12 | 14 | 107 | 101 |
| Binary | 11100101 | 10000010 | 1101000 | 0 | 101011 | 110111 | 1010 | 1100 | 1000111 | 1000001 |
Color Harmonies of #E58268
Complementary color
Monochromatic Colors of #E58268
Black with #E58268
Text Example
Text Example
White with #E58268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58268; }
p { color: rgb(229,130,104); }
H1.HeaderClassName
{
color: #E58268;
}
.AnyTagClassName
{
color: #E58268;
}
</style>
background-color css
<style>
a { background-color: #E58268; }
a { background-color: rgb(229,130,104); }
div.DivClassName
{
background-color: #E58268;
}
.BgClassName
{
background-color: #E58268;
}
</style>
border-color css
<style>
span { border-color: #E58268; }
span { border-color: rgb(229,130,104); }
td.TdClassName
{
border-color: #E58268;
}
.TagClassName
{
border-color: #E58268;
}
</style>