Shades of Dark Salmon #E68F76
Tints of Dark Salmon #E68F76
RGB
CMYK
RGB Variations
Color information
#E68F76 (or 0xE68F76) is known color: Dark Salmon. HEX triplet: E6, 8F and 76. RGB value is (230,143,118). Sum of RGB (Red+Green+Blue) = 230+143+118=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68F76 is #197089. Grayscale: #A6A6A6. Windows color (decimal): -1667210 or 7770086. OLE color: 7770086.
HSL color Cylindrical-coordinate representation of color #E68F76: hue angle of 13.39º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E68F76 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 118 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.10 |
| HSL | 13.39º | 0.69% | 0.68% | - |
| HSV(B) | 13.39º | 0.49% | 0.9% | - |
| XYZ | 45.73 | 37.78 | 22.02 | - |
| YUV | 166.16 | 100.82 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 118 | 0 | 0.38 | 0.49 | 0.10 | 13.39 | 0.69 | 0.68 |
| Hex | E6 | 8F | 76 | 0 | 26 | 31 | A | D | 45 | 44 |
| Octal | 346 | 217 | 166 | 0 | 46 | 61 | 12 | 15 | 105 | 104 |
| Binary | 11100110 | 10001111 | 1110110 | 0 | 100110 | 110001 | 1010 | 1101 | 1000101 | 1000100 |
Color Harmonies of #E68F76
Complementary color
Monochromatic Colors of #E68F76
Black with #E68F76
Text Example
Text Example
White with #E68F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F76; }
p { color: rgb(230,143,118); }
H1.HeaderClassName
{
color: #E68F76;
}
.AnyTagClassName
{
color: #E68F76;
}
</style>
background-color css
<style>
a { background-color: #E68F76; }
a { background-color: rgb(230,143,118); }
div.DivClassName
{
background-color: #E68F76;
}
.BgClassName
{
background-color: #E68F76;
}
</style>
border-color css
<style>
span { border-color: #E68F76; }
span { border-color: rgb(230,143,118); }
td.TdClassName
{
border-color: #E68F76;
}
.TagClassName
{
border-color: #E68F76;
}
</style>