Shades of New York Pink #E08069
Tints of New York Pink #E08069
RGB
CMYK
RGB Variations
Color information
#E08069 (or 0xE08069) is known color: New York Pink. HEX triplet: E0, 80 and 69. RGB value is (224,128,105). Sum of RGB (Red+Green+Blue) = 224+128+105=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E08069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08069 is #1F7F96. Grayscale: #9A9A9A. Windows color (decimal): -2064279 or 6914272. OLE color: 6914272.
HSL color Cylindrical-coordinate representation of color #E08069: hue angle of 11.6º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E08069 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 105 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.12 |
| HSL | 11.6º | 0.66% | 0.65% | - |
| HSV(B) | 11.6º | 0.53% | 0.88% | - |
| XYZ | 41.01 | 32.31 | 17.44 | - |
| YUV | 154.08 | 100.3 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 105 | 0 | 0.43 | 0.53 | 0.12 | 11.6 | 0.66 | 0.65 |
| Hex | E0 | 80 | 69 | 0 | 2B | 35 | C | C | 42 | 41 |
| Octal | 340 | 200 | 151 | 0 | 53 | 65 | 14 | 14 | 102 | 101 |
| Binary | 11100000 | 10000000 | 1101001 | 0 | 101011 | 110101 | 1100 | 1100 | 1000010 | 1000001 |
Color Harmonies of #E08069
Complementary color
Monochromatic Colors of #E08069
Black with #E08069
Text Example
Text Example
White with #E08069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08069; }
p { color: rgb(224,128,105); }
H1.HeaderClassName
{
color: #E08069;
}
.AnyTagClassName
{
color: #E08069;
}
</style>
background-color css
<style>
a { background-color: #E08069; }
a { background-color: rgb(224,128,105); }
div.DivClassName
{
background-color: #E08069;
}
.BgClassName
{
background-color: #E08069;
}
</style>
border-color css
<style>
span { border-color: #E08069; }
span { border-color: rgb(224,128,105); }
td.TdClassName
{
border-color: #E08069;
}
.TagClassName
{
border-color: #E08069;
}
</style>