Shades of New York Pink #E38275
Tints of New York Pink #E38275
RGB
CMYK
RGB Variations
Color information
#E38275 (or 0xE38275) is known color: New York Pink. HEX triplet: E3, 82 and 75. RGB value is (227,130,117). Sum of RGB (Red+Green+Blue) = 227+130+117=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 227 - color contains mainly: red. Hex color #E38275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38275 is #1C7D8A. Grayscale: #9D9D9D. Windows color (decimal): -1867147 or 7701219. OLE color: 7701219.
HSL color Cylindrical-coordinate representation of color #E38275: hue angle of 7.09º 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 #E38275 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 130 | 117 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.11 |
| HSL | 7.09º | 0.66% | 0.67% | - |
| HSV(B) | 7.09º | 0.48% | 0.89% | - |
| XYZ | 42.87 | 33.58 | 21.05 | - |
| YUV | 157.52 | 105.14 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 117 | 0 | 0.43 | 0.48 | 0.11 | 7.09 | 0.66 | 0.67 |
| Hex | E3 | 82 | 75 | 0 | 2B | 30 | B | 7 | 42 | 43 |
| Octal | 343 | 202 | 165 | 0 | 53 | 60 | 13 | 7 | 102 | 103 |
| Binary | 11100011 | 10000010 | 1110101 | 0 | 101011 | 110000 | 1011 | 111 | 1000010 | 1000011 |
Color Harmonies of #E38275
Complementary color
Monochromatic Colors of #E38275
Black with #E38275
Text Example
Text Example
White with #E38275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38275; }
p { color: rgb(227,130,117); }
H1.HeaderClassName
{
color: #E38275;
}
.AnyTagClassName
{
color: #E38275;
}
</style>
background-color css
<style>
a { background-color: #E38275; }
a { background-color: rgb(227,130,117); }
div.DivClassName
{
background-color: #E38275;
}
.BgClassName
{
background-color: #E38275;
}
</style>
border-color css
<style>
span { border-color: #E38275; }
span { border-color: rgb(227,130,117); }
td.TdClassName
{
border-color: #E38275;
}
.TagClassName
{
border-color: #E38275;
}
</style>