Shades of New York Pink #E07E68
Tints of New York Pink #E07E68
RGB
CMYK
RGB Variations
Color information
#E07E68 (or 0xE07E68) is known color: New York Pink. HEX triplet: E0, 7E and 68. RGB value is (224,126,104). Sum of RGB (Red+Green+Blue) = 224+126+104=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07E68 is #1F8197. Grayscale: #989898. Windows color (decimal): -2064792 or 6848224. OLE color: 6848224.
HSL color Cylindrical-coordinate representation of color #E07E68: hue angle of 11º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E07E68 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 126 | 104 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.12 |
| HSL | 11º | 0.66% | 0.64% | - |
| HSV(B) | 11º | 0.54% | 0.88% | - |
| XYZ | 40.7 | 31.77 | 17.08 | - |
| YUV | 152.79 | 100.47 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 104 | 0 | 0.44 | 0.54 | 0.12 | 11 | 0.66 | 0.64 |
| Hex | E0 | 7E | 68 | 0 | 2C | 36 | C | B | 42 | 40 |
| Octal | 340 | 176 | 150 | 0 | 54 | 66 | 14 | 13 | 102 | 100 |
| Binary | 11100000 | 1111110 | 1101000 | 0 | 101100 | 110110 | 1100 | 1011 | 1000010 | 1000000 |
Color Harmonies of #E07E68
Complementary color
Monochromatic Colors of #E07E68
Black with #E07E68
Text Example
Text Example
White with #E07E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07E68; }
p { color: rgb(224,126,104); }
H1.HeaderClassName
{
color: #E07E68;
}
.AnyTagClassName
{
color: #E07E68;
}
</style>
background-color css
<style>
a { background-color: #E07E68; }
a { background-color: rgb(224,126,104); }
div.DivClassName
{
background-color: #E07E68;
}
.BgClassName
{
background-color: #E07E68;
}
</style>
border-color css
<style>
span { border-color: #E07E68; }
span { border-color: rgb(224,126,104); }
td.TdClassName
{
border-color: #E07E68;
}
.TagClassName
{
border-color: #E07E68;
}
</style>