Shades of New York Pink #E38574
Tints of New York Pink #E38574
RGB
CMYK
RGB Variations
Color information
#E38574 (or 0xE38574) is known color: New York Pink. HEX triplet: E3, 85 and 74. RGB value is (227,133,116). Sum of RGB (Red+Green+Blue) = 227+133+116=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 227 - color contains mainly: red. Hex color #E38574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38574 is #1C7A8B. Grayscale: #9F9F9F. Windows color (decimal): -1866380 or 7636451. OLE color: 7636451.
HSL color Cylindrical-coordinate representation of color #E38574: hue angle of 9.19º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E38574 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 133 | 116 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.11 |
| HSL | 9.19º | 0.66% | 0.67% | - |
| HSV(B) | 9.19º | 0.49% | 0.89% | - |
| XYZ | 43.22 | 34.37 | 20.88 | - |
| YUV | 159.17 | 103.64 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 133 | 116 | 0 | 0.41 | 0.49 | 0.11 | 9.19 | 0.66 | 0.67 |
| Hex | E3 | 85 | 74 | 0 | 29 | 31 | B | 9 | 42 | 43 |
| Octal | 343 | 205 | 164 | 0 | 51 | 61 | 13 | 11 | 102 | 103 |
| Binary | 11100011 | 10000101 | 1110100 | 0 | 101001 | 110001 | 1011 | 1001 | 1000010 | 1000011 |
Color Harmonies of #E38574
Complementary color
Monochromatic Colors of #E38574
Black with #E38574
Text Example
Text Example
White with #E38574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38574; }
p { color: rgb(227,133,116); }
H1.HeaderClassName
{
color: #E38574;
}
.AnyTagClassName
{
color: #E38574;
}
</style>
background-color css
<style>
a { background-color: #E38574; }
a { background-color: rgb(227,133,116); }
div.DivClassName
{
background-color: #E38574;
}
.BgClassName
{
background-color: #E38574;
}
</style>
border-color css
<style>
span { border-color: #E38574; }
span { border-color: rgb(227,133,116); }
td.TdClassName
{
border-color: #E38574;
}
.TagClassName
{
border-color: #E38574;
}
</style>