Shades of New York Pink #E28169
Tints of New York Pink #E28169
RGB
CMYK
RGB Variations
Color information
#E28169 (or 0xE28169) is known color: New York Pink. HEX triplet: E2, 81 and 69. RGB value is (226,129,105). Sum of RGB (Red+Green+Blue) = 226+129+105=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E28169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28169 is #1D7E96. Grayscale: #9B9B9B. Windows color (decimal): -1932951 or 6914530. OLE color: 6914530.
HSL color Cylindrical-coordinate representation of color #E28169: hue angle of 11.9º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E28169 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 105 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.11 |
| HSL | 11.9º | 0.68% | 0.65% | - |
| HSV(B) | 11.9º | 0.54% | 0.89% | - |
| XYZ | 41.76 | 32.89 | 17.51 | - |
| YUV | 155.27 | 99.64 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 105 | 0 | 0.43 | 0.54 | 0.11 | 11.9 | 0.68 | 0.65 |
| Hex | E2 | 81 | 69 | 0 | 2B | 36 | B | C | 44 | 41 |
| Octal | 342 | 201 | 151 | 0 | 53 | 66 | 13 | 14 | 104 | 101 |
| Binary | 11100010 | 10000001 | 1101001 | 0 | 101011 | 110110 | 1011 | 1100 | 1000100 | 1000001 |
Color Harmonies of #E28169
Complementary color
Monochromatic Colors of #E28169
Black with #E28169
Text Example
Text Example
White with #E28169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28169; }
p { color: rgb(226,129,105); }
H1.HeaderClassName
{
color: #E28169;
}
.AnyTagClassName
{
color: #E28169;
}
</style>
background-color css
<style>
a { background-color: #E28169; }
a { background-color: rgb(226,129,105); }
div.DivClassName
{
background-color: #E28169;
}
.BgClassName
{
background-color: #E28169;
}
</style>
border-color css
<style>
span { border-color: #E28169; }
span { border-color: rgb(226,129,105); }
td.TdClassName
{
border-color: #E28169;
}
.TagClassName
{
border-color: #E28169;
}
</style>