Shades of New York Pink #E68B7C
Tints of New York Pink #E68B7C
RGB
CMYK
RGB Variations
Color information
#E68B7C (or 0xE68B7C) is known color: New York Pink. HEX triplet: E6, 8B and 7C. RGB value is (230,139,124). Sum of RGB (Red+Green+Blue) = 230+139+124=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68B7C is #197483. Grayscale: #A4A4A4. Windows color (decimal): -1668228 or 8162278. OLE color: 8162278.
HSL color Cylindrical-coordinate representation of color #E68B7C: hue angle of 8.49º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E68B7C is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 124 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.10 |
| HSL | 8.49º | 0.68% | 0.69% | - |
| HSV(B) | 8.49º | 0.46% | 0.9% | - |
| XYZ | 45.5 | 36.74 | 23.76 | - |
| YUV | 164.5 | 105.15 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 124 | 0 | 0.40 | 0.46 | 0.10 | 8.49 | 0.68 | 0.69 |
| Hex | E6 | 8B | 7C | 0 | 28 | 2E | A | 8 | 44 | 45 |
| Octal | 346 | 213 | 174 | 0 | 50 | 56 | 12 | 10 | 104 | 105 |
| Binary | 11100110 | 10001011 | 1111100 | 0 | 101000 | 101110 | 1010 | 1000 | 1000100 | 1000101 |
Color Harmonies of #E68B7C
Complementary color
Monochromatic Colors of #E68B7C
Black with #E68B7C
Text Example
Text Example
White with #E68B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68B7C; }
p { color: rgb(230,139,124); }
H1.HeaderClassName
{
color: #E68B7C;
}
.AnyTagClassName
{
color: #E68B7C;
}
</style>
background-color css
<style>
a { background-color: #E68B7C; }
a { background-color: rgb(230,139,124); }
div.DivClassName
{
background-color: #E68B7C;
}
.BgClassName
{
background-color: #E68B7C;
}
</style>
border-color css
<style>
span { border-color: #E68B7C; }
span { border-color: rgb(230,139,124); }
td.TdClassName
{
border-color: #E68B7C;
}
.TagClassName
{
border-color: #E68B7C;
}
</style>