Shades of New York Pink #E2816C
Tints of New York Pink #E2816C
RGB
CMYK
RGB Variations
Color information
#E2816C (or 0xE2816C) is known color: New York Pink. HEX triplet: E2, 81 and 6C. RGB value is (226,129,108). Sum of RGB (Red+Green+Blue) = 226+129+108=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E2816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2816C is #1D7E93. Grayscale: #9B9B9B. Windows color (decimal): -1932948 or 7111138. OLE color: 7111138.
HSL color Cylindrical-coordinate representation of color #E2816C: hue angle of 10.68º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2816C is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 108 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.11 |
| HSL | 10.68º | 0.67% | 0.65% | - |
| HSV(B) | 10.68º | 0.52% | 0.89% | - |
| XYZ | 41.92 | 32.95 | 18.34 | - |
| YUV | 155.61 | 101.14 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 108 | 0 | 0.43 | 0.52 | 0.11 | 10.68 | 0.67 | 0.65 |
| Hex | E2 | 81 | 6C | 0 | 2B | 34 | B | B | 43 | 41 |
| Octal | 342 | 201 | 154 | 0 | 53 | 64 | 13 | 13 | 103 | 101 |
| Binary | 11100010 | 10000001 | 1101100 | 0 | 101011 | 110100 | 1011 | 1011 | 1000011 | 1000001 |
Color Harmonies of #E2816C
Complementary color
Monochromatic Colors of #E2816C
Black with #E2816C
Text Example
Text Example
White with #E2816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2816C; }
p { color: rgb(226,129,108); }
H1.HeaderClassName
{
color: #E2816C;
}
.AnyTagClassName
{
color: #E2816C;
}
</style>
background-color css
<style>
a { background-color: #E2816C; }
a { background-color: rgb(226,129,108); }
div.DivClassName
{
background-color: #E2816C;
}
.BgClassName
{
background-color: #E2816C;
}
</style>
border-color css
<style>
span { border-color: #E2816C; }
span { border-color: rgb(226,129,108); }
td.TdClassName
{
border-color: #E2816C;
}
.TagClassName
{
border-color: #E2816C;
}
</style>