Shades of Dark Salmon #E68E7C
Tints of Dark Salmon #E68E7C
RGB
CMYK
RGB Variations
Color information
#E68E7C (or 0xE68E7C) is known color: Dark Salmon. HEX triplet: E6, 8E and 7C. RGB value is (230,142,124). Sum of RGB (Red+Green+Blue) = 230+142+124=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68E7C is #197183. Grayscale: #A6A6A6. Windows color (decimal): -1667460 or 8163046. OLE color: 8163046.
HSL color Cylindrical-coordinate representation of color #E68E7C: hue angle of 10.19º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E68E7C is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 124 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.10 |
| HSL | 10.19º | 0.68% | 0.69% | - |
| HSV(B) | 10.19º | 0.46% | 0.9% | - |
| XYZ | 45.94 | 37.62 | 23.91 | - |
| YUV | 166.26 | 104.15 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 124 | 0 | 0.38 | 0.46 | 0.10 | 10.19 | 0.68 | 0.69 |
| Hex | E6 | 8E | 7C | 0 | 26 | 2E | A | A | 44 | 45 |
| Octal | 346 | 216 | 174 | 0 | 46 | 56 | 12 | 12 | 104 | 105 |
| Binary | 11100110 | 10001110 | 1111100 | 0 | 100110 | 101110 | 1010 | 1010 | 1000100 | 1000101 |
Color Harmonies of #E68E7C
Complementary color
Monochromatic Colors of #E68E7C
Black with #E68E7C
Text Example
Text Example
White with #E68E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68E7C; }
p { color: rgb(230,142,124); }
H1.HeaderClassName
{
color: #E68E7C;
}
.AnyTagClassName
{
color: #E68E7C;
}
</style>
background-color css
<style>
a { background-color: #E68E7C; }
a { background-color: rgb(230,142,124); }
div.DivClassName
{
background-color: #E68E7C;
}
.BgClassName
{
background-color: #E68E7C;
}
</style>
border-color css
<style>
span { border-color: #E68E7C; }
span { border-color: rgb(230,142,124); }
td.TdClassName
{
border-color: #E68E7C;
}
.TagClassName
{
border-color: #E68E7C;
}
</style>