Shades of New York Pink #E08076
Tints of New York Pink #E08076
RGB
CMYK
RGB Variations
Color information
#E08076 (or 0xE08076) is known color: New York Pink. HEX triplet: E0, 80 and 76. RGB value is (224,128,118). Sum of RGB (Red+Green+Blue) = 224+128+118=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E08076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08076 is #1F7F89. Grayscale: #9B9B9B. Windows color (decimal): -2064266 or 7766240. OLE color: 7766240.
HSL color Cylindrical-coordinate representation of color #E08076: hue angle of 5.66º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E08076 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 118 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.12 |
| HSL | 5.66º | 0.63% | 0.67% | - |
| HSV(B) | 5.66º | 0.47% | 0.88% | - |
| XYZ | 41.73 | 32.59 | 21.23 | - |
| YUV | 155.56 | 106.8 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 118 | 0 | 0.43 | 0.47 | 0.12 | 5.66 | 0.63 | 0.67 |
| Hex | E0 | 80 | 76 | 0 | 2B | 2F | C | 6 | 3F | 43 |
| Octal | 340 | 200 | 166 | 0 | 53 | 57 | 14 | 6 | 77 | 103 |
| Binary | 11100000 | 10000000 | 1110110 | 0 | 101011 | 101111 | 1100 | 110 | 111111 | 1000011 |
Color Harmonies of #E08076
Complementary color
Monochromatic Colors of #E08076
Black with #E08076
Text Example
Text Example
White with #E08076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08076; }
p { color: rgb(224,128,118); }
H1.HeaderClassName
{
color: #E08076;
}
.AnyTagClassName
{
color: #E08076;
}
</style>
background-color css
<style>
a { background-color: #E08076; }
a { background-color: rgb(224,128,118); }
div.DivClassName
{
background-color: #E08076;
}
.BgClassName
{
background-color: #E08076;
}
</style>
border-color css
<style>
span { border-color: #E08076; }
span { border-color: rgb(224,128,118); }
td.TdClassName
{
border-color: #E08076;
}
.TagClassName
{
border-color: #E08076;
}
</style>