Shades of New York Pink #E08B78
Tints of New York Pink #E08B78
RGB
CMYK
RGB Variations
Color information
#E08B78 (or 0xE08B78) is known color: New York Pink. HEX triplet: E0, 8B and 78. RGB value is (224,139,120). Sum of RGB (Red+Green+Blue) = 224+139+120=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08B78 is #1F7487. Grayscale: #A2A2A2. Windows color (decimal): -2061448 or 7900128. OLE color: 7900128.
HSL color Cylindrical-coordinate representation of color #E08B78: hue angle of 10.96º 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 #E08B78 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 120 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.12 |
| HSL | 10.96º | 0.63% | 0.67% | - |
| HSV(B) | 10.96º | 0.46% | 0.88% | - |
| XYZ | 43.36 | 35.67 | 22.37 | - |
| YUV | 162.25 | 104.16 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 120 | 0 | 0.38 | 0.46 | 0.12 | 10.96 | 0.63 | 0.67 |
| Hex | E0 | 8B | 78 | 0 | 26 | 2E | C | B | 3F | 43 |
| Octal | 340 | 213 | 170 | 0 | 46 | 56 | 14 | 13 | 77 | 103 |
| Binary | 11100000 | 10001011 | 1111000 | 0 | 100110 | 101110 | 1100 | 1011 | 111111 | 1000011 |
Color Harmonies of #E08B78
Complementary color
Monochromatic Colors of #E08B78
Black with #E08B78
Text Example
Text Example
White with #E08B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08B78; }
p { color: rgb(224,139,120); }
H1.HeaderClassName
{
color: #E08B78;
}
.AnyTagClassName
{
color: #E08B78;
}
</style>
background-color css
<style>
a { background-color: #E08B78; }
a { background-color: rgb(224,139,120); }
div.DivClassName
{
background-color: #E08B78;
}
.BgClassName
{
background-color: #E08B78;
}
</style>
border-color css
<style>
span { border-color: #E08B78; }
span { border-color: rgb(224,139,120); }
td.TdClassName
{
border-color: #E08B78;
}
.TagClassName
{
border-color: #E08B78;
}
</style>