Shades of New York Pink #E08573
Tints of New York Pink #E08573
RGB
CMYK
RGB Variations
Color information
#E08573 (or 0xE08573) is known color: New York Pink. HEX triplet: E0, 85 and 73. RGB value is (224,133,115). Sum of RGB (Red+Green+Blue) = 224+133+115=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E08573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08573 is #1F7A8C. Grayscale: #9E9E9E. Windows color (decimal): -2062989 or 7570912. OLE color: 7570912.
HSL color Cylindrical-coordinate representation of color #E08573: hue angle of 9.91º 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 #E08573 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 133 | 115 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.12 |
| HSL | 9.91º | 0.64% | 0.66% | - |
| HSV(B) | 9.91º | 0.49% | 0.88% | - |
| XYZ | 42.22 | 33.86 | 20.53 | - |
| YUV | 158.16 | 103.65 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 115 | 0 | 0.41 | 0.49 | 0.12 | 9.91 | 0.64 | 0.66 |
| Hex | E0 | 85 | 73 | 0 | 29 | 31 | C | A | 40 | 42 |
| Octal | 340 | 205 | 163 | 0 | 51 | 61 | 14 | 12 | 100 | 102 |
| Binary | 11100000 | 10000101 | 1110011 | 0 | 101001 | 110001 | 1100 | 1010 | 1000000 | 1000010 |
Color Harmonies of #E08573
Complementary color
Monochromatic Colors of #E08573
Black with #E08573
Text Example
Text Example
White with #E08573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08573; }
p { color: rgb(224,133,115); }
H1.HeaderClassName
{
color: #E08573;
}
.AnyTagClassName
{
color: #E08573;
}
</style>
background-color css
<style>
a { background-color: #E08573; }
a { background-color: rgb(224,133,115); }
div.DivClassName
{
background-color: #E08573;
}
.BgClassName
{
background-color: #E08573;
}
</style>
border-color css
<style>
span { border-color: #E08573; }
span { border-color: rgb(224,133,115); }
td.TdClassName
{
border-color: #E08573;
}
.TagClassName
{
border-color: #E08573;
}
</style>