Shades of New York Pink #E08772
Tints of New York Pink #E08772
RGB
CMYK
RGB Variations
Color information
#E08772 (or 0xE08772) is known color: New York Pink. HEX triplet: E0, 87 and 72. RGB value is (224,135,114). Sum of RGB (Red+Green+Blue) = 224+135+114=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E08772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08772 is #1F788D. Grayscale: #9F9F9F. Windows color (decimal): -2062478 or 7505888. OLE color: 7505888.
HSL color Cylindrical-coordinate representation of color #E08772: hue angle of 11.45º 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 #E08772 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 114 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.12 |
| HSL | 11.45º | 0.64% | 0.66% | - |
| HSV(B) | 11.45º | 0.49% | 0.88% | - |
| XYZ | 42.44 | 34.39 | 20.32 | - |
| YUV | 159.22 | 102.49 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 114 | 0 | 0.40 | 0.49 | 0.12 | 11.45 | 0.64 | 0.66 |
| Hex | E0 | 87 | 72 | 0 | 28 | 31 | C | B | 40 | 42 |
| Octal | 340 | 207 | 162 | 0 | 50 | 61 | 14 | 13 | 100 | 102 |
| Binary | 11100000 | 10000111 | 1110010 | 0 | 101000 | 110001 | 1100 | 1011 | 1000000 | 1000010 |
Color Harmonies of #E08772
Complementary color
Monochromatic Colors of #E08772
Black with #E08772
Text Example
Text Example
White with #E08772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08772; }
p { color: rgb(224,135,114); }
H1.HeaderClassName
{
color: #E08772;
}
.AnyTagClassName
{
color: #E08772;
}
</style>
background-color css
<style>
a { background-color: #E08772; }
a { background-color: rgb(224,135,114); }
div.DivClassName
{
background-color: #E08772;
}
.BgClassName
{
background-color: #E08772;
}
</style>
border-color css
<style>
span { border-color: #E08772; }
span { border-color: rgb(224,135,114); }
td.TdClassName
{
border-color: #E08772;
}
.TagClassName
{
border-color: #E08772;
}
</style>