Shades of New York Pink #E08A78
Tints of New York Pink #E08A78
RGB
CMYK
RGB Variations
Color information
#E08A78 (or 0xE08A78) is known color: New York Pink. HEX triplet: E0, 8A and 78. RGB value is (224,138,120). Sum of RGB (Red+Green+Blue) = 224+138+120=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08A78 is #1F7587. Grayscale: #A1A1A1. Windows color (decimal): -2061704 or 7899872. OLE color: 7899872.
HSL color Cylindrical-coordinate representation of color #E08A78: hue angle of 10.38º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E08A78 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 120 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.12 |
| HSL | 10.38º | 0.63% | 0.67% | - |
| HSV(B) | 10.38º | 0.46% | 0.88% | - |
| XYZ | 43.22 | 35.38 | 22.32 | - |
| YUV | 161.66 | 104.49 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 120 | 0 | 0.38 | 0.46 | 0.12 | 10.38 | 0.63 | 0.67 |
| Hex | E0 | 8A | 78 | 0 | 26 | 2E | C | A | 3F | 43 |
| Octal | 340 | 212 | 170 | 0 | 46 | 56 | 14 | 12 | 77 | 103 |
| Binary | 11100000 | 10001010 | 1111000 | 0 | 100110 | 101110 | 1100 | 1010 | 111111 | 1000011 |
Color Harmonies of #E08A78
Complementary color
Monochromatic Colors of #E08A78
Black with #E08A78
Text Example
Text Example
White with #E08A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A78; }
p { color: rgb(224,138,120); }
H1.HeaderClassName
{
color: #E08A78;
}
.AnyTagClassName
{
color: #E08A78;
}
</style>
background-color css
<style>
a { background-color: #E08A78; }
a { background-color: rgb(224,138,120); }
div.DivClassName
{
background-color: #E08A78;
}
.BgClassName
{
background-color: #E08A78;
}
</style>
border-color css
<style>
span { border-color: #E08A78; }
span { border-color: rgb(224,138,120); }
td.TdClassName
{
border-color: #E08A78;
}
.TagClassName
{
border-color: #E08A78;
}
</style>