Shades of Dark Salmon #E2967A
Tints of Dark Salmon #E2967A
RGB
CMYK
RGB Variations
Color information
#E2967A (or 0xE2967A) is known color: Dark Salmon. HEX triplet: E2, 96 and 7A. RGB value is (226,150,122). Sum of RGB (Red+Green+Blue) = 226+150+122=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E2967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2967A is #1D6985. Grayscale: #A9A9A9. Windows color (decimal): -1927558 or 8034018. OLE color: 8034018.
HSL color Cylindrical-coordinate representation of color #E2967A: hue angle of 16.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 #E2967A is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 122 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.11 |
| HSL | 16.15º | 0.64% | 0.68% | - |
| HSV(B) | 16.15º | 0.46% | 0.89% | - |
| XYZ | 45.78 | 39.39 | 23.6 | - |
| YUV | 169.53 | 101.18 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 122 | 0 | 0.34 | 0.46 | 0.11 | 16.15 | 0.64 | 0.68 |
| Hex | E2 | 96 | 7A | 0 | 22 | 2E | B | 10 | 40 | 44 |
| Octal | 342 | 226 | 172 | 0 | 42 | 56 | 13 | 20 | 100 | 104 |
| Binary | 11100010 | 10010110 | 1111010 | 0 | 100010 | 101110 | 1011 | 10000 | 1000000 | 1000100 |
Color Harmonies of #E2967A
Complementary color
Monochromatic Colors of #E2967A
Black with #E2967A
Text Example
Text Example
White with #E2967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2967A; }
p { color: rgb(226,150,122); }
H1.HeaderClassName
{
color: #E2967A;
}
.AnyTagClassName
{
color: #E2967A;
}
</style>
background-color css
<style>
a { background-color: #E2967A; }
a { background-color: rgb(226,150,122); }
div.DivClassName
{
background-color: #E2967A;
}
.BgClassName
{
background-color: #E2967A;
}
</style>
border-color css
<style>
span { border-color: #E2967A; }
span { border-color: rgb(226,150,122); }
td.TdClassName
{
border-color: #E2967A;
}
.TagClassName
{
border-color: #E2967A;
}
</style>