Shades of Dark Salmon #E2947A
Tints of Dark Salmon #E2947A
RGB
CMYK
RGB Variations
Color information
#E2947A (or 0xE2947A) is known color: Dark Salmon. HEX triplet: E2, 94 and 7A. RGB value is (226,148,122). Sum of RGB (Red+Green+Blue) = 226+148+122=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2947A is #1D6B85. Grayscale: #A8A8A8. Windows color (decimal): -1928070 or 8033506. OLE color: 8033506.
HSL color Cylindrical-coordinate representation of color #E2947A: hue angle of 15º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2947A is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 122 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.11 |
| HSL | 15º | 0.64% | 0.68% | - |
| HSV(B) | 15º | 0.46% | 0.89% | - |
| XYZ | 45.47 | 38.75 | 23.5 | - |
| YUV | 168.36 | 101.84 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 122 | 0 | 0.35 | 0.46 | 0.11 | 15 | 0.64 | 0.68 |
| Hex | E2 | 94 | 7A | 0 | 23 | 2E | B | F | 40 | 44 |
| Octal | 342 | 224 | 172 | 0 | 43 | 56 | 13 | 17 | 100 | 104 |
| Binary | 11100010 | 10010100 | 1111010 | 0 | 100011 | 101110 | 1011 | 1111 | 1000000 | 1000100 |
Color Harmonies of #E2947A
Complementary color
Monochromatic Colors of #E2947A
Black with #E2947A
Text Example
Text Example
White with #E2947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2947A; }
p { color: rgb(226,148,122); }
H1.HeaderClassName
{
color: #E2947A;
}
.AnyTagClassName
{
color: #E2947A;
}
</style>
background-color css
<style>
a { background-color: #E2947A; }
a { background-color: rgb(226,148,122); }
div.DivClassName
{
background-color: #E2947A;
}
.BgClassName
{
background-color: #E2947A;
}
</style>
border-color css
<style>
span { border-color: #E2947A; }
span { border-color: rgb(226,148,122); }
td.TdClassName
{
border-color: #E2947A;
}
.TagClassName
{
border-color: #E2947A;
}
</style>