Shades of Dark Salmon #E0947A
Tints of Dark Salmon #E0947A
RGB
CMYK
RGB Variations
Color information
#E0947A (or 0xE0947A) is known color: Dark Salmon. HEX triplet: E0, 94 and 7A. RGB value is (224,148,122). Sum of RGB (Red+Green+Blue) = 224+148+122=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E0947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0947A is #1F6B85. Grayscale: #A7A7A7. Windows color (decimal): -2059142 or 8033504. OLE color: 8033504.
HSL color Cylindrical-coordinate representation of color #E0947A: hue angle of 15.29º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0947A is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 122 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.12 |
| HSL | 15.29º | 0.62% | 0.68% | - |
| HSV(B) | 15.29º | 0.46% | 0.88% | - |
| XYZ | 44.84 | 38.43 | 23.47 | - |
| YUV | 167.76 | 102.18 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 122 | 0 | 0.34 | 0.46 | 0.12 | 15.29 | 0.62 | 0.68 |
| Hex | E0 | 94 | 7A | 0 | 22 | 2E | C | F | 3E | 44 |
| Octal | 340 | 224 | 172 | 0 | 42 | 56 | 14 | 17 | 76 | 104 |
| Binary | 11100000 | 10010100 | 1111010 | 0 | 100010 | 101110 | 1100 | 1111 | 111110 | 1000100 |
Color Harmonies of #E0947A
Complementary color
Monochromatic Colors of #E0947A
Black with #E0947A
Text Example
Text Example
White with #E0947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0947A; }
p { color: rgb(224,148,122); }
H1.HeaderClassName
{
color: #E0947A;
}
.AnyTagClassName
{
color: #E0947A;
}
</style>
background-color css
<style>
a { background-color: #E0947A; }
a { background-color: rgb(224,148,122); }
div.DivClassName
{
background-color: #E0947A;
}
.BgClassName
{
background-color: #E0947A;
}
</style>
border-color css
<style>
span { border-color: #E0947A; }
span { border-color: rgb(224,148,122); }
td.TdClassName
{
border-color: #E0947A;
}
.TagClassName
{
border-color: #E0947A;
}
</style>