Shades of Dark Salmon #E68C78
Tints of Dark Salmon #E68C78
RGB
CMYK
RGB Variations
Color information
#E68C78 (or 0xE68C78) is known color: Dark Salmon. HEX triplet: E6, 8C and 78. RGB value is (230,140,120). Sum of RGB (Red+Green+Blue) = 230+140+120=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C78 is #197387. Grayscale: #A4A4A4. Windows color (decimal): -1667976 or 7900390. OLE color: 7900390.
HSL color Cylindrical-coordinate representation of color #E68C78: hue angle of 10.91º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E68C78 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 120 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.10 |
| HSL | 10.91º | 0.69% | 0.69% | - |
| HSV(B) | 10.91º | 0.48% | 0.9% | - |
| XYZ | 45.4 | 36.94 | 22.51 | - |
| YUV | 164.63 | 102.82 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 120 | 0 | 0.39 | 0.48 | 0.10 | 10.91 | 0.69 | 0.69 |
| Hex | E6 | 8C | 78 | 0 | 27 | 30 | A | B | 45 | 45 |
| Octal | 346 | 214 | 170 | 0 | 47 | 60 | 12 | 13 | 105 | 105 |
| Binary | 11100110 | 10001100 | 1111000 | 0 | 100111 | 110000 | 1010 | 1011 | 1000101 | 1000101 |
Color Harmonies of #E68C78
Complementary color
Monochromatic Colors of #E68C78
Black with #E68C78
Text Example
Text Example
White with #E68C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C78; }
p { color: rgb(230,140,120); }
H1.HeaderClassName
{
color: #E68C78;
}
.AnyTagClassName
{
color: #E68C78;
}
</style>
background-color css
<style>
a { background-color: #E68C78; }
a { background-color: rgb(230,140,120); }
div.DivClassName
{
background-color: #E68C78;
}
.BgClassName
{
background-color: #E68C78;
}
</style>
border-color css
<style>
span { border-color: #E68C78; }
span { border-color: rgb(230,140,120); }
td.TdClassName
{
border-color: #E68C78;
}
.TagClassName
{
border-color: #E68C78;
}
</style>