Shades of New York Pink #E68A70
Tints of New York Pink #E68A70
RGB
CMYK
RGB Variations
Color information
#E68A70 (or 0xE68A70) is known color: New York Pink. HEX triplet: E6, 8A and 70. RGB value is (230,138,112). Sum of RGB (Red+Green+Blue) = 230+138+112=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A70 is #19758F. Grayscale: #A2A2A2. Windows color (decimal): -1668496 or 7375590. OLE color: 7375590.
HSL color Cylindrical-coordinate representation of color #E68A70: hue angle of 13.22º 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 #E68A70 is Cyan = 0, Magento = 0.4, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 112 | - |
| CMYK | 0 | 0.4 | 0.51 | 0.10 |
| HSL | 13.22º | 0.7% | 0.67% | - |
| HSV(B) | 13.22º | 0.51% | 0.9% | - |
| XYZ | 44.65 | 36.17 | 19.96 | - |
| YUV | 162.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 112 | 0 | 0.4 | 0.51 | 0.10 | 13.22 | 0.7 | 0.67 |
| Hex | E6 | 8A | 70 | 0 | 28 | 33 | A | D | 46 | 43 |
| Octal | 346 | 212 | 160 | 0 | 50 | 63 | 12 | 15 | 106 | 103 |
| Binary | 11100110 | 10001010 | 1110000 | 0 | 101000 | 110011 | 1010 | 1101 | 1000110 | 1000011 |
Color Harmonies of #E68A70
Complementary color
Monochromatic Colors of #E68A70
Black with #E68A70
Text Example
Text Example
White with #E68A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A70; }
p { color: rgb(230,138,112); }
H1.HeaderClassName
{
color: #E68A70;
}
.AnyTagClassName
{
color: #E68A70;
}
</style>
background-color css
<style>
a { background-color: #E68A70; }
a { background-color: rgb(230,138,112); }
div.DivClassName
{
background-color: #E68A70;
}
.BgClassName
{
background-color: #E68A70;
}
</style>
border-color css
<style>
span { border-color: #E68A70; }
span { border-color: rgb(230,138,112); }
td.TdClassName
{
border-color: #E68A70;
}
.TagClassName
{
border-color: #E68A70;
}
</style>