Shades of Dark Salmon #E68F82
Tints of Dark Salmon #E68F82
RGB
CMYK
RGB Variations
Color information
#E68F82 (or 0xE68F82) is known color: Dark Salmon. HEX triplet: E6, 8F and 82. RGB value is (230,143,130). Sum of RGB (Red+Green+Blue) = 230+143+130=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68F82 is #19707D. Grayscale: #A7A7A7. Windows color (decimal): -1667198 or 8556518. OLE color: 8556518.
HSL color Cylindrical-coordinate representation of color #E68F82: hue angle of 7.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E68F82 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 130 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.10 |
| HSL | 7.8º | 0.67% | 0.71% | - |
| HSV(B) | 7.8º | 0.43% | 0.9% | - |
| XYZ | 46.48 | 38.08 | 26.02 | - |
| YUV | 167.53 | 106.82 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 130 | 0 | 0.38 | 0.43 | 0.10 | 7.8 | 0.67 | 0.71 |
| Hex | E6 | 8F | 82 | 0 | 26 | 2B | A | 8 | 43 | 47 |
| Octal | 346 | 217 | 202 | 0 | 46 | 53 | 12 | 10 | 103 | 107 |
| Binary | 11100110 | 10001111 | 10000010 | 0 | 100110 | 101011 | 1010 | 1000 | 1000011 | 1000111 |
Color Harmonies of #E68F82
Complementary color
Monochromatic Colors of #E68F82
Black with #E68F82
Text Example
Text Example
White with #E68F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F82; }
p { color: rgb(230,143,130); }
H1.HeaderClassName
{
color: #E68F82;
}
.AnyTagClassName
{
color: #E68F82;
}
</style>
background-color css
<style>
a { background-color: #E68F82; }
a { background-color: rgb(230,143,130); }
div.DivClassName
{
background-color: #E68F82;
}
.BgClassName
{
background-color: #E68F82;
}
</style>
border-color css
<style>
span { border-color: #E68F82; }
span { border-color: rgb(230,143,130); }
td.TdClassName
{
border-color: #E68F82;
}
.TagClassName
{
border-color: #E68F82;
}
</style>