Shades of Dark Salmon #E3967E
Tints of Dark Salmon #E3967E
RGB
CMYK
RGB Variations
Color information
#E3967E (or 0xE3967E) is known color: Dark Salmon. HEX triplet: E3, 96 and 7E. RGB value is (227,150,126). Sum of RGB (Red+Green+Blue) = 227+150+126=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 227 - color contains mainly: red. Hex color #E3967E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3967E is #1C6981. Grayscale: #AAAAAA. Windows color (decimal): -1862018 or 8296163. OLE color: 8296163.
HSL color Cylindrical-coordinate representation of color #E3967E: hue angle of 14.26º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E3967E is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 150 | 126 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.11 |
| HSL | 14.26º | 0.64% | 0.69% | - |
| HSV(B) | 14.26º | 0.44% | 0.89% | - |
| XYZ | 46.35 | 39.65 | 24.95 | - |
| YUV | 170.29 | 103.01 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 126 | 0 | 0.34 | 0.44 | 0.11 | 14.26 | 0.64 | 0.69 |
| Hex | E3 | 96 | 7E | 0 | 22 | 2C | B | E | 40 | 45 |
| Octal | 343 | 226 | 176 | 0 | 42 | 54 | 13 | 16 | 100 | 105 |
| Binary | 11100011 | 10010110 | 1111110 | 0 | 100010 | 101100 | 1011 | 1110 | 1000000 | 1000101 |
Color Harmonies of #E3967E
Complementary color
Monochromatic Colors of #E3967E
Black with #E3967E
Text Example
Text Example
White with #E3967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3967E; }
p { color: rgb(227,150,126); }
H1.HeaderClassName
{
color: #E3967E;
}
.AnyTagClassName
{
color: #E3967E;
}
</style>
background-color css
<style>
a { background-color: #E3967E; }
a { background-color: rgb(227,150,126); }
div.DivClassName
{
background-color: #E3967E;
}
.BgClassName
{
background-color: #E3967E;
}
</style>
border-color css
<style>
span { border-color: #E3967E; }
span { border-color: rgb(227,150,126); }
td.TdClassName
{
border-color: #E3967E;
}
.TagClassName
{
border-color: #E3967E;
}
</style>