Shades of New York Pink #E27F70
Tints of New York Pink #E27F70
RGB
CMYK
RGB Variations
Color information
#E27F70 (or 0xE27F70) is known color: New York Pink. HEX triplet: E2, 7F and 70. RGB value is (226,127,112). Sum of RGB (Red+Green+Blue) = 226+127+112=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E27F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27F70 is #1D808F. Grayscale: #9B9B9B. Windows color (decimal): -1933456 or 7372770. OLE color: 7372770.
HSL color Cylindrical-coordinate representation of color #E27F70: hue angle of 7.89º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E27F70 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 127 | 112 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.11 |
| HSL | 7.89º | 0.66% | 0.66% | - |
| HSV(B) | 7.89º | 0.5% | 0.89% | - |
| XYZ | 41.88 | 32.52 | 19.4 | - |
| YUV | 154.89 | 103.8 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 112 | 0 | 0.44 | 0.50 | 0.11 | 7.89 | 0.66 | 0.66 |
| Hex | E2 | 7F | 70 | 0 | 2C | 32 | B | 8 | 42 | 42 |
| Octal | 342 | 177 | 160 | 0 | 54 | 62 | 13 | 10 | 102 | 102 |
| Binary | 11100010 | 1111111 | 1110000 | 0 | 101100 | 110010 | 1011 | 1000 | 1000010 | 1000010 |
Color Harmonies of #E27F70
Complementary color
Monochromatic Colors of #E27F70
Black with #E27F70
Text Example
Text Example
White with #E27F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27F70; }
p { color: rgb(226,127,112); }
H1.HeaderClassName
{
color: #E27F70;
}
.AnyTagClassName
{
color: #E27F70;
}
</style>
background-color css
<style>
a { background-color: #E27F70; }
a { background-color: rgb(226,127,112); }
div.DivClassName
{
background-color: #E27F70;
}
.BgClassName
{
background-color: #E27F70;
}
</style>
border-color css
<style>
span { border-color: #E27F70; }
span { border-color: rgb(226,127,112); }
td.TdClassName
{
border-color: #E27F70;
}
.TagClassName
{
border-color: #E27F70;
}
</style>