Shades of New York Pink #E18A79
Tints of New York Pink #E18A79
RGB
CMYK
RGB Variations
Color information
#E18A79 (or 0xE18A79) is known color: New York Pink. HEX triplet: E1, 8A and 79. RGB value is (225,138,121). Sum of RGB (Red+Green+Blue) = 225+138+121=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A79 is #1E7586. Grayscale: #A2A2A2. Windows color (decimal): -1996167 or 7965409. OLE color: 7965409.
HSL color Cylindrical-coordinate representation of color #E18A79: hue angle of 9.81º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E18A79 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 121 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.12 |
| HSL | 9.81º | 0.63% | 0.68% | - |
| HSV(B) | 9.81º | 0.46% | 0.88% | - |
| XYZ | 43.59 | 35.56 | 22.66 | - |
| YUV | 162.08 | 104.82 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 121 | 0 | 0.39 | 0.46 | 0.12 | 9.81 | 0.63 | 0.68 |
| Hex | E1 | 8A | 79 | 0 | 27 | 2E | C | A | 3F | 44 |
| Octal | 341 | 212 | 171 | 0 | 47 | 56 | 14 | 12 | 77 | 104 |
| Binary | 11100001 | 10001010 | 1111001 | 0 | 100111 | 101110 | 1100 | 1010 | 111111 | 1000100 |
Color Harmonies of #E18A79
Complementary color
Monochromatic Colors of #E18A79
Black with #E18A79
Text Example
Text Example
White with #E18A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A79; }
p { color: rgb(225,138,121); }
H1.HeaderClassName
{
color: #E18A79;
}
.AnyTagClassName
{
color: #E18A79;
}
</style>
background-color css
<style>
a { background-color: #E18A79; }
a { background-color: rgb(225,138,121); }
div.DivClassName
{
background-color: #E18A79;
}
.BgClassName
{
background-color: #E18A79;
}
</style>
border-color css
<style>
span { border-color: #E18A79; }
span { border-color: rgb(225,138,121); }
td.TdClassName
{
border-color: #E18A79;
}
.TagClassName
{
border-color: #E18A79;
}
</style>