Shades of New York Pink #E08073
Tints of New York Pink #E08073
RGB
CMYK
RGB Variations
Color information
#E08073 (or 0xE08073) is known color: New York Pink. HEX triplet: E0, 80 and 73. RGB value is (224,128,115). Sum of RGB (Red+Green+Blue) = 224+128+115=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E08073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08073 is #1F7F8C. Grayscale: #9B9B9B. Windows color (decimal): -2064269 or 7569632. OLE color: 7569632.
HSL color Cylindrical-coordinate representation of color #E08073: hue angle of 7.16º 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 #E08073 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 115 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.12 |
| HSL | 7.16º | 0.64% | 0.66% | - |
| HSV(B) | 7.16º | 0.49% | 0.88% | - |
| XYZ | 41.55 | 32.52 | 20.31 | - |
| YUV | 155.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 115 | 0 | 0.43 | 0.49 | 0.12 | 7.16 | 0.64 | 0.66 |
| Hex | E0 | 80 | 73 | 0 | 2B | 31 | C | 7 | 40 | 42 |
| Octal | 340 | 200 | 163 | 0 | 53 | 61 | 14 | 7 | 100 | 102 |
| Binary | 11100000 | 10000000 | 1110011 | 0 | 101011 | 110001 | 1100 | 111 | 1000000 | 1000010 |
Color Harmonies of #E08073
Complementary color
Monochromatic Colors of #E08073
Black with #E08073
Text Example
Text Example
White with #E08073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08073; }
p { color: rgb(224,128,115); }
H1.HeaderClassName
{
color: #E08073;
}
.AnyTagClassName
{
color: #E08073;
}
</style>
background-color css
<style>
a { background-color: #E08073; }
a { background-color: rgb(224,128,115); }
div.DivClassName
{
background-color: #E08073;
}
.BgClassName
{
background-color: #E08073;
}
</style>
border-color css
<style>
span { border-color: #E08073; }
span { border-color: rgb(224,128,115); }
td.TdClassName
{
border-color: #E08073;
}
.TagClassName
{
border-color: #E08073;
}
</style>