Shades of Dark Salmon #E88F70
Tints of Dark Salmon #E88F70
RGB
CMYK
RGB Variations
Color information
#E88F70 (or 0xE88F70) is known color: Dark Salmon. HEX triplet: E8, 8F and 70. RGB value is (232,143,112). Sum of RGB (Red+Green+Blue) = 232+143+112=487 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.64% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 232 - color contains mainly: red. Hex color #E88F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88F70 is #17708F. Grayscale: #A6A6A6. Windows color (decimal): -1536144 or 7376872. OLE color: 7376872.
HSL color Cylindrical-coordinate representation of color #E88F70: hue angle of 15.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E88F70 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 143 | 112 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.09 |
| HSL | 15.5º | 0.72% | 0.67% | - |
| HSV(B) | 15.5º | 0.52% | 0.91% | - |
| XYZ | 46.03 | 37.97 | 20.23 | - |
| YUV | 166.08 | 97.49 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 112 | 0 | 0.38 | 0.52 | 0.09 | 15.5 | 0.72 | 0.67 |
| Hex | E8 | 8F | 70 | 0 | 26 | 34 | 9 | 10 | 48 | 43 |
| Octal | 350 | 217 | 160 | 0 | 46 | 64 | 11 | 20 | 110 | 103 |
| Binary | 11101000 | 10001111 | 1110000 | 0 | 100110 | 110100 | 1001 | 10000 | 1001000 | 1000011 |
Color Harmonies of #E88F70
Complementary color
Monochromatic Colors of #E88F70
Black with #E88F70
Text Example
Text Example
White with #E88F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88F70; }
p { color: rgb(232,143,112); }
H1.HeaderClassName
{
color: #E88F70;
}
.AnyTagClassName
{
color: #E88F70;
}
</style>
background-color css
<style>
a { background-color: #E88F70; }
a { background-color: rgb(232,143,112); }
div.DivClassName
{
background-color: #E88F70;
}
.BgClassName
{
background-color: #E88F70;
}
</style>
border-color css
<style>
span { border-color: #E88F70; }
span { border-color: rgb(232,143,112); }
td.TdClassName
{
border-color: #E88F70;
}
.TagClassName
{
border-color: #E88F70;
}
</style>