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