Shades of New York Pink #E4806C
Tints of New York Pink #E4806C
RGB
CMYK
RGB Variations
Color information
#E4806C (or 0xE4806C) is known color: New York Pink. HEX triplet: E4, 80 and 6C. RGB value is (228,128,108). Sum of RGB (Red+Green+Blue) = 228+128+108=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E4806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4806C is #1B7F93. Grayscale: #9B9B9B. Windows color (decimal): -1802132 or 7110884. OLE color: 7110884.
HSL color Cylindrical-coordinate representation of color #E4806C: hue angle of 10º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E4806C is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 128 | 108 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.11 |
| HSL | 10º | 0.69% | 0.66% | - |
| HSV(B) | 10º | 0.53% | 0.89% | - |
| XYZ | 42.42 | 33.02 | 18.32 | - |
| YUV | 155.62 | 101.13 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 128 | 108 | 0 | 0.44 | 0.53 | 0.11 | 10 | 0.69 | 0.66 |
| Hex | E4 | 80 | 6C | 0 | 2C | 35 | B | A | 45 | 42 |
| Octal | 344 | 200 | 154 | 0 | 54 | 65 | 13 | 12 | 105 | 102 |
| Binary | 11100100 | 10000000 | 1101100 | 0 | 101100 | 110101 | 1011 | 1010 | 1000101 | 1000010 |
Color Harmonies of #E4806C
Complementary color
Monochromatic Colors of #E4806C
Black with #E4806C
Text Example
Text Example
White with #E4806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4806C; }
p { color: rgb(228,128,108); }
H1.HeaderClassName
{
color: #E4806C;
}
.AnyTagClassName
{
color: #E4806C;
}
</style>
background-color css
<style>
a { background-color: #E4806C; }
a { background-color: rgb(228,128,108); }
div.DivClassName
{
background-color: #E4806C;
}
.BgClassName
{
background-color: #E4806C;
}
</style>
border-color css
<style>
span { border-color: #E4806C; }
span { border-color: rgb(228,128,108); }
td.TdClassName
{
border-color: #E4806C;
}
.TagClassName
{
border-color: #E4806C;
}
</style>