Shades of Dark Salmon #E98F7F
Tints of Dark Salmon #E98F7F
RGB
CMYK
RGB Variations
Color information
#E98F7F (or 0xE98F7F) is known color: Dark Salmon. HEX triplet: E9, 8F and 7F. RGB value is (233,143,127). Sum of RGB (Red+Green+Blue) = 233+143+127=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E98F7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98F7F is #167080. Grayscale: #A8A8A8. Windows color (decimal): -1470593 or 8359913. OLE color: 8359913.
HSL color Cylindrical-coordinate representation of color #E98F7F: hue angle of 9.06º degrees, saturation: 0.71, 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 #E98F7F is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 143 | 127 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.09 |
| HSL | 9.06º | 0.71% | 0.71% | - |
| HSV(B) | 9.06º | 0.45% | 0.91% | - |
| XYZ | 47.26 | 38.5 | 25.02 | - |
| YUV | 168.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 143 | 127 | 0 | 0.39 | 0.45 | 0.09 | 9.06 | 0.71 | 0.71 |
| Hex | E9 | 8F | 7F | 0 | 27 | 2D | 9 | 9 | 47 | 47 |
| Octal | 351 | 217 | 177 | 0 | 47 | 55 | 11 | 11 | 107 | 107 |
| Binary | 11101001 | 10001111 | 1111111 | 0 | 100111 | 101101 | 1001 | 1001 | 1000111 | 1000111 |
Color Harmonies of #E98F7F
Complementary color
Monochromatic Colors of #E98F7F
Black with #E98F7F
Text Example
Text Example
White with #E98F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98F7F; }
p { color: rgb(233,143,127); }
H1.HeaderClassName
{
color: #E98F7F;
}
.AnyTagClassName
{
color: #E98F7F;
}
</style>
background-color css
<style>
a { background-color: #E98F7F; }
a { background-color: rgb(233,143,127); }
div.DivClassName
{
background-color: #E98F7F;
}
.BgClassName
{
background-color: #E98F7F;
}
</style>
border-color css
<style>
span { border-color: #E98F7F; }
span { border-color: rgb(233,143,127); }
td.TdClassName
{
border-color: #E98F7F;
}
.TagClassName
{
border-color: #E98F7F;
}
</style>