Shades of New York Pink #E3826C
Tints of New York Pink #E3826C
RGB
CMYK
RGB Variations
Color information
#E3826C (or 0xE3826C) is known color: New York Pink. HEX triplet: E3, 82 and 6C. RGB value is (227,130,108). Sum of RGB (Red+Green+Blue) = 227+130+108=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E3826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3826C is #1C7D93. Grayscale: #9C9C9C. Windows color (decimal): -1867156 or 7111395. OLE color: 7111395.
HSL color Cylindrical-coordinate representation of color #E3826C: hue angle of 11.09º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3826C is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 130 | 108 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.11 |
| HSL | 11.09º | 0.68% | 0.66% | - |
| HSV(B) | 11.09º | 0.52% | 0.89% | - |
| XYZ | 42.37 | 33.38 | 18.4 | - |
| YUV | 156.5 | 100.64 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 108 | 0 | 0.43 | 0.52 | 0.11 | 11.09 | 0.68 | 0.66 |
| Hex | E3 | 82 | 6C | 0 | 2B | 34 | B | B | 44 | 42 |
| Octal | 343 | 202 | 154 | 0 | 53 | 64 | 13 | 13 | 104 | 102 |
| Binary | 11100011 | 10000010 | 1101100 | 0 | 101011 | 110100 | 1011 | 1011 | 1000100 | 1000010 |
Color Harmonies of #E3826C
Complementary color
Monochromatic Colors of #E3826C
Black with #E3826C
Text Example
Text Example
White with #E3826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3826C; }
p { color: rgb(227,130,108); }
H1.HeaderClassName
{
color: #E3826C;
}
.AnyTagClassName
{
color: #E3826C;
}
</style>
background-color css
<style>
a { background-color: #E3826C; }
a { background-color: rgb(227,130,108); }
div.DivClassName
{
background-color: #E3826C;
}
.BgClassName
{
background-color: #E3826C;
}
</style>
border-color css
<style>
span { border-color: #E3826C; }
span { border-color: rgb(227,130,108); }
td.TdClassName
{
border-color: #E3826C;
}
.TagClassName
{
border-color: #E3826C;
}
</style>