Shades of New York Pink #E48369
Tints of New York Pink #E48369
RGB
CMYK
RGB Variations
Color information
#E48369 (or 0xE48369) is known color: New York Pink. HEX triplet: E4, 83 and 69. RGB value is (228,131,105). Sum of RGB (Red+Green+Blue) = 228+131+105=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E48369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48369 is #1B7C96. Grayscale: #9D9D9D. Windows color (decimal): -1801367 or 6915044. OLE color: 6915044.
HSL color Cylindrical-coordinate representation of color #E48369: hue angle of 12.68º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E48369 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 131 | 105 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.11 |
| HSL | 12.68º | 0.69% | 0.65% | - |
| HSV(B) | 12.68º | 0.54% | 0.89% | - |
| XYZ | 42.66 | 33.75 | 17.63 | - |
| YUV | 157.04 | 98.64 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 131 | 105 | 0 | 0.43 | 0.54 | 0.11 | 12.68 | 0.69 | 0.65 |
| Hex | E4 | 83 | 69 | 0 | 2B | 36 | B | D | 45 | 41 |
| Octal | 344 | 203 | 151 | 0 | 53 | 66 | 13 | 15 | 105 | 101 |
| Binary | 11100100 | 10000011 | 1101001 | 0 | 101011 | 110110 | 1011 | 1101 | 1000101 | 1000001 |
Color Harmonies of #E48369
Complementary color
Monochromatic Colors of #E48369
Black with #E48369
Text Example
Text Example
White with #E48369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48369; }
p { color: rgb(228,131,105); }
H1.HeaderClassName
{
color: #E48369;
}
.AnyTagClassName
{
color: #E48369;
}
</style>
background-color css
<style>
a { background-color: #E48369; }
a { background-color: rgb(228,131,105); }
div.DivClassName
{
background-color: #E48369;
}
.BgClassName
{
background-color: #E48369;
}
</style>
border-color css
<style>
span { border-color: #E48369; }
span { border-color: rgb(228,131,105); }
td.TdClassName
{
border-color: #E48369;
}
.TagClassName
{
border-color: #E48369;
}
</style>