Shades of New York Pink #E27E66
Tints of New York Pink #E27E66
RGB
CMYK
RGB Variations
Color information
#E27E66 (or 0xE27E66) is known color: New York Pink. HEX triplet: E2, 7E and 66. RGB value is (226,126,102). Sum of RGB (Red+Green+Blue) = 226+126+102=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E27E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27E66 is #1D8199. Grayscale: #999999. Windows color (decimal): -1933722 or 6717154. OLE color: 6717154.
HSL color Cylindrical-coordinate representation of color #E27E66: hue angle of 11.61º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E27E66 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 126 | 102 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.11 |
| HSL | 11.61º | 0.68% | 0.64% | - |
| HSV(B) | 11.61º | 0.55% | 0.89% | - |
| XYZ | 41.22 | 32.05 | 16.58 | - |
| YUV | 153.16 | 99.13 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 126 | 102 | 0 | 0.44 | 0.55 | 0.11 | 11.61 | 0.68 | 0.64 |
| Hex | E2 | 7E | 66 | 0 | 2C | 37 | B | C | 44 | 40 |
| Octal | 342 | 176 | 146 | 0 | 54 | 67 | 13 | 14 | 104 | 100 |
| Binary | 11100010 | 1111110 | 1100110 | 0 | 101100 | 110111 | 1011 | 1100 | 1000100 | 1000000 |
Color Harmonies of #E27E66
Complementary color
Monochromatic Colors of #E27E66
Black with #E27E66
Text Example
Text Example
White with #E27E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27E66; }
p { color: rgb(226,126,102); }
H1.HeaderClassName
{
color: #E27E66;
}
.AnyTagClassName
{
color: #E27E66;
}
</style>
background-color css
<style>
a { background-color: #E27E66; }
a { background-color: rgb(226,126,102); }
div.DivClassName
{
background-color: #E27E66;
}
.BgClassName
{
background-color: #E27E66;
}
</style>
border-color css
<style>
span { border-color: #E27E66; }
span { border-color: rgb(226,126,102); }
td.TdClassName
{
border-color: #E27E66;
}
.TagClassName
{
border-color: #E27E66;
}
</style>