Shades of Dark Salmon #E5976B
Tints of Dark Salmon #E5976B
RGB
CMYK
RGB Variations
Color information
#E5976B (or 0xE5976B) is known color: Dark Salmon. HEX triplet: E5, 97 and 6B. RGB value is (229,151,107). Sum of RGB (Red+Green+Blue) = 229+151+107=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E5976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5976B is #1A6894. Grayscale: #A9A9A9. Windows color (decimal): -1730709 or 7051237. OLE color: 7051237.
HSL color Cylindrical-coordinate representation of color #E5976B: hue angle of 21.64º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5976B is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 151 | 107 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.10 |
| HSL | 21.64º | 0.7% | 0.66% | - |
| HSV(B) | 21.64º | 0.53% | 0.9% | - |
| XYZ | 46.03 | 39.85 | 19.18 | - |
| YUV | 169.31 | 92.84 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 151 | 107 | 0 | 0.34 | 0.53 | 0.10 | 21.64 | 0.7 | 0.66 |
| Hex | E5 | 97 | 6B | 0 | 22 | 35 | A | 16 | 46 | 42 |
| Octal | 345 | 227 | 153 | 0 | 42 | 65 | 12 | 26 | 106 | 102 |
| Binary | 11100101 | 10010111 | 1101011 | 0 | 100010 | 110101 | 1010 | 10110 | 1000110 | 1000010 |
Color Harmonies of #E5976B
Complementary color
Monochromatic Colors of #E5976B
Black with #E5976B
Text Example
Text Example
White with #E5976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5976B; }
p { color: rgb(229,151,107); }
H1.HeaderClassName
{
color: #E5976B;
}
.AnyTagClassName
{
color: #E5976B;
}
</style>
background-color css
<style>
a { background-color: #E5976B; }
a { background-color: rgb(229,151,107); }
div.DivClassName
{
background-color: #E5976B;
}
.BgClassName
{
background-color: #E5976B;
}
</style>
border-color css
<style>
span { border-color: #E5976B; }
span { border-color: rgb(229,151,107); }
td.TdClassName
{
border-color: #E5976B;
}
.TagClassName
{
border-color: #E5976B;
}
</style>