Shades of Dark Salmon #E68C7C
Tints of Dark Salmon #E68C7C
RGB
CMYK
RGB Variations
Color information
#E68C7C (or 0xE68C7C) is known color: Dark Salmon. HEX triplet: E6, 8C and 7C. RGB value is (230,140,124). Sum of RGB (Red+Green+Blue) = 230+140+124=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C7C is #197383. Grayscale: #A5A5A5. Windows color (decimal): -1667972 or 8162534. OLE color: 8162534.
HSL color Cylindrical-coordinate representation of color #E68C7C: hue angle of 9.06º 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 #E68C7C is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 124 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.10 |
| HSL | 9.06º | 0.68% | 0.69% | - |
| HSV(B) | 9.06º | 0.46% | 0.9% | - |
| XYZ | 45.65 | 37.03 | 23.81 | - |
| YUV | 165.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 124 | 0 | 0.39 | 0.46 | 0.10 | 9.06 | 0.68 | 0.69 |
| Hex | E6 | 8C | 7C | 0 | 27 | 2E | A | 9 | 44 | 45 |
| Octal | 346 | 214 | 174 | 0 | 47 | 56 | 12 | 11 | 104 | 105 |
| Binary | 11100110 | 10001100 | 1111100 | 0 | 100111 | 101110 | 1010 | 1001 | 1000100 | 1000101 |
Color Harmonies of #E68C7C
Complementary color
Monochromatic Colors of #E68C7C
Black with #E68C7C
Text Example
Text Example
White with #E68C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C7C; }
p { color: rgb(230,140,124); }
H1.HeaderClassName
{
color: #E68C7C;
}
.AnyTagClassName
{
color: #E68C7C;
}
</style>
background-color css
<style>
a { background-color: #E68C7C; }
a { background-color: rgb(230,140,124); }
div.DivClassName
{
background-color: #E68C7C;
}
.BgClassName
{
background-color: #E68C7C;
}
</style>
border-color css
<style>
span { border-color: #E68C7C; }
span { border-color: rgb(230,140,124); }
td.TdClassName
{
border-color: #E68C7C;
}
.TagClassName
{
border-color: #E68C7C;
}
</style>