Shades of New York Pink #E68B70
Tints of New York Pink #E68B70
RGB
CMYK
RGB Variations
Color information
#E68B70 (or 0xE68B70) is known color: New York Pink. HEX triplet: E6, 8B and 70. RGB value is (230,139,112). Sum of RGB (Red+Green+Blue) = 230+139+112=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68B70 is #19748F. Grayscale: #A3A3A3. Windows color (decimal): -1668240 or 7375846. OLE color: 7375846.
HSL color Cylindrical-coordinate representation of color #E68B70: hue angle of 13.73º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E68B70 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 112 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.10 |
| HSL | 13.73º | 0.7% | 0.67% | - |
| HSV(B) | 13.73º | 0.51% | 0.9% | - |
| XYZ | 44.79 | 36.46 | 20.01 | - |
| YUV | 163.13 | 99.15 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 112 | 0 | 0.40 | 0.51 | 0.10 | 13.73 | 0.7 | 0.67 |
| Hex | E6 | 8B | 70 | 0 | 28 | 33 | A | E | 46 | 43 |
| Octal | 346 | 213 | 160 | 0 | 50 | 63 | 12 | 16 | 106 | 103 |
| Binary | 11100110 | 10001011 | 1110000 | 0 | 101000 | 110011 | 1010 | 1110 | 1000110 | 1000011 |
Color Harmonies of #E68B70
Complementary color
Monochromatic Colors of #E68B70
Black with #E68B70
Text Example
Text Example
White with #E68B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68B70; }
p { color: rgb(230,139,112); }
H1.HeaderClassName
{
color: #E68B70;
}
.AnyTagClassName
{
color: #E68B70;
}
</style>
background-color css
<style>
a { background-color: #E68B70; }
a { background-color: rgb(230,139,112); }
div.DivClassName
{
background-color: #E68B70;
}
.BgClassName
{
background-color: #E68B70;
}
</style>
border-color css
<style>
span { border-color: #E68B70; }
span { border-color: rgb(230,139,112); }
td.TdClassName
{
border-color: #E68B70;
}
.TagClassName
{
border-color: #E68B70;
}
</style>