Shades of Dark Salmon #E5967E
Tints of Dark Salmon #E5967E
RGB
CMYK
RGB Variations
Color information
#E5967E (or 0xE5967E) is known color: Dark Salmon. HEX triplet: E5, 96 and 7E. RGB value is (229,150,126). Sum of RGB (Red+Green+Blue) = 229+150+126=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E5967E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5967E is #1A6981. Grayscale: #ABABAB. Windows color (decimal): -1730946 or 8296165. OLE color: 8296165.
HSL color Cylindrical-coordinate representation of color #E5967E: hue angle of 13.98º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5967E is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 126 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.10 |
| HSL | 13.98º | 0.66% | 0.7% | - |
| HSV(B) | 13.98º | 0.45% | 0.9% | - |
| XYZ | 46.99 | 39.98 | 24.98 | - |
| YUV | 170.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 126 | 0 | 0.34 | 0.45 | 0.10 | 13.98 | 0.66 | 0.7 |
| Hex | E5 | 96 | 7E | 0 | 22 | 2D | A | E | 42 | 46 |
| Octal | 345 | 226 | 176 | 0 | 42 | 55 | 12 | 16 | 102 | 106 |
| Binary | 11100101 | 10010110 | 1111110 | 0 | 100010 | 101101 | 1010 | 1110 | 1000010 | 1000110 |
Color Harmonies of #E5967E
Complementary color
Monochromatic Colors of #E5967E
Black with #E5967E
Text Example
Text Example
White with #E5967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5967E; }
p { color: rgb(229,150,126); }
H1.HeaderClassName
{
color: #E5967E;
}
.AnyTagClassName
{
color: #E5967E;
}
</style>
background-color css
<style>
a { background-color: #E5967E; }
a { background-color: rgb(229,150,126); }
div.DivClassName
{
background-color: #E5967E;
}
.BgClassName
{
background-color: #E5967E;
}
</style>
border-color css
<style>
span { border-color: #E5967E; }
span { border-color: rgb(229,150,126); }
td.TdClassName
{
border-color: #E5967E;
}
.TagClassName
{
border-color: #E5967E;
}
</style>