Shades of Dark Salmon #E88E6E
Tints of Dark Salmon #E88E6E
RGB
CMYK
RGB Variations
Color information
#E88E6E (or 0xE88E6E) is known color: Dark Salmon. HEX triplet: E8, 8E and 6E. RGB value is (232,142,110). Sum of RGB (Red+Green+Blue) = 232+142+110=484 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.93% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 232 - color contains mainly: red. Hex color #E88E6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88E6E is #177191. Grayscale: #A5A5A5. Windows color (decimal): -1536402 or 7245544. OLE color: 7245544.
HSL color Cylindrical-coordinate representation of color #E88E6E: hue angle of 15.74º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E88E6E is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 142 | 110 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.09 |
| HSL | 15.74º | 0.73% | 0.67% | - |
| HSV(B) | 15.74º | 0.53% | 0.91% | - |
| XYZ | 45.77 | 37.63 | 19.6 | - |
| YUV | 165.26 | 96.82 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 142 | 110 | 0 | 0.39 | 0.53 | 0.09 | 15.74 | 0.73 | 0.67 |
| Hex | E8 | 8E | 6E | 0 | 27 | 35 | 9 | 10 | 49 | 43 |
| Octal | 350 | 216 | 156 | 0 | 47 | 65 | 11 | 20 | 111 | 103 |
| Binary | 11101000 | 10001110 | 1101110 | 0 | 100111 | 110101 | 1001 | 10000 | 1001001 | 1000011 |
Color Harmonies of #E88E6E
Complementary color
Monochromatic Colors of #E88E6E
Black with #E88E6E
Text Example
Text Example
White with #E88E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88E6E; }
p { color: rgb(232,142,110); }
H1.HeaderClassName
{
color: #E88E6E;
}
.AnyTagClassName
{
color: #E88E6E;
}
</style>
background-color css
<style>
a { background-color: #E88E6E; }
a { background-color: rgb(232,142,110); }
div.DivClassName
{
background-color: #E88E6E;
}
.BgClassName
{
background-color: #E88E6E;
}
</style>
border-color css
<style>
span { border-color: #E88E6E; }
span { border-color: rgb(232,142,110); }
td.TdClassName
{
border-color: #E88E6E;
}
.TagClassName
{
border-color: #E88E6E;
}
</style>