Shades of New York Pink #E1816B
Tints of New York Pink #E1816B
RGB
CMYK
RGB Variations
Color information
#E1816B (or 0xE1816B) is known color: New York Pink. HEX triplet: E1, 81 and 6B. RGB value is (225,129,107). Sum of RGB (Red+Green+Blue) = 225+129+107=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E1816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1816B is #1E7E94. Grayscale: #9B9B9B. Windows color (decimal): -1998485 or 7045601. OLE color: 7045601.
HSL color Cylindrical-coordinate representation of color #E1816B: hue angle of 11.19º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1816B is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 107 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.12 |
| HSL | 11.19º | 0.66% | 0.65% | - |
| HSV(B) | 11.19º | 0.52% | 0.88% | - |
| XYZ | 41.56 | 32.77 | 18.04 | - |
| YUV | 155.2 | 100.8 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 107 | 0 | 0.43 | 0.52 | 0.12 | 11.19 | 0.66 | 0.65 |
| Hex | E1 | 81 | 6B | 0 | 2B | 34 | C | B | 42 | 41 |
| Octal | 341 | 201 | 153 | 0 | 53 | 64 | 14 | 13 | 102 | 101 |
| Binary | 11100001 | 10000001 | 1101011 | 0 | 101011 | 110100 | 1100 | 1011 | 1000010 | 1000001 |
Color Harmonies of #E1816B
Complementary color
Monochromatic Colors of #E1816B
Black with #E1816B
Text Example
Text Example
White with #E1816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1816B; }
p { color: rgb(225,129,107); }
H1.HeaderClassName
{
color: #E1816B;
}
.AnyTagClassName
{
color: #E1816B;
}
</style>
background-color css
<style>
a { background-color: #E1816B; }
a { background-color: rgb(225,129,107); }
div.DivClassName
{
background-color: #E1816B;
}
.BgClassName
{
background-color: #E1816B;
}
</style>
border-color css
<style>
span { border-color: #E1816B; }
span { border-color: rgb(225,129,107); }
td.TdClassName
{
border-color: #E1816B;
}
.TagClassName
{
border-color: #E1816B;
}
</style>