Shades of New York Pink #E18076
Tints of New York Pink #E18076
RGB
CMYK
RGB Variations
Color information
#E18076 (or 0xE18076) is known color: New York Pink. HEX triplet: E1, 80 and 76. RGB value is (225,128,118). Sum of RGB (Red+Green+Blue) = 225+128+118=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E18076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18076 is #1E7F89. Grayscale: #9B9B9B. Windows color (decimal): -1998730 or 7766241. OLE color: 7766241.
HSL color Cylindrical-coordinate representation of color #E18076: hue angle of 5.61º degrees, saturation: 0.64, 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 #E18076 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 118 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.12 |
| HSL | 5.61º | 0.64% | 0.67% | - |
| HSV(B) | 5.61º | 0.48% | 0.88% | - |
| XYZ | 42.04 | 32.75 | 21.25 | - |
| YUV | 155.86 | 106.64 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 118 | 0 | 0.43 | 0.48 | 0.12 | 5.61 | 0.64 | 0.67 |
| Hex | E1 | 80 | 76 | 0 | 2B | 30 | C | 6 | 40 | 43 |
| Octal | 341 | 200 | 166 | 0 | 53 | 60 | 14 | 6 | 100 | 103 |
| Binary | 11100001 | 10000000 | 1110110 | 0 | 101011 | 110000 | 1100 | 110 | 1000000 | 1000011 |
Color Harmonies of #E18076
Complementary color
Monochromatic Colors of #E18076
Black with #E18076
Text Example
Text Example
White with #E18076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18076; }
p { color: rgb(225,128,118); }
H1.HeaderClassName
{
color: #E18076;
}
.AnyTagClassName
{
color: #E18076;
}
</style>
background-color css
<style>
a { background-color: #E18076; }
a { background-color: rgb(225,128,118); }
div.DivClassName
{
background-color: #E18076;
}
.BgClassName
{
background-color: #E18076;
}
</style>
border-color css
<style>
span { border-color: #E18076; }
span { border-color: rgb(225,128,118); }
td.TdClassName
{
border-color: #E18076;
}
.TagClassName
{
border-color: #E18076;
}
</style>