Shades of Dark Salmon #E99573
Tints of Dark Salmon #E99573
RGB
CMYK
RGB Variations
Color information
#E99573 (or 0xE99573) is known color: Dark Salmon. HEX triplet: E9, 95 and 73. RGB value is (233,149,115). Sum of RGB (Red+Green+Blue) = 233+149+115=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E99573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99573 is #166A8C. Grayscale: #AAAAAA. Windows color (decimal): -1469069 or 7575017. OLE color: 7575017.
HSL color Cylindrical-coordinate representation of color #E99573: hue angle of 17.29º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E99573 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 149 | 115 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.09 |
| HSL | 17.29º | 0.73% | 0.68% | - |
| HSV(B) | 17.29º | 0.51% | 0.91% | - |
| XYZ | 47.45 | 40.06 | 21.45 | - |
| YUV | 170.24 | 96.83 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 149 | 115 | 0 | 0.36 | 0.51 | 0.09 | 17.29 | 0.73 | 0.68 |
| Hex | E9 | 95 | 73 | 0 | 24 | 33 | 9 | 11 | 49 | 44 |
| Octal | 351 | 225 | 163 | 0 | 44 | 63 | 11 | 21 | 111 | 104 |
| Binary | 11101001 | 10010101 | 1110011 | 0 | 100100 | 110011 | 1001 | 10001 | 1001001 | 1000100 |
Color Harmonies of #E99573
Complementary color
Monochromatic Colors of #E99573
Black with #E99573
Text Example
Text Example
White with #E99573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99573; }
p { color: rgb(233,149,115); }
H1.HeaderClassName
{
color: #E99573;
}
.AnyTagClassName
{
color: #E99573;
}
</style>
background-color css
<style>
a { background-color: #E99573; }
a { background-color: rgb(233,149,115); }
div.DivClassName
{
background-color: #E99573;
}
.BgClassName
{
background-color: #E99573;
}
</style>
border-color css
<style>
span { border-color: #E99573; }
span { border-color: rgb(233,149,115); }
td.TdClassName
{
border-color: #E99573;
}
.TagClassName
{
border-color: #E99573;
}
</style>