Shades of New York Pink #E2816F
Tints of New York Pink #E2816F
RGB
CMYK
RGB Variations
Color information
#E2816F (or 0xE2816F) is known color: New York Pink. HEX triplet: E2, 81 and 6F. RGB value is (226,129,111). Sum of RGB (Red+Green+Blue) = 226+129+111=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2816F is #1D7E90. Grayscale: #9C9C9C. Windows color (decimal): -1932945 or 7307746. OLE color: 7307746.
HSL color Cylindrical-coordinate representation of color #E2816F: hue angle of 9.39º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2816F is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 111 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.11 |
| HSL | 9.39º | 0.66% | 0.66% | - |
| HSV(B) | 9.39º | 0.51% | 0.89% | - |
| XYZ | 42.08 | 33.02 | 19.19 | - |
| YUV | 155.95 | 102.64 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 111 | 0 | 0.43 | 0.51 | 0.11 | 9.39 | 0.66 | 0.66 |
| Hex | E2 | 81 | 6F | 0 | 2B | 33 | B | 9 | 42 | 42 |
| Octal | 342 | 201 | 157 | 0 | 53 | 63 | 13 | 11 | 102 | 102 |
| Binary | 11100010 | 10000001 | 1101111 | 0 | 101011 | 110011 | 1011 | 1001 | 1000010 | 1000010 |
Color Harmonies of #E2816F
Complementary color
Monochromatic Colors of #E2816F
Black with #E2816F
Text Example
Text Example
White with #E2816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2816F; }
p { color: rgb(226,129,111); }
H1.HeaderClassName
{
color: #E2816F;
}
.AnyTagClassName
{
color: #E2816F;
}
</style>
background-color css
<style>
a { background-color: #E2816F; }
a { background-color: rgb(226,129,111); }
div.DivClassName
{
background-color: #E2816F;
}
.BgClassName
{
background-color: #E2816F;
}
</style>
border-color css
<style>
span { border-color: #E2816F; }
span { border-color: rgb(226,129,111); }
td.TdClassName
{
border-color: #E2816F;
}
.TagClassName
{
border-color: #E2816F;
}
</style>