Shades of Dark Salmon #E88D74
Tints of Dark Salmon #E88D74
RGB
CMYK
RGB Variations
Color information
#E88D74 (or 0xE88D74) is known color: Dark Salmon. HEX triplet: E8, 8D and 74. RGB value is (232,141,116). Sum of RGB (Red+Green+Blue) = 232+141+116=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E88D74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88D74 is #17728B. Grayscale: #A5A5A5. Windows color (decimal): -1536652 or 7638504. OLE color: 7638504.
HSL color Cylindrical-coordinate representation of color #E88D74: hue angle of 12.93º 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 #E88D74 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 141 | 116 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.09 |
| HSL | 12.93º | 0.72% | 0.68% | - |
| HSV(B) | 12.93º | 0.5% | 0.91% | - |
| XYZ | 45.96 | 37.47 | 21.33 | - |
| YUV | 165.36 | 100.15 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 141 | 116 | 0 | 0.39 | 0.50 | 0.09 | 12.93 | 0.72 | 0.68 |
| Hex | E8 | 8D | 74 | 0 | 27 | 32 | 9 | D | 48 | 44 |
| Octal | 350 | 215 | 164 | 0 | 47 | 62 | 11 | 15 | 110 | 104 |
| Binary | 11101000 | 10001101 | 1110100 | 0 | 100111 | 110010 | 1001 | 1101 | 1001000 | 1000100 |
Color Harmonies of #E88D74
Complementary color
Monochromatic Colors of #E88D74
Black with #E88D74
Text Example
Text Example
White with #E88D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88D74; }
p { color: rgb(232,141,116); }
H1.HeaderClassName
{
color: #E88D74;
}
.AnyTagClassName
{
color: #E88D74;
}
</style>
background-color css
<style>
a { background-color: #E88D74; }
a { background-color: rgb(232,141,116); }
div.DivClassName
{
background-color: #E88D74;
}
.BgClassName
{
background-color: #E88D74;
}
</style>
border-color css
<style>
span { border-color: #E88D74; }
span { border-color: rgb(232,141,116); }
td.TdClassName
{
border-color: #E88D74;
}
.TagClassName
{
border-color: #E88D74;
}
</style>