Shades of Dark Salmon #E7917A
Tints of Dark Salmon #E7917A
RGB
CMYK
RGB Variations
Color information
#E7917A (or 0xE7917A) is known color: Dark Salmon. HEX triplet: E7, 91 and 7A. RGB value is (231,145,122). Sum of RGB (Red+Green+Blue) = 231+145+122=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E7917A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7917A is #186E85. Grayscale: #A8A8A8. Windows color (decimal): -1601158 or 8032743. OLE color: 8032743.
HSL color Cylindrical-coordinate representation of color #E7917A: hue angle of 12.66º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E7917A is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 122 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.09 |
| HSL | 12.66º | 0.69% | 0.69% | - |
| HSV(B) | 12.66º | 0.47% | 0.91% | - |
| XYZ | 46.59 | 38.64 | 23.42 | - |
| YUV | 168.09 | 101.99 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 122 | 0 | 0.37 | 0.47 | 0.09 | 12.66 | 0.69 | 0.69 |
| Hex | E7 | 91 | 7A | 0 | 25 | 2F | 9 | D | 45 | 45 |
| Octal | 347 | 221 | 172 | 0 | 45 | 57 | 11 | 15 | 105 | 105 |
| Binary | 11100111 | 10010001 | 1111010 | 0 | 100101 | 101111 | 1001 | 1101 | 1000101 | 1000101 |
Color Harmonies of #E7917A
Complementary color
Monochromatic Colors of #E7917A
Black with #E7917A
Text Example
Text Example
White with #E7917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7917A; }
p { color: rgb(231,145,122); }
H1.HeaderClassName
{
color: #E7917A;
}
.AnyTagClassName
{
color: #E7917A;
}
</style>
background-color css
<style>
a { background-color: #E7917A; }
a { background-color: rgb(231,145,122); }
div.DivClassName
{
background-color: #E7917A;
}
.BgClassName
{
background-color: #E7917A;
}
</style>
border-color css
<style>
span { border-color: #E7917A; }
span { border-color: rgb(231,145,122); }
td.TdClassName
{
border-color: #E7917A;
}
.TagClassName
{
border-color: #E7917A;
}
</style>