Shades of New York Pink #E38A76
Tints of New York Pink #E38A76
RGB
CMYK
RGB Variations
Color information
#E38A76 (or 0xE38A76) is known color: New York Pink. HEX triplet: E3, 8A and 76. RGB value is (227,138,118). Sum of RGB (Red+Green+Blue) = 227+138+118=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38A76 is #1C7589. Grayscale: #A2A2A2. Windows color (decimal): -1865098 or 7768803. OLE color: 7768803.
HSL color Cylindrical-coordinate representation of color #E38A76: hue angle of 11.01º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E38A76 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 138 | 118 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.11 |
| HSL | 11.01º | 0.66% | 0.68% | - |
| HSV(B) | 11.01º | 0.48% | 0.89% | - |
| XYZ | 44.04 | 35.82 | 21.73 | - |
| YUV | 162.33 | 102.99 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 138 | 118 | 0 | 0.39 | 0.48 | 0.11 | 11.01 | 0.66 | 0.68 |
| Hex | E3 | 8A | 76 | 0 | 27 | 30 | B | B | 42 | 44 |
| Octal | 343 | 212 | 166 | 0 | 47 | 60 | 13 | 13 | 102 | 104 |
| Binary | 11100011 | 10001010 | 1110110 | 0 | 100111 | 110000 | 1011 | 1011 | 1000010 | 1000100 |
Color Harmonies of #E38A76
Complementary color
Monochromatic Colors of #E38A76
Black with #E38A76
Text Example
Text Example
White with #E38A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38A76; }
p { color: rgb(227,138,118); }
H1.HeaderClassName
{
color: #E38A76;
}
.AnyTagClassName
{
color: #E38A76;
}
</style>
background-color css
<style>
a { background-color: #E38A76; }
a { background-color: rgb(227,138,118); }
div.DivClassName
{
background-color: #E38A76;
}
.BgClassName
{
background-color: #E38A76;
}
</style>
border-color css
<style>
span { border-color: #E38A76; }
span { border-color: rgb(227,138,118); }
td.TdClassName
{
border-color: #E38A76;
}
.TagClassName
{
border-color: #E38A76;
}
</style>