Shades of New York Pink #E28B7A
Tints of New York Pink #E28B7A
RGB
CMYK
RGB Variations
Color information
#E28B7A (or 0xE28B7A) is known color: New York Pink. HEX triplet: E2, 8B and 7A. RGB value is (226,139,122). Sum of RGB (Red+Green+Blue) = 226+139+122=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E28B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28B7A is #1D7485. Grayscale: #A3A3A3. Windows color (decimal): -1930374 or 8031202. OLE color: 8031202.
HSL color Cylindrical-coordinate representation of color #E28B7A: hue angle of 9.81º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E28B7A is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 139 | 122 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.11 |
| HSL | 9.81º | 0.64% | 0.68% | - |
| HSV(B) | 9.81º | 0.46% | 0.89% | - |
| XYZ | 44.11 | 36.04 | 23.04 | - |
| YUV | 163.08 | 104.82 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 139 | 122 | 0 | 0.38 | 0.46 | 0.11 | 9.81 | 0.64 | 0.68 |
| Hex | E2 | 8B | 7A | 0 | 26 | 2E | B | A | 40 | 44 |
| Octal | 342 | 213 | 172 | 0 | 46 | 56 | 13 | 12 | 100 | 104 |
| Binary | 11100010 | 10001011 | 1111010 | 0 | 100110 | 101110 | 1011 | 1010 | 1000000 | 1000100 |
Color Harmonies of #E28B7A
Complementary color
Monochromatic Colors of #E28B7A
Black with #E28B7A
Text Example
Text Example
White with #E28B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28B7A; }
p { color: rgb(226,139,122); }
H1.HeaderClassName
{
color: #E28B7A;
}
.AnyTagClassName
{
color: #E28B7A;
}
</style>
background-color css
<style>
a { background-color: #E28B7A; }
a { background-color: rgb(226,139,122); }
div.DivClassName
{
background-color: #E28B7A;
}
.BgClassName
{
background-color: #E28B7A;
}
</style>
border-color css
<style>
span { border-color: #E28B7A; }
span { border-color: rgb(226,139,122); }
td.TdClassName
{
border-color: #E28B7A;
}
.TagClassName
{
border-color: #E28B7A;
}
</style>