Shades of Dark Salmon #E99375
Tints of Dark Salmon #E99375
RGB
CMYK
RGB Variations
Color information
#E99375 (or 0xE99375) is known color: Dark Salmon. HEX triplet: E9, 93 and 75. RGB value is (233,147,117). Sum of RGB (Red+Green+Blue) = 233+147+117=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E99375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99375 is #166C8A. Grayscale: #A9A9A9. Windows color (decimal): -1469579 or 7705577. OLE color: 7705577.
HSL color Cylindrical-coordinate representation of color #E99375: hue angle of 15.52º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E99375 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 147 | 117 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.09 |
| HSL | 15.52º | 0.73% | 0.69% | - |
| HSV(B) | 15.52º | 0.5% | 0.91% | - |
| XYZ | 47.25 | 39.48 | 21.96 | - |
| YUV | 169.29 | 98.49 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 147 | 117 | 0 | 0.37 | 0.50 | 0.09 | 15.52 | 0.73 | 0.69 |
| Hex | E9 | 93 | 75 | 0 | 25 | 32 | 9 | 10 | 48 | 45 |
| Octal | 351 | 223 | 165 | 0 | 45 | 62 | 11 | 20 | 110 | 105 |
| Binary | 11101001 | 10010011 | 1110101 | 0 | 100101 | 110010 | 1001 | 10000 | 1001000 | 1000101 |
Color Harmonies of #E99375
Complementary color
Monochromatic Colors of #E99375
Black with #E99375
Text Example
Text Example
White with #E99375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99375; }
p { color: rgb(233,147,117); }
H1.HeaderClassName
{
color: #E99375;
}
.AnyTagClassName
{
color: #E99375;
}
</style>
background-color css
<style>
a { background-color: #E99375; }
a { background-color: rgb(233,147,117); }
div.DivClassName
{
background-color: #E99375;
}
.BgClassName
{
background-color: #E99375;
}
</style>
border-color css
<style>
span { border-color: #E99375; }
span { border-color: rgb(233,147,117); }
td.TdClassName
{
border-color: #E99375;
}
.TagClassName
{
border-color: #E99375;
}
</style>