Shades of New York Pink #E4806D
Tints of New York Pink #E4806D
RGB
CMYK
RGB Variations
Color information
#E4806D (or 0xE4806D) is known color: New York Pink. HEX triplet: E4, 80 and 6D. RGB value is (228,128,109). Sum of RGB (Red+Green+Blue) = 228+128+109=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E4806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4806D is #1B7F92. Grayscale: #9B9B9B. Windows color (decimal): -1802131 or 7176420. OLE color: 7176420.
HSL color Cylindrical-coordinate representation of color #E4806D: hue angle of 9.58º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E4806D is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 128 | 109 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.11 |
| HSL | 9.58º | 0.69% | 0.66% | - |
| HSV(B) | 9.58º | 0.52% | 0.89% | - |
| XYZ | 42.47 | 33.04 | 18.61 | - |
| YUV | 155.73 | 101.63 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 128 | 109 | 0 | 0.44 | 0.52 | 0.11 | 9.58 | 0.69 | 0.66 |
| Hex | E4 | 80 | 6D | 0 | 2C | 34 | B | A | 45 | 42 |
| Octal | 344 | 200 | 155 | 0 | 54 | 64 | 13 | 12 | 105 | 102 |
| Binary | 11100100 | 10000000 | 1101101 | 0 | 101100 | 110100 | 1011 | 1010 | 1000101 | 1000010 |
Color Harmonies of #E4806D
Complementary color
Monochromatic Colors of #E4806D
Black with #E4806D
Text Example
Text Example
White with #E4806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4806D; }
p { color: rgb(228,128,109); }
H1.HeaderClassName
{
color: #E4806D;
}
.AnyTagClassName
{
color: #E4806D;
}
</style>
background-color css
<style>
a { background-color: #E4806D; }
a { background-color: rgb(228,128,109); }
div.DivClassName
{
background-color: #E4806D;
}
.BgClassName
{
background-color: #E4806D;
}
</style>
border-color css
<style>
span { border-color: #E4806D; }
span { border-color: rgb(228,128,109); }
td.TdClassName
{
border-color: #E4806D;
}
.TagClassName
{
border-color: #E4806D;
}
</style>