Shades of Dark Salmon #E88F7A
Tints of Dark Salmon #E88F7A
RGB
CMYK
RGB Variations
Color information
#E88F7A (or 0xE88F7A) is known color: Dark Salmon. HEX triplet: E8, 8F and 7A. RGB value is (232,143,122). Sum of RGB (Red+Green+Blue) = 232+143+122=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E88F7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88F7A is #177085. Grayscale: #A7A7A7. Windows color (decimal): -1536134 or 8032232. OLE color: 8032232.
HSL color Cylindrical-coordinate representation of color #E88F7A: hue angle of 11.45º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E88F7A is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 143 | 122 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.09 |
| HSL | 11.45º | 0.71% | 0.69% | - |
| HSV(B) | 11.45º | 0.47% | 0.91% | - |
| XYZ | 46.61 | 38.21 | 23.33 | - |
| YUV | 167.22 | 102.49 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 122 | 0 | 0.38 | 0.47 | 0.09 | 11.45 | 0.71 | 0.69 |
| Hex | E8 | 8F | 7A | 0 | 26 | 2F | 9 | B | 47 | 45 |
| Octal | 350 | 217 | 172 | 0 | 46 | 57 | 11 | 13 | 107 | 105 |
| Binary | 11101000 | 10001111 | 1111010 | 0 | 100110 | 101111 | 1001 | 1011 | 1000111 | 1000101 |
Color Harmonies of #E88F7A
Complementary color
Monochromatic Colors of #E88F7A
Black with #E88F7A
Text Example
Text Example
White with #E88F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88F7A; }
p { color: rgb(232,143,122); }
H1.HeaderClassName
{
color: #E88F7A;
}
.AnyTagClassName
{
color: #E88F7A;
}
</style>
background-color css
<style>
a { background-color: #E88F7A; }
a { background-color: rgb(232,143,122); }
div.DivClassName
{
background-color: #E88F7A;
}
.BgClassName
{
background-color: #E88F7A;
}
</style>
border-color css
<style>
span { border-color: #E88F7A; }
span { border-color: rgb(232,143,122); }
td.TdClassName
{
border-color: #E88F7A;
}
.TagClassName
{
border-color: #E88F7A;
}
</style>