Shades of Dark Salmon #E08F78
Tints of Dark Salmon #E08F78
RGB
CMYK
RGB Variations
Color information
#E08F78 (or 0xE08F78) is known color: Dark Salmon. HEX triplet: E0, 8F and 78. RGB value is (224,143,120). Sum of RGB (Red+Green+Blue) = 224+143+120=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08F78 is #1F7087. Grayscale: #A4A4A4. Windows color (decimal): -2060424 or 7901152. OLE color: 7901152.
HSL color Cylindrical-coordinate representation of color #E08F78: hue angle of 13.27º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E08F78 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 120 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.12 |
| HSL | 13.27º | 0.63% | 0.67% | - |
| HSV(B) | 13.27º | 0.46% | 0.88% | - |
| XYZ | 43.95 | 36.85 | 22.57 | - |
| YUV | 164.6 | 102.84 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 120 | 0 | 0.36 | 0.46 | 0.12 | 13.27 | 0.63 | 0.67 |
| Hex | E0 | 8F | 78 | 0 | 24 | 2E | C | D | 3F | 43 |
| Octal | 340 | 217 | 170 | 0 | 44 | 56 | 14 | 15 | 77 | 103 |
| Binary | 11100000 | 10001111 | 1111000 | 0 | 100100 | 101110 | 1100 | 1101 | 111111 | 1000011 |
Color Harmonies of #E08F78
Complementary color
Monochromatic Colors of #E08F78
Black with #E08F78
Text Example
Text Example
White with #E08F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08F78; }
p { color: rgb(224,143,120); }
H1.HeaderClassName
{
color: #E08F78;
}
.AnyTagClassName
{
color: #E08F78;
}
</style>
background-color css
<style>
a { background-color: #E08F78; }
a { background-color: rgb(224,143,120); }
div.DivClassName
{
background-color: #E08F78;
}
.BgClassName
{
background-color: #E08F78;
}
</style>
border-color css
<style>
span { border-color: #E08F78; }
span { border-color: rgb(224,143,120); }
td.TdClassName
{
border-color: #E08F78;
}
.TagClassName
{
border-color: #E08F78;
}
</style>