Shades of New York Pink #E38975
Tints of New York Pink #E38975
RGB
CMYK
RGB Variations
Color information
#E38975 (or 0xE38975) is known color: New York Pink. HEX triplet: E3, 89 and 75. RGB value is (227,137,117). Sum of RGB (Red+Green+Blue) = 227+137+117=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E38975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38975 is #1C768A. Grayscale: #A1A1A1. Windows color (decimal): -1865355 or 7703011. OLE color: 7703011.
HSL color Cylindrical-coordinate representation of color #E38975: hue angle of 10.91º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E38975 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 137 | 117 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.11 |
| HSL | 10.91º | 0.66% | 0.67% | - |
| HSV(B) | 10.91º | 0.48% | 0.89% | - |
| XYZ | 43.84 | 35.51 | 21.37 | - |
| YUV | 161.63 | 102.82 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 137 | 117 | 0 | 0.40 | 0.48 | 0.11 | 10.91 | 0.66 | 0.67 |
| Hex | E3 | 89 | 75 | 0 | 28 | 30 | B | B | 42 | 43 |
| Octal | 343 | 211 | 165 | 0 | 50 | 60 | 13 | 13 | 102 | 103 |
| Binary | 11100011 | 10001001 | 1110101 | 0 | 101000 | 110000 | 1011 | 1011 | 1000010 | 1000011 |
Color Harmonies of #E38975
Complementary color
Monochromatic Colors of #E38975
Black with #E38975
Text Example
Text Example
White with #E38975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38975; }
p { color: rgb(227,137,117); }
H1.HeaderClassName
{
color: #E38975;
}
.AnyTagClassName
{
color: #E38975;
}
</style>
background-color css
<style>
a { background-color: #E38975; }
a { background-color: rgb(227,137,117); }
div.DivClassName
{
background-color: #E38975;
}
.BgClassName
{
background-color: #E38975;
}
</style>
border-color css
<style>
span { border-color: #E38975; }
span { border-color: rgb(227,137,117); }
td.TdClassName
{
border-color: #E38975;
}
.TagClassName
{
border-color: #E38975;
}
</style>