Shades of Dark Salmon #E68F77
Tints of Dark Salmon #E68F77
RGB
CMYK
RGB Variations
Color information
#E68F77 (or 0xE68F77) is known color: Dark Salmon. HEX triplet: E6, 8F and 77. RGB value is (230,143,119). Sum of RGB (Red+Green+Blue) = 230+143+119=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68F77 is #197088. Grayscale: #A6A6A6. Windows color (decimal): -1667209 or 7835622. OLE color: 7835622.
HSL color Cylindrical-coordinate representation of color #E68F77: hue angle of 12.97º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E68F77 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 119 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.10 |
| HSL | 12.97º | 0.69% | 0.68% | - |
| HSV(B) | 12.97º | 0.48% | 0.9% | - |
| XYZ | 45.79 | 37.8 | 22.34 | - |
| YUV | 166.28 | 101.32 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 119 | 0 | 0.38 | 0.48 | 0.10 | 12.97 | 0.69 | 0.68 |
| Hex | E6 | 8F | 77 | 0 | 26 | 30 | A | D | 45 | 44 |
| Octal | 346 | 217 | 167 | 0 | 46 | 60 | 12 | 15 | 105 | 104 |
| Binary | 11100110 | 10001111 | 1110111 | 0 | 100110 | 110000 | 1010 | 1101 | 1000101 | 1000100 |
Color Harmonies of #E68F77
Complementary color
Monochromatic Colors of #E68F77
Black with #E68F77
Text Example
Text Example
White with #E68F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F77; }
p { color: rgb(230,143,119); }
H1.HeaderClassName
{
color: #E68F77;
}
.AnyTagClassName
{
color: #E68F77;
}
</style>
background-color css
<style>
a { background-color: #E68F77; }
a { background-color: rgb(230,143,119); }
div.DivClassName
{
background-color: #E68F77;
}
.BgClassName
{
background-color: #E68F77;
}
</style>
border-color css
<style>
span { border-color: #E68F77; }
span { border-color: rgb(230,143,119); }
td.TdClassName
{
border-color: #E68F77;
}
.TagClassName
{
border-color: #E68F77;
}
</style>