Shades of Dark Salmon #E69080
Tints of Dark Salmon #E69080
RGB
CMYK
RGB Variations
Color information
#E69080 (or 0xE69080) is known color: Dark Salmon. HEX triplet: E6, 90 and 80. RGB value is (230,144,128). Sum of RGB (Red+Green+Blue) = 230+144+128=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E69080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69080 is #196F7F. Grayscale: #A8A8A8. Windows color (decimal): -1666944 or 8425702. OLE color: 8425702.
HSL color Cylindrical-coordinate representation of color #E69080: hue angle of 9.41º 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 #E69080 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 128 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.10 |
| HSL | 9.41º | 0.67% | 0.7% | - |
| HSV(B) | 9.41º | 0.44% | 0.9% | - |
| XYZ | 46.5 | 38.33 | 25.37 | - |
| YUV | 167.89 | 105.49 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 128 | 0 | 0.37 | 0.44 | 0.10 | 9.41 | 0.67 | 0.7 |
| Hex | E6 | 90 | 80 | 0 | 25 | 2C | A | 9 | 43 | 46 |
| Octal | 346 | 220 | 200 | 0 | 45 | 54 | 12 | 11 | 103 | 106 |
| Binary | 11100110 | 10010000 | 10000000 | 0 | 100101 | 101100 | 1010 | 1001 | 1000011 | 1000110 |
Color Harmonies of #E69080
Complementary color
Monochromatic Colors of #E69080
Black with #E69080
Text Example
Text Example
White with #E69080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69080; }
p { color: rgb(230,144,128); }
H1.HeaderClassName
{
color: #E69080;
}
.AnyTagClassName
{
color: #E69080;
}
</style>
background-color css
<style>
a { background-color: #E69080; }
a { background-color: rgb(230,144,128); }
div.DivClassName
{
background-color: #E69080;
}
.BgClassName
{
background-color: #E69080;
}
</style>
border-color css
<style>
span { border-color: #E69080; }
span { border-color: rgb(230,144,128); }
td.TdClassName
{
border-color: #E69080;
}
.TagClassName
{
border-color: #E69080;
}
</style>