Shades of New York Pink #E58168
Tints of New York Pink #E58168
RGB
CMYK
RGB Variations
Color information
#E58168 (or 0xE58168) is known color: New York Pink. HEX triplet: E5, 81 and 68. RGB value is (229,129,104). Sum of RGB (Red+Green+Blue) = 229+129+104=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E58168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58168 is #1A7E97. Grayscale: #9C9C9C. Windows color (decimal): -1736344 or 6848997. OLE color: 6848997.
HSL color Cylindrical-coordinate representation of color #E58168: hue angle of 12º 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 #E58168 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 129 | 104 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.10 |
| HSL | 12º | 0.71% | 0.65% | - |
| HSV(B) | 12º | 0.55% | 0.9% | - |
| XYZ | 42.66 | 33.36 | 17.29 | - |
| YUV | 156.05 | 98.63 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 129 | 104 | 0 | 0.44 | 0.55 | 0.10 | 12 | 0.71 | 0.65 |
| Hex | E5 | 81 | 68 | 0 | 2C | 37 | A | C | 47 | 41 |
| Octal | 345 | 201 | 150 | 0 | 54 | 67 | 12 | 14 | 107 | 101 |
| Binary | 11100101 | 10000001 | 1101000 | 0 | 101100 | 110111 | 1010 | 1100 | 1000111 | 1000001 |
Color Harmonies of #E58168
Complementary color
Monochromatic Colors of #E58168
Black with #E58168
Text Example
Text Example
White with #E58168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58168; }
p { color: rgb(229,129,104); }
H1.HeaderClassName
{
color: #E58168;
}
.AnyTagClassName
{
color: #E58168;
}
</style>
background-color css
<style>
a { background-color: #E58168; }
a { background-color: rgb(229,129,104); }
div.DivClassName
{
background-color: #E58168;
}
.BgClassName
{
background-color: #E58168;
}
</style>
border-color css
<style>
span { border-color: #E58168; }
span { border-color: rgb(229,129,104); }
td.TdClassName
{
border-color: #E58168;
}
.TagClassName
{
border-color: #E58168;
}
</style>