Shades of Dark Salmon #E88C7E
Tints of Dark Salmon #E88C7E
RGB
CMYK
RGB Variations
Color information
#E88C7E (or 0xE88C7E) is known color: Dark Salmon. HEX triplet: E8, 8C and 7E. RGB value is (232,140,126). Sum of RGB (Red+Green+Blue) = 232+140+126=498 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.59% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 232 - color contains mainly: red. Hex color #E88C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88C7E is #177381. Grayscale: #A6A6A6. Windows color (decimal): -1536898 or 8293608. OLE color: 8293608.
HSL color Cylindrical-coordinate representation of color #E88C7E: hue angle of 7.92º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E88C7E is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 140 | 126 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.09 |
| HSL | 7.92º | 0.7% | 0.7% | - |
| HSV(B) | 7.92º | 0.46% | 0.91% | - |
| XYZ | 46.42 | 37.42 | 24.51 | - |
| YUV | 165.91 | 105.48 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 126 | 0 | 0.40 | 0.46 | 0.09 | 7.92 | 0.7 | 0.7 |
| Hex | E8 | 8C | 7E | 0 | 28 | 2E | 9 | 8 | 46 | 46 |
| Octal | 350 | 214 | 176 | 0 | 50 | 56 | 11 | 10 | 106 | 106 |
| Binary | 11101000 | 10001100 | 1111110 | 0 | 101000 | 101110 | 1001 | 1000 | 1000110 | 1000110 |
Color Harmonies of #E88C7E
Complementary color
Monochromatic Colors of #E88C7E
Black with #E88C7E
Text Example
Text Example
White with #E88C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88C7E; }
p { color: rgb(232,140,126); }
H1.HeaderClassName
{
color: #E88C7E;
}
.AnyTagClassName
{
color: #E88C7E;
}
</style>
background-color css
<style>
a { background-color: #E88C7E; }
a { background-color: rgb(232,140,126); }
div.DivClassName
{
background-color: #E88C7E;
}
.BgClassName
{
background-color: #E88C7E;
}
</style>
border-color css
<style>
span { border-color: #E88C7E; }
span { border-color: rgb(232,140,126); }
td.TdClassName
{
border-color: #E88C7E;
}
.TagClassName
{
border-color: #E88C7E;
}
</style>