Shades of Dark Salmon #E98F80
Tints of Dark Salmon #E98F80
RGB
CMYK
RGB Variations
Color information
#E98F80 (or 0xE98F80) is known color: Dark Salmon. HEX triplet: E9, 8F and 80. RGB value is (233,143,128). Sum of RGB (Red+Green+Blue) = 233+143+128=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E98F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98F80 is #16707F. Grayscale: #A8A8A8. Windows color (decimal): -1470592 or 8425449. OLE color: 8425449.
HSL color Cylindrical-coordinate representation of color #E98F80: hue angle of 8.57º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E98F80 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 143 | 128 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.09 |
| HSL | 8.57º | 0.7% | 0.71% | - |
| HSV(B) | 8.57º | 0.45% | 0.91% | - |
| XYZ | 47.32 | 38.53 | 25.36 | - |
| YUV | 168.2 | 105.32 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 143 | 128 | 0 | 0.39 | 0.45 | 0.09 | 8.57 | 0.7 | 0.71 |
| Hex | E9 | 8F | 80 | 0 | 27 | 2D | 9 | 9 | 46 | 47 |
| Octal | 351 | 217 | 200 | 0 | 47 | 55 | 11 | 11 | 106 | 107 |
| Binary | 11101001 | 10001111 | 10000000 | 0 | 100111 | 101101 | 1001 | 1001 | 1000110 | 1000111 |
Color Harmonies of #E98F80
Complementary color
Monochromatic Colors of #E98F80
Black with #E98F80
Text Example
Text Example
White with #E98F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98F80; }
p { color: rgb(233,143,128); }
H1.HeaderClassName
{
color: #E98F80;
}
.AnyTagClassName
{
color: #E98F80;
}
</style>
background-color css
<style>
a { background-color: #E98F80; }
a { background-color: rgb(233,143,128); }
div.DivClassName
{
background-color: #E98F80;
}
.BgClassName
{
background-color: #E98F80;
}
</style>
border-color css
<style>
span { border-color: #E98F80; }
span { border-color: rgb(233,143,128); }
td.TdClassName
{
border-color: #E98F80;
}
.TagClassName
{
border-color: #E98F80;
}
</style>