Shades of Dark Salmon #E99175
Tints of Dark Salmon #E99175
RGB
CMYK
RGB Variations
Color information
#E99175 (or 0xE99175) is known color: Dark Salmon. HEX triplet: E9, 91 and 75. RGB value is (233,145,117). Sum of RGB (Red+Green+Blue) = 233+145+117=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E99175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99175 is #166E8A. Grayscale: #A8A8A8. Windows color (decimal): -1470091 or 7705065. OLE color: 7705065.
HSL color Cylindrical-coordinate representation of color #E99175: hue angle of 14.48º 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 #E99175 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 145 | 117 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.09 |
| HSL | 14.48º | 0.73% | 0.69% | - |
| HSV(B) | 14.48º | 0.5% | 0.91% | - |
| XYZ | 46.94 | 38.86 | 21.86 | - |
| YUV | 168.12 | 99.15 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 117 | 0 | 0.38 | 0.50 | 0.09 | 14.48 | 0.73 | 0.69 |
| Hex | E9 | 91 | 75 | 0 | 26 | 32 | 9 | E | 48 | 45 |
| Octal | 351 | 221 | 165 | 0 | 46 | 62 | 11 | 16 | 110 | 105 |
| Binary | 11101001 | 10010001 | 1110101 | 0 | 100110 | 110010 | 1001 | 1110 | 1001000 | 1000101 |
Color Harmonies of #E99175
Complementary color
Monochromatic Colors of #E99175
Black with #E99175
Text Example
Text Example
White with #E99175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99175; }
p { color: rgb(233,145,117); }
H1.HeaderClassName
{
color: #E99175;
}
.AnyTagClassName
{
color: #E99175;
}
</style>
background-color css
<style>
a { background-color: #E99175; }
a { background-color: rgb(233,145,117); }
div.DivClassName
{
background-color: #E99175;
}
.BgClassName
{
background-color: #E99175;
}
</style>
border-color css
<style>
span { border-color: #E99175; }
span { border-color: rgb(233,145,117); }
td.TdClassName
{
border-color: #E99175;
}
.TagClassName
{
border-color: #E99175;
}
</style>