Shades of Dark Salmon #E68F71
Tints of Dark Salmon #E68F71
RGB
CMYK
RGB Variations
Color information
#E68F71 (or 0xE68F71) is known color: Dark Salmon. HEX triplet: E6, 8F and 71. RGB value is (230,143,113). Sum of RGB (Red+Green+Blue) = 230+143+113=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68F71 is #19708E. Grayscale: #A5A5A5. Windows color (decimal): -1667215 or 7442406. OLE color: 7442406.
HSL color Cylindrical-coordinate representation of color #E68F71: hue angle of 15.38º 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 #E68F71 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 113 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.10 |
| HSL | 15.38º | 0.7% | 0.67% | - |
| HSV(B) | 15.38º | 0.51% | 0.9% | - |
| XYZ | 45.44 | 37.66 | 20.5 | - |
| YUV | 165.59 | 98.32 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 113 | 0 | 0.38 | 0.51 | 0.10 | 15.38 | 0.7 | 0.67 |
| Hex | E6 | 8F | 71 | 0 | 26 | 33 | A | F | 46 | 43 |
| Octal | 346 | 217 | 161 | 0 | 46 | 63 | 12 | 17 | 106 | 103 |
| Binary | 11100110 | 10001111 | 1110001 | 0 | 100110 | 110011 | 1010 | 1111 | 1000110 | 1000011 |
Color Harmonies of #E68F71
Complementary color
Monochromatic Colors of #E68F71
Black with #E68F71
Text Example
Text Example
White with #E68F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F71; }
p { color: rgb(230,143,113); }
H1.HeaderClassName
{
color: #E68F71;
}
.AnyTagClassName
{
color: #E68F71;
}
</style>
background-color css
<style>
a { background-color: #E68F71; }
a { background-color: rgb(230,143,113); }
div.DivClassName
{
background-color: #E68F71;
}
.BgClassName
{
background-color: #E68F71;
}
</style>
border-color css
<style>
span { border-color: #E68F71; }
span { border-color: rgb(230,143,113); }
td.TdClassName
{
border-color: #E68F71;
}
.TagClassName
{
border-color: #E68F71;
}
</style>