Shades of New York Pink #E68973
Tints of New York Pink #E68973
RGB
CMYK
RGB Variations
Color information
#E68973 (or 0xE68973) is known color: New York Pink. HEX triplet: E6, 89 and 73. RGB value is (230,137,115). Sum of RGB (Red+Green+Blue) = 230+137+115=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E68973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68973 is #19768C. Grayscale: #A2A2A2. Windows color (decimal): -1668749 or 7571942. OLE color: 7571942.
HSL color Cylindrical-coordinate representation of color #E68973: hue angle of 11.48º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E68973 is Cyan = 0, Magento = 0.40, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 115 | - |
| CMYK | 0 | 0.40 | 0.5 | 0.10 |
| HSL | 11.48º | 0.7% | 0.68% | - |
| HSV(B) | 11.48º | 0.5% | 0.9% | - |
| XYZ | 44.67 | 35.95 | 20.8 | - |
| YUV | 162.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 115 | 0 | 0.40 | 0.5 | 0.10 | 11.48 | 0.7 | 0.68 |
| Hex | E6 | 89 | 73 | 0 | 28 | 32 | A | B | 46 | 44 |
| Octal | 346 | 211 | 163 | 0 | 50 | 62 | 12 | 13 | 106 | 104 |
| Binary | 11100110 | 10001001 | 1110011 | 0 | 101000 | 110010 | 1010 | 1011 | 1000110 | 1000100 |
Color Harmonies of #E68973
Complementary color
Monochromatic Colors of #E68973
Black with #E68973
Text Example
Text Example
White with #E68973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68973; }
p { color: rgb(230,137,115); }
H1.HeaderClassName
{
color: #E68973;
}
.AnyTagClassName
{
color: #E68973;
}
</style>
background-color css
<style>
a { background-color: #E68973; }
a { background-color: rgb(230,137,115); }
div.DivClassName
{
background-color: #E68973;
}
.BgClassName
{
background-color: #E68973;
}
</style>
border-color css
<style>
span { border-color: #E68973; }
span { border-color: rgb(230,137,115); }
td.TdClassName
{
border-color: #E68973;
}
.TagClassName
{
border-color: #E68973;
}
</style>