Shades of Dark Salmon #E88F74
Tints of Dark Salmon #E88F74
RGB
CMYK
RGB Variations
Color information
#E88F74 (or 0xE88F74) is known color: Dark Salmon. HEX triplet: E8, 8F and 74. RGB value is (232,143,116). Sum of RGB (Red+Green+Blue) = 232+143+116=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E88F74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88F74 is #17708B. Grayscale: #A6A6A6. Windows color (decimal): -1536140 or 7639016. OLE color: 7639016.
HSL color Cylindrical-coordinate representation of color #E88F74: hue angle of 13.97º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E88F74 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 143 | 116 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.09 |
| HSL | 13.97º | 0.72% | 0.68% | - |
| HSV(B) | 13.97º | 0.5% | 0.91% | - |
| XYZ | 46.25 | 38.06 | 21.43 | - |
| YUV | 166.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 116 | 0 | 0.38 | 0.50 | 0.09 | 13.97 | 0.72 | 0.68 |
| Hex | E8 | 8F | 74 | 0 | 26 | 32 | 9 | E | 48 | 44 |
| Octal | 350 | 217 | 164 | 0 | 46 | 62 | 11 | 16 | 110 | 104 |
| Binary | 11101000 | 10001111 | 1110100 | 0 | 100110 | 110010 | 1001 | 1110 | 1001000 | 1000100 |
Color Harmonies of #E88F74
Complementary color
Monochromatic Colors of #E88F74
Black with #E88F74
Text Example
Text Example
White with #E88F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88F74; }
p { color: rgb(232,143,116); }
H1.HeaderClassName
{
color: #E88F74;
}
.AnyTagClassName
{
color: #E88F74;
}
</style>
background-color css
<style>
a { background-color: #E88F74; }
a { background-color: rgb(232,143,116); }
div.DivClassName
{
background-color: #E88F74;
}
.BgClassName
{
background-color: #E88F74;
}
</style>
border-color css
<style>
span { border-color: #E88F74; }
span { border-color: rgb(232,143,116); }
td.TdClassName
{
border-color: #E88F74;
}
.TagClassName
{
border-color: #E88F74;
}
</style>