Shades of Dark Salmon #E3997E
Tints of Dark Salmon #E3997E
RGB
CMYK
RGB Variations
Color information
#E3997E (or 0xE3997E) is known color: Dark Salmon. HEX triplet: E3, 99 and 7E. RGB value is (227,153,126). Sum of RGB (Red+Green+Blue) = 227+153+126=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 227 - color contains mainly: red. Hex color #E3997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3997E is #1C6681. Grayscale: #ACACAC. Windows color (decimal): -1861250 or 8296931. OLE color: 8296931.
HSL color Cylindrical-coordinate representation of color #E3997E: hue angle of 16.04º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E3997E is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 153 | 126 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.11 |
| HSL | 16.04º | 0.64% | 0.69% | - |
| HSV(B) | 16.04º | 0.44% | 0.89% | - |
| XYZ | 46.84 | 40.62 | 25.11 | - |
| YUV | 172.05 | 102.02 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 153 | 126 | 0 | 0.33 | 0.44 | 0.11 | 16.04 | 0.64 | 0.69 |
| Hex | E3 | 99 | 7E | 0 | 21 | 2C | B | 10 | 40 | 45 |
| Octal | 343 | 231 | 176 | 0 | 41 | 54 | 13 | 20 | 100 | 105 |
| Binary | 11100011 | 10011001 | 1111110 | 0 | 100001 | 101100 | 1011 | 10000 | 1000000 | 1000101 |
Color Harmonies of #E3997E
Complementary color
Monochromatic Colors of #E3997E
Black with #E3997E
Text Example
Text Example
White with #E3997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3997E; }
p { color: rgb(227,153,126); }
H1.HeaderClassName
{
color: #E3997E;
}
.AnyTagClassName
{
color: #E3997E;
}
</style>
background-color css
<style>
a { background-color: #E3997E; }
a { background-color: rgb(227,153,126); }
div.DivClassName
{
background-color: #E3997E;
}
.BgClassName
{
background-color: #E3997E;
}
</style>
border-color css
<style>
span { border-color: #E3997E; }
span { border-color: rgb(227,153,126); }
td.TdClassName
{
border-color: #E3997E;
}
.TagClassName
{
border-color: #E3997E;
}
</style>