Shades of New York Pink #E07F68
Tints of New York Pink #E07F68
RGB
CMYK
RGB Variations
Color information
#E07F68 (or 0xE07F68) is known color: New York Pink. HEX triplet: E0, 7F and 68. RGB value is (224,127,104). Sum of RGB (Red+Green+Blue) = 224+127+104=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F68 is #1F8097. Grayscale: #999999. Windows color (decimal): -2064536 or 6848480. OLE color: 6848480.
HSL color Cylindrical-coordinate representation of color #E07F68: hue angle of 11.5º 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 #E07F68 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 104 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.12 |
| HSL | 11.5º | 0.66% | 0.64% | - |
| HSV(B) | 11.5º | 0.54% | 0.88% | - |
| XYZ | 40.83 | 32.03 | 17.13 | - |
| YUV | 153.38 | 100.14 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 104 | 0 | 0.43 | 0.54 | 0.12 | 11.5 | 0.66 | 0.64 |
| Hex | E0 | 7F | 68 | 0 | 2B | 36 | C | C | 42 | 40 |
| Octal | 340 | 177 | 150 | 0 | 53 | 66 | 14 | 14 | 102 | 100 |
| Binary | 11100000 | 1111111 | 1101000 | 0 | 101011 | 110110 | 1100 | 1100 | 1000010 | 1000000 |
Color Harmonies of #E07F68
Complementary color
Monochromatic Colors of #E07F68
Black with #E07F68
Text Example
Text Example
White with #E07F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F68; }
p { color: rgb(224,127,104); }
H1.HeaderClassName
{
color: #E07F68;
}
.AnyTagClassName
{
color: #E07F68;
}
</style>
background-color css
<style>
a { background-color: #E07F68; }
a { background-color: rgb(224,127,104); }
div.DivClassName
{
background-color: #E07F68;
}
.BgClassName
{
background-color: #E07F68;
}
</style>
border-color css
<style>
span { border-color: #E07F68; }
span { border-color: rgb(224,127,104); }
td.TdClassName
{
border-color: #E07F68;
}
.TagClassName
{
border-color: #E07F68;
}
</style>