Shades of Dark Salmon #E68E80
Tints of Dark Salmon #E68E80
RGB
CMYK
RGB Variations
Color information
#E68E80 (or 0xE68E80) is known color: Dark Salmon. HEX triplet: E6, 8E and 80. RGB value is (230,142,128). Sum of RGB (Red+Green+Blue) = 230+142+128=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68E80 is #19717F. Grayscale: #A6A6A6. Windows color (decimal): -1667456 or 8425190. OLE color: 8425190.
HSL color Cylindrical-coordinate representation of color #E68E80: hue angle of 8.24º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E68E80 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 128 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.10 |
| HSL | 8.24º | 0.67% | 0.7% | - |
| HSV(B) | 8.24º | 0.44% | 0.9% | - |
| XYZ | 46.2 | 37.73 | 25.27 | - |
| YUV | 166.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 128 | 0 | 0.38 | 0.44 | 0.10 | 8.24 | 0.67 | 0.7 |
| Hex | E6 | 8E | 80 | 0 | 26 | 2C | A | 8 | 43 | 46 |
| Octal | 346 | 216 | 200 | 0 | 46 | 54 | 12 | 10 | 103 | 106 |
| Binary | 11100110 | 10001110 | 10000000 | 0 | 100110 | 101100 | 1010 | 1000 | 1000011 | 1000110 |
Color Harmonies of #E68E80
Complementary color
Monochromatic Colors of #E68E80
Black with #E68E80
Text Example
Text Example
White with #E68E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68E80; }
p { color: rgb(230,142,128); }
H1.HeaderClassName
{
color: #E68E80;
}
.AnyTagClassName
{
color: #E68E80;
}
</style>
background-color css
<style>
a { background-color: #E68E80; }
a { background-color: rgb(230,142,128); }
div.DivClassName
{
background-color: #E68E80;
}
.BgClassName
{
background-color: #E68E80;
}
</style>
border-color css
<style>
span { border-color: #E68E80; }
span { border-color: rgb(230,142,128); }
td.TdClassName
{
border-color: #E68E80;
}
.TagClassName
{
border-color: #E68E80;
}
</style>