Shades of New York Pink #E5846B
Tints of New York Pink #E5846B
RGB
CMYK
RGB Variations
Color information
#E5846B (or 0xE5846B) is known color: New York Pink. HEX triplet: E5, 84 and 6B. RGB value is (229,132,107). Sum of RGB (Red+Green+Blue) = 229+132+107=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E5846B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5846B is #1A7B94. Grayscale: #9E9E9E. Windows color (decimal): -1735573 or 7046373. OLE color: 7046373.
HSL color Cylindrical-coordinate representation of color #E5846B: hue angle of 12.3º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5846B is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 107 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.10 |
| HSL | 12.3º | 0.7% | 0.66% | - |
| HSV(B) | 12.3º | 0.53% | 0.9% | - |
| XYZ | 43.22 | 34.22 | 18.24 | - |
| YUV | 158.15 | 99.14 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 107 | 0 | 0.42 | 0.53 | 0.10 | 12.3 | 0.7 | 0.66 |
| Hex | E5 | 84 | 6B | 0 | 2A | 35 | A | C | 46 | 42 |
| Octal | 345 | 204 | 153 | 0 | 52 | 65 | 12 | 14 | 106 | 102 |
| Binary | 11100101 | 10000100 | 1101011 | 0 | 101010 | 110101 | 1010 | 1100 | 1000110 | 1000010 |
Color Harmonies of #E5846B
Complementary color
Monochromatic Colors of #E5846B
Black with #E5846B
Text Example
Text Example
White with #E5846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5846B; }
p { color: rgb(229,132,107); }
H1.HeaderClassName
{
color: #E5846B;
}
.AnyTagClassName
{
color: #E5846B;
}
</style>
background-color css
<style>
a { background-color: #E5846B; }
a { background-color: rgb(229,132,107); }
div.DivClassName
{
background-color: #E5846B;
}
.BgClassName
{
background-color: #E5846B;
}
</style>
border-color css
<style>
span { border-color: #E5846B; }
span { border-color: rgb(229,132,107); }
td.TdClassName
{
border-color: #E5846B;
}
.TagClassName
{
border-color: #E5846B;
}
</style>