Shades of Dark Salmon #E68F70
Tints of Dark Salmon #E68F70
RGB
CMYK
RGB Variations
Color information
#E68F70 (or 0xE68F70) is known color: Dark Salmon. HEX triplet: E6, 8F and 70. RGB value is (230,143,112). Sum of RGB (Red+Green+Blue) = 230+143+112=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68F70 is #19708F. Grayscale: #A5A5A5. Windows color (decimal): -1667216 or 7376870. OLE color: 7376870.
HSL color Cylindrical-coordinate representation of color #E68F70: hue angle of 15.76º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E68F70 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 112 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.10 |
| HSL | 15.76º | 0.7% | 0.67% | - |
| HSV(B) | 15.76º | 0.51% | 0.9% | - |
| XYZ | 45.38 | 37.64 | 20.2 | - |
| YUV | 165.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 112 | 0 | 0.38 | 0.51 | 0.10 | 15.76 | 0.7 | 0.67 |
| Hex | E6 | 8F | 70 | 0 | 26 | 33 | A | 10 | 46 | 43 |
| Octal | 346 | 217 | 160 | 0 | 46 | 63 | 12 | 20 | 106 | 103 |
| Binary | 11100110 | 10001111 | 1110000 | 0 | 100110 | 110011 | 1010 | 10000 | 1000110 | 1000011 |
Color Harmonies of #E68F70
Complementary color
Monochromatic Colors of #E68F70
Black with #E68F70
Text Example
Text Example
White with #E68F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F70; }
p { color: rgb(230,143,112); }
H1.HeaderClassName
{
color: #E68F70;
}
.AnyTagClassName
{
color: #E68F70;
}
</style>
background-color css
<style>
a { background-color: #E68F70; }
a { background-color: rgb(230,143,112); }
div.DivClassName
{
background-color: #E68F70;
}
.BgClassName
{
background-color: #E68F70;
}
</style>
border-color css
<style>
span { border-color: #E68F70; }
span { border-color: rgb(230,143,112); }
td.TdClassName
{
border-color: #E68F70;
}
.TagClassName
{
border-color: #E68F70;
}
</style>