Shades of New York Pink #E08A75
Tints of New York Pink #E08A75
RGB
CMYK
RGB Variations
Color information
#E08A75 (or 0xE08A75) is known color: New York Pink. HEX triplet: E0, 8A and 75. RGB value is (224,138,117). Sum of RGB (Red+Green+Blue) = 224+138+117=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08A75 is #1F758A. Grayscale: #A1A1A1. Windows color (decimal): -2061707 or 7703264. OLE color: 7703264.
HSL color Cylindrical-coordinate representation of color #E08A75: hue angle of 11.78º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E08A75 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 117 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.12 |
| HSL | 11.78º | 0.63% | 0.67% | - |
| HSV(B) | 11.78º | 0.48% | 0.88% | - |
| XYZ | 43.04 | 35.31 | 21.38 | - |
| YUV | 161.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 117 | 0 | 0.38 | 0.48 | 0.12 | 11.78 | 0.63 | 0.67 |
| Hex | E0 | 8A | 75 | 0 | 26 | 30 | C | C | 3F | 43 |
| Octal | 340 | 212 | 165 | 0 | 46 | 60 | 14 | 14 | 77 | 103 |
| Binary | 11100000 | 10001010 | 1110101 | 0 | 100110 | 110000 | 1100 | 1100 | 111111 | 1000011 |
Color Harmonies of #E08A75
Complementary color
Monochromatic Colors of #E08A75
Black with #E08A75
Text Example
Text Example
White with #E08A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A75; }
p { color: rgb(224,138,117); }
H1.HeaderClassName
{
color: #E08A75;
}
.AnyTagClassName
{
color: #E08A75;
}
</style>
background-color css
<style>
a { background-color: #E08A75; }
a { background-color: rgb(224,138,117); }
div.DivClassName
{
background-color: #E08A75;
}
.BgClassName
{
background-color: #E08A75;
}
</style>
border-color css
<style>
span { border-color: #E08A75; }
span { border-color: rgb(224,138,117); }
td.TdClassName
{
border-color: #E08A75;
}
.TagClassName
{
border-color: #E08A75;
}
</style>