Shades of Dark Salmon #E68D75
Tints of Dark Salmon #E68D75
RGB
CMYK
RGB Variations
Color information
#E68D75 (or 0xE68D75) is known color: Dark Salmon. HEX triplet: E6, 8D and 75. RGB value is (230,141,117). Sum of RGB (Red+Green+Blue) = 230+141+117=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D75 is #19728A. Grayscale: #A5A5A5. Windows color (decimal): -1667723 or 7704038. OLE color: 7704038.
HSL color Cylindrical-coordinate representation of color #E68D75: hue angle of 12.74º 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 #E68D75 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 117 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.10 |
| HSL | 12.74º | 0.69% | 0.68% | - |
| HSV(B) | 12.74º | 0.49% | 0.9% | - |
| XYZ | 45.37 | 37.16 | 21.61 | - |
| YUV | 164.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 117 | 0 | 0.39 | 0.49 | 0.10 | 12.74 | 0.69 | 0.68 |
| Hex | E6 | 8D | 75 | 0 | 27 | 31 | A | D | 45 | 44 |
| Octal | 346 | 215 | 165 | 0 | 47 | 61 | 12 | 15 | 105 | 104 |
| Binary | 11100110 | 10001101 | 1110101 | 0 | 100111 | 110001 | 1010 | 1101 | 1000101 | 1000100 |
Color Harmonies of #E68D75
Complementary color
Monochromatic Colors of #E68D75
Black with #E68D75
Text Example
Text Example
White with #E68D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D75; }
p { color: rgb(230,141,117); }
H1.HeaderClassName
{
color: #E68D75;
}
.AnyTagClassName
{
color: #E68D75;
}
</style>
background-color css
<style>
a { background-color: #E68D75; }
a { background-color: rgb(230,141,117); }
div.DivClassName
{
background-color: #E68D75;
}
.BgClassName
{
background-color: #E68D75;
}
</style>
border-color css
<style>
span { border-color: #E68D75; }
span { border-color: rgb(230,141,117); }
td.TdClassName
{
border-color: #E68D75;
}
.TagClassName
{
border-color: #E68D75;
}
</style>