Shades of Dark Salmon #E68E73
Tints of Dark Salmon #E68E73
RGB
CMYK
RGB Variations
Color information
#E68E73 (or 0xE68E73) is known color: Dark Salmon. HEX triplet: E6, 8E and 73. RGB value is (230,142,115). Sum of RGB (Red+Green+Blue) = 230+142+115=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68E73 is #19718C. Grayscale: #A5A5A5. Windows color (decimal): -1667469 or 7573222. OLE color: 7573222.
HSL color Cylindrical-coordinate representation of color #E68E73: hue angle of 14.09º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E68E73 is Cyan = 0, Magento = 0.38, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 115 | - |
| CMYK | 0 | 0.38 | 0.5 | 0.10 |
| HSL | 14.09º | 0.7% | 0.68% | - |
| HSV(B) | 14.09º | 0.5% | 0.9% | - |
| XYZ | 45.4 | 37.41 | 21.05 | - |
| YUV | 165.23 | 99.65 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 115 | 0 | 0.38 | 0.5 | 0.10 | 14.09 | 0.7 | 0.68 |
| Hex | E6 | 8E | 73 | 0 | 26 | 32 | A | E | 46 | 44 |
| Octal | 346 | 216 | 163 | 0 | 46 | 62 | 12 | 16 | 106 | 104 |
| Binary | 11100110 | 10001110 | 1110011 | 0 | 100110 | 110010 | 1010 | 1110 | 1000110 | 1000100 |
Color Harmonies of #E68E73
Complementary color
Monochromatic Colors of #E68E73
Black with #E68E73
Text Example
Text Example
White with #E68E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68E73; }
p { color: rgb(230,142,115); }
H1.HeaderClassName
{
color: #E68E73;
}
.AnyTagClassName
{
color: #E68E73;
}
</style>
background-color css
<style>
a { background-color: #E68E73; }
a { background-color: rgb(230,142,115); }
div.DivClassName
{
background-color: #E68E73;
}
.BgClassName
{
background-color: #E68E73;
}
</style>
border-color css
<style>
span { border-color: #E68E73; }
span { border-color: rgb(230,142,115); }
td.TdClassName
{
border-color: #E68E73;
}
.TagClassName
{
border-color: #E68E73;
}
</style>