Shades of Dark Salmon #E78E72
Tints of Dark Salmon #E78E72
RGB
CMYK
RGB Variations
Color information
#E78E72 (or 0xE78E72) is known color: Dark Salmon. HEX triplet: E7, 8E and 72. RGB value is (231,142,114). Sum of RGB (Red+Green+Blue) = 231+142+114=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E78E72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78E72 is #18718D. Grayscale: #A5A5A5. Windows color (decimal): -1601934 or 7507687. OLE color: 7507687.
HSL color Cylindrical-coordinate representation of color #E78E72: hue angle of 14.36º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E78E72 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 142 | 114 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.09 |
| HSL | 14.36º | 0.71% | 0.68% | - |
| HSV(B) | 14.36º | 0.51% | 0.91% | - |
| XYZ | 45.67 | 37.55 | 20.76 | - |
| YUV | 165.42 | 98.99 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 142 | 114 | 0 | 0.39 | 0.51 | 0.09 | 14.36 | 0.71 | 0.68 |
| Hex | E7 | 8E | 72 | 0 | 27 | 33 | 9 | E | 47 | 44 |
| Octal | 347 | 216 | 162 | 0 | 47 | 63 | 11 | 16 | 107 | 104 |
| Binary | 11100111 | 10001110 | 1110010 | 0 | 100111 | 110011 | 1001 | 1110 | 1000111 | 1000100 |
Color Harmonies of #E78E72
Complementary color
Monochromatic Colors of #E78E72
Black with #E78E72
Text Example
Text Example
White with #E78E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78E72; }
p { color: rgb(231,142,114); }
H1.HeaderClassName
{
color: #E78E72;
}
.AnyTagClassName
{
color: #E78E72;
}
</style>
background-color css
<style>
a { background-color: #E78E72; }
a { background-color: rgb(231,142,114); }
div.DivClassName
{
background-color: #E78E72;
}
.BgClassName
{
background-color: #E78E72;
}
</style>
border-color css
<style>
span { border-color: #E78E72; }
span { border-color: rgb(231,142,114); }
td.TdClassName
{
border-color: #E78E72;
}
.TagClassName
{
border-color: #E78E72;
}
</style>