Shades of Dark Salmon #E68C75
Tints of Dark Salmon #E68C75
RGB
CMYK
RGB Variations
Color information
#E68C75 (or 0xE68C75) is known color: Dark Salmon. HEX triplet: E6, 8C and 75. RGB value is (230,140,117). Sum of RGB (Red+Green+Blue) = 230+140+117=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C75 is #19738A. Grayscale: #A4A4A4. Windows color (decimal): -1667979 or 7703782. OLE color: 7703782.
HSL color Cylindrical-coordinate representation of color #E68C75: hue angle of 12.21º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E68C75 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 117 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.10 |
| HSL | 12.21º | 0.69% | 0.68% | - |
| HSV(B) | 12.21º | 0.49% | 0.9% | - |
| XYZ | 45.22 | 36.86 | 21.56 | - |
| YUV | 164.29 | 101.32 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 117 | 0 | 0.39 | 0.49 | 0.10 | 12.21 | 0.69 | 0.68 |
| Hex | E6 | 8C | 75 | 0 | 27 | 31 | A | C | 45 | 44 |
| Octal | 346 | 214 | 165 | 0 | 47 | 61 | 12 | 14 | 105 | 104 |
| Binary | 11100110 | 10001100 | 1110101 | 0 | 100111 | 110001 | 1010 | 1100 | 1000101 | 1000100 |
Color Harmonies of #E68C75
Complementary color
Monochromatic Colors of #E68C75
Black with #E68C75
Text Example
Text Example
White with #E68C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C75; }
p { color: rgb(230,140,117); }
H1.HeaderClassName
{
color: #E68C75;
}
.AnyTagClassName
{
color: #E68C75;
}
</style>
background-color css
<style>
a { background-color: #E68C75; }
a { background-color: rgb(230,140,117); }
div.DivClassName
{
background-color: #E68C75;
}
.BgClassName
{
background-color: #E68C75;
}
</style>
border-color css
<style>
span { border-color: #E68C75; }
span { border-color: rgb(230,140,117); }
td.TdClassName
{
border-color: #E68C75;
}
.TagClassName
{
border-color: #E68C75;
}
</style>