Shades of Dark Salmon #E2967C
Tints of Dark Salmon #E2967C
RGB
CMYK
RGB Variations
Color information
#E2967C (or 0xE2967C) is known color: Dark Salmon. HEX triplet: E2, 96 and 7C. RGB value is (226,150,124). Sum of RGB (Red+Green+Blue) = 226+150+124=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E2967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2967C is #1D6983. Grayscale: #A9A9A9. Windows color (decimal): -1927556 or 8165090. OLE color: 8165090.
HSL color Cylindrical-coordinate representation of color #E2967C: hue angle of 15.29º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2967C is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 124 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.11 |
| HSL | 15.29º | 0.64% | 0.69% | - |
| HSV(B) | 15.29º | 0.45% | 0.89% | - |
| XYZ | 45.91 | 39.44 | 24.26 | - |
| YUV | 169.76 | 102.18 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 124 | 0 | 0.34 | 0.45 | 0.11 | 15.29 | 0.64 | 0.69 |
| Hex | E2 | 96 | 7C | 0 | 22 | 2D | B | F | 40 | 45 |
| Octal | 342 | 226 | 174 | 0 | 42 | 55 | 13 | 17 | 100 | 105 |
| Binary | 11100010 | 10010110 | 1111100 | 0 | 100010 | 101101 | 1011 | 1111 | 1000000 | 1000101 |
Color Harmonies of #E2967C
Complementary color
Monochromatic Colors of #E2967C
Black with #E2967C
Text Example
Text Example
White with #E2967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2967C; }
p { color: rgb(226,150,124); }
H1.HeaderClassName
{
color: #E2967C;
}
.AnyTagClassName
{
color: #E2967C;
}
</style>
background-color css
<style>
a { background-color: #E2967C; }
a { background-color: rgb(226,150,124); }
div.DivClassName
{
background-color: #E2967C;
}
.BgClassName
{
background-color: #E2967C;
}
</style>
border-color css
<style>
span { border-color: #E2967C; }
span { border-color: rgb(226,150,124); }
td.TdClassName
{
border-color: #E2967C;
}
.TagClassName
{
border-color: #E2967C;
}
</style>