Shades of New York Pink #E08779
Tints of New York Pink #E08779
RGB
CMYK
RGB Variations
Color information
#E08779 (or 0xE08779) is known color: New York Pink. HEX triplet: E0, 87 and 79. RGB value is (224,135,121). Sum of RGB (Red+Green+Blue) = 224+135+121=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 121 (47.66% from 255 or 25.21% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E08779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08779 is #1F7886. Grayscale: #A0A0A0. Windows color (decimal): -2062471 or 7964640. OLE color: 7964640.
HSL color Cylindrical-coordinate representation of color #E08779: hue angle of 8.16º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E08779 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 121 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.12 |
| HSL | 8.16º | 0.62% | 0.68% | - |
| HSV(B) | 8.16º | 0.46% | 0.88% | - |
| XYZ | 42.86 | 34.56 | 22.5 | - |
| YUV | 160.02 | 105.99 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 121 | 0 | 0.40 | 0.46 | 0.12 | 8.16 | 0.62 | 0.68 |
| Hex | E0 | 87 | 79 | 0 | 28 | 2E | C | 8 | 3E | 44 |
| Octal | 340 | 207 | 171 | 0 | 50 | 56 | 14 | 10 | 76 | 104 |
| Binary | 11100000 | 10000111 | 1111001 | 0 | 101000 | 101110 | 1100 | 1000 | 111110 | 1000100 |
Color Harmonies of #E08779
Complementary color
Monochromatic Colors of #E08779
Black with #E08779
Text Example
Text Example
White with #E08779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08779; }
p { color: rgb(224,135,121); }
H1.HeaderClassName
{
color: #E08779;
}
.AnyTagClassName
{
color: #E08779;
}
</style>
background-color css
<style>
a { background-color: #E08779; }
a { background-color: rgb(224,135,121); }
div.DivClassName
{
background-color: #E08779;
}
.BgClassName
{
background-color: #E08779;
}
</style>
border-color css
<style>
span { border-color: #E08779; }
span { border-color: rgb(224,135,121); }
td.TdClassName
{
border-color: #E08779;
}
.TagClassName
{
border-color: #E08779;
}
</style>