Shades of New York Pink #E38A7B
Tints of New York Pink #E38A7B
RGB
CMYK
RGB Variations
Color information
#E38A7B (or 0xE38A7B) is known color: New York Pink. HEX triplet: E3, 8A and 7B. RGB value is (227,138,123). Sum of RGB (Red+Green+Blue) = 227+138+123=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38A7B is #1C7584. Grayscale: #A3A3A3. Windows color (decimal): -1865093 or 8096483. OLE color: 8096483.
HSL color Cylindrical-coordinate representation of color #E38A7B: hue angle of 8.65º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E38A7B is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 138 | 123 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.11 |
| HSL | 8.65º | 0.65% | 0.69% | - |
| HSV(B) | 8.65º | 0.46% | 0.89% | - |
| XYZ | 44.34 | 35.94 | 23.34 | - |
| YUV | 162.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 138 | 123 | 0 | 0.39 | 0.46 | 0.11 | 8.65 | 0.65 | 0.69 |
| Hex | E3 | 8A | 7B | 0 | 27 | 2E | B | 9 | 41 | 45 |
| Octal | 343 | 212 | 173 | 0 | 47 | 56 | 13 | 11 | 101 | 105 |
| Binary | 11100011 | 10001010 | 1111011 | 0 | 100111 | 101110 | 1011 | 1001 | 1000001 | 1000101 |
Color Harmonies of #E38A7B
Complementary color
Monochromatic Colors of #E38A7B
Black with #E38A7B
Text Example
Text Example
White with #E38A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38A7B; }
p { color: rgb(227,138,123); }
H1.HeaderClassName
{
color: #E38A7B;
}
.AnyTagClassName
{
color: #E38A7B;
}
</style>
background-color css
<style>
a { background-color: #E38A7B; }
a { background-color: rgb(227,138,123); }
div.DivClassName
{
background-color: #E38A7B;
}
.BgClassName
{
background-color: #E38A7B;
}
</style>
border-color css
<style>
span { border-color: #E38A7B; }
span { border-color: rgb(227,138,123); }
td.TdClassName
{
border-color: #E38A7B;
}
.TagClassName
{
border-color: #E38A7B;
}
</style>