Shades of Dark Salmon #E99081
Tints of Dark Salmon #E99081
RGB
CMYK
RGB Variations
Color information
#E99081 (or 0xE99081) is known color: Dark Salmon. HEX triplet: E9, 90 and 81. RGB value is (233,144,129). Sum of RGB (Red+Green+Blue) = 233+144+129=506 (67% of max value = 765). Red value is 233 (91.41% from 255 or 46.05% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 233 - color contains mainly: red. Hex color #E99081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99081 is #166F7E. Grayscale: #A9A9A9. Windows color (decimal): -1470335 or 8491241. OLE color: 8491241.
HSL color Cylindrical-coordinate representation of color #E99081: hue angle of 8.65º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E99081 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 129 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.09 |
| HSL | 8.65º | 0.7% | 0.71% | - |
| HSV(B) | 8.65º | 0.45% | 0.91% | - |
| XYZ | 47.54 | 38.86 | 25.76 | - |
| YUV | 168.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 129 | 0 | 0.38 | 0.45 | 0.09 | 8.65 | 0.7 | 0.71 |
| Hex | E9 | 90 | 81 | 0 | 26 | 2D | 9 | 9 | 46 | 47 |
| Octal | 351 | 220 | 201 | 0 | 46 | 55 | 11 | 11 | 106 | 107 |
| Binary | 11101001 | 10010000 | 10000001 | 0 | 100110 | 101101 | 1001 | 1001 | 1000110 | 1000111 |
Color Harmonies of #E99081
Complementary color
Monochromatic Colors of #E99081
Black with #E99081
Text Example
Text Example
White with #E99081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99081; }
p { color: rgb(233,144,129); }
H1.HeaderClassName
{
color: #E99081;
}
.AnyTagClassName
{
color: #E99081;
}
</style>
background-color css
<style>
a { background-color: #E99081; }
a { background-color: rgb(233,144,129); }
div.DivClassName
{
background-color: #E99081;
}
.BgClassName
{
background-color: #E99081;
}
</style>
border-color css
<style>
span { border-color: #E99081; }
span { border-color: rgb(233,144,129); }
td.TdClassName
{
border-color: #E99081;
}
.TagClassName
{
border-color: #E99081;
}
</style>