Shades of New York Pink #E08973
Tints of New York Pink #E08973
RGB
CMYK
RGB Variations
Color information
#E08973 (or 0xE08973) is known color: New York Pink. HEX triplet: E0, 89 and 73. RGB value is (224,137,115). Sum of RGB (Red+Green+Blue) = 224+137+115=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E08973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08973 is #1F768C. Grayscale: #A0A0A0. Windows color (decimal): -2061965 or 7571936. OLE color: 7571936.
HSL color Cylindrical-coordinate representation of color #E08973: hue angle of 12.11º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E08973 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 137 | 115 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.12 |
| HSL | 12.11º | 0.64% | 0.66% | - |
| HSV(B) | 12.11º | 0.49% | 0.88% | - |
| XYZ | 42.78 | 34.98 | 20.72 | - |
| YUV | 160.51 | 102.32 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 137 | 115 | 0 | 0.39 | 0.49 | 0.12 | 12.11 | 0.64 | 0.66 |
| Hex | E0 | 89 | 73 | 0 | 27 | 31 | C | C | 40 | 42 |
| Octal | 340 | 211 | 163 | 0 | 47 | 61 | 14 | 14 | 100 | 102 |
| Binary | 11100000 | 10001001 | 1110011 | 0 | 100111 | 110001 | 1100 | 1100 | 1000000 | 1000010 |
Color Harmonies of #E08973
Complementary color
Monochromatic Colors of #E08973
Black with #E08973
Text Example
Text Example
White with #E08973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08973; }
p { color: rgb(224,137,115); }
H1.HeaderClassName
{
color: #E08973;
}
.AnyTagClassName
{
color: #E08973;
}
</style>
background-color css
<style>
a { background-color: #E08973; }
a { background-color: rgb(224,137,115); }
div.DivClassName
{
background-color: #E08973;
}
.BgClassName
{
background-color: #E08973;
}
</style>
border-color css
<style>
span { border-color: #E08973; }
span { border-color: rgb(224,137,115); }
td.TdClassName
{
border-color: #E08973;
}
.TagClassName
{
border-color: #E08973;
}
</style>