Shades of New York Pink #E38478
Tints of New York Pink #E38478
RGB
CMYK
RGB Variations
Color information
#E38478 (or 0xE38478) is known color: New York Pink. HEX triplet: E3, 84 and 78. RGB value is (227,132,120). Sum of RGB (Red+Green+Blue) = 227+132+120=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 227 - color contains mainly: red. Hex color #E38478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38478 is #1C7B87. Grayscale: #9F9F9F. Windows color (decimal): -1866632 or 7898339. OLE color: 7898339.
HSL color Cylindrical-coordinate representation of color #E38478: hue angle of 6.73º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E38478 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 132 | 120 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.11 |
| HSL | 6.73º | 0.66% | 0.68% | - |
| HSV(B) | 6.73º | 0.47% | 0.89% | - |
| XYZ | 43.32 | 34.19 | 22.09 | - |
| YUV | 159.04 | 105.97 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 120 | 0 | 0.42 | 0.47 | 0.11 | 6.73 | 0.66 | 0.68 |
| Hex | E3 | 84 | 78 | 0 | 2A | 2F | B | 7 | 42 | 44 |
| Octal | 343 | 204 | 170 | 0 | 52 | 57 | 13 | 7 | 102 | 104 |
| Binary | 11100011 | 10000100 | 1111000 | 0 | 101010 | 101111 | 1011 | 111 | 1000010 | 1000100 |
Color Harmonies of #E38478
Complementary color
Monochromatic Colors of #E38478
Black with #E38478
Text Example
Text Example
White with #E38478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38478; }
p { color: rgb(227,132,120); }
H1.HeaderClassName
{
color: #E38478;
}
.AnyTagClassName
{
color: #E38478;
}
</style>
background-color css
<style>
a { background-color: #E38478; }
a { background-color: rgb(227,132,120); }
div.DivClassName
{
background-color: #E38478;
}
.BgClassName
{
background-color: #E38478;
}
</style>
border-color css
<style>
span { border-color: #E38478; }
span { border-color: rgb(227,132,120); }
td.TdClassName
{
border-color: #E38478;
}
.TagClassName
{
border-color: #E38478;
}
</style>