Shades of Dark Salmon #E88E73
Tints of Dark Salmon #E88E73
RGB
CMYK
RGB Variations
Color information
#E88E73 (or 0xE88E73) is known color: Dark Salmon. HEX triplet: E8, 8E and 73. RGB value is (232,142,115). Sum of RGB (Red+Green+Blue) = 232+142+115=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E88E73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88E73 is #17718C. Grayscale: #A6A6A6. Windows color (decimal): -1536397 or 7573224. OLE color: 7573224.
HSL color Cylindrical-coordinate representation of color #E88E73: hue angle of 13.85º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E88E73 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 142 | 115 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.09 |
| HSL | 13.85º | 0.72% | 0.68% | - |
| HSV(B) | 13.85º | 0.5% | 0.91% | - |
| XYZ | 46.05 | 37.74 | 21.08 | - |
| YUV | 165.83 | 99.32 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 142 | 115 | 0 | 0.39 | 0.50 | 0.09 | 13.85 | 0.72 | 0.68 |
| Hex | E8 | 8E | 73 | 0 | 27 | 32 | 9 | E | 48 | 44 |
| Octal | 350 | 216 | 163 | 0 | 47 | 62 | 11 | 16 | 110 | 104 |
| Binary | 11101000 | 10001110 | 1110011 | 0 | 100111 | 110010 | 1001 | 1110 | 1001000 | 1000100 |
Color Harmonies of #E88E73
Complementary color
Monochromatic Colors of #E88E73
Black with #E88E73
Text Example
Text Example
White with #E88E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88E73; }
p { color: rgb(232,142,115); }
H1.HeaderClassName
{
color: #E88E73;
}
.AnyTagClassName
{
color: #E88E73;
}
</style>
background-color css
<style>
a { background-color: #E88E73; }
a { background-color: rgb(232,142,115); }
div.DivClassName
{
background-color: #E88E73;
}
.BgClassName
{
background-color: #E88E73;
}
</style>
border-color css
<style>
span { border-color: #E88E73; }
span { border-color: rgb(232,142,115); }
td.TdClassName
{
border-color: #E88E73;
}
.TagClassName
{
border-color: #E88E73;
}
</style>