Shades of Dark Salmon #E88C7B
Tints of Dark Salmon #E88C7B
RGB
CMYK
RGB Variations
Color information
#E88C7B (or 0xE88C7B) is known color: Dark Salmon. HEX triplet: E8, 8C and 7B. RGB value is (232,140,123). Sum of RGB (Red+Green+Blue) = 232+140+123=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E88C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88C7B is #177384. Grayscale: #A5A5A5. Windows color (decimal): -1536901 or 8097000. OLE color: 8097000.
HSL color Cylindrical-coordinate representation of color #E88C7B: hue angle of 9.36º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E88C7B is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 140 | 123 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.09 |
| HSL | 9.36º | 0.7% | 0.7% | - |
| HSV(B) | 9.36º | 0.47% | 0.91% | - |
| XYZ | 46.23 | 37.34 | 23.51 | - |
| YUV | 165.57 | 103.98 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 123 | 0 | 0.40 | 0.47 | 0.09 | 9.36 | 0.7 | 0.7 |
| Hex | E8 | 8C | 7B | 0 | 28 | 2F | 9 | 9 | 46 | 46 |
| Octal | 350 | 214 | 173 | 0 | 50 | 57 | 11 | 11 | 106 | 106 |
| Binary | 11101000 | 10001100 | 1111011 | 0 | 101000 | 101111 | 1001 | 1001 | 1000110 | 1000110 |
Color Harmonies of #E88C7B
Complementary color
Monochromatic Colors of #E88C7B
Black with #E88C7B
Text Example
Text Example
White with #E88C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88C7B; }
p { color: rgb(232,140,123); }
H1.HeaderClassName
{
color: #E88C7B;
}
.AnyTagClassName
{
color: #E88C7B;
}
</style>
background-color css
<style>
a { background-color: #E88C7B; }
a { background-color: rgb(232,140,123); }
div.DivClassName
{
background-color: #E88C7B;
}
.BgClassName
{
background-color: #E88C7B;
}
</style>
border-color css
<style>
span { border-color: #E88C7B; }
span { border-color: rgb(232,140,123); }
td.TdClassName
{
border-color: #E88C7B;
}
.TagClassName
{
border-color: #E88C7B;
}
</style>