Shades of Dark Salmon #E78C80
Tints of Dark Salmon #E78C80
RGB
CMYK
RGB Variations
Color information
#E78C80 (or 0xE78C80) is known color: Dark Salmon. HEX triplet: E7, 8C and 80. RGB value is (231,140,128). Sum of RGB (Red+Green+Blue) = 231+140+128=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E78C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78C80 is #18737F. Grayscale: #A5A5A5. Windows color (decimal): -1602432 or 8424679. OLE color: 8424679.
HSL color Cylindrical-coordinate representation of color #E78C80: hue angle of 6.99º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E78C80 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 140 | 128 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.09 |
| HSL | 6.99º | 0.68% | 0.7% | - |
| HSV(B) | 6.99º | 0.45% | 0.91% | - |
| XYZ | 46.23 | 37.3 | 25.19 | - |
| YUV | 165.84 | 106.65 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 140 | 128 | 0 | 0.39 | 0.45 | 0.09 | 6.99 | 0.68 | 0.7 |
| Hex | E7 | 8C | 80 | 0 | 27 | 2D | 9 | 7 | 44 | 46 |
| Octal | 347 | 214 | 200 | 0 | 47 | 55 | 11 | 7 | 104 | 106 |
| Binary | 11100111 | 10001100 | 10000000 | 0 | 100111 | 101101 | 1001 | 111 | 1000100 | 1000110 |
Color Harmonies of #E78C80
Complementary color
Monochromatic Colors of #E78C80
Black with #E78C80
Text Example
Text Example
White with #E78C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78C80; }
p { color: rgb(231,140,128); }
H1.HeaderClassName
{
color: #E78C80;
}
.AnyTagClassName
{
color: #E78C80;
}
</style>
background-color css
<style>
a { background-color: #E78C80; }
a { background-color: rgb(231,140,128); }
div.DivClassName
{
background-color: #E78C80;
}
.BgClassName
{
background-color: #E78C80;
}
</style>
border-color css
<style>
span { border-color: #E78C80; }
span { border-color: rgb(231,140,128); }
td.TdClassName
{
border-color: #E78C80;
}
.TagClassName
{
border-color: #E78C80;
}
</style>