Shades of Dark Salmon #EE947E
Tints of Dark Salmon #EE947E
RGB
CMYK
RGB Variations
Color information
#EE947E (or 0xEE947E) is known color: Dark Salmon. HEX triplet: EE, 94 and 7E. RGB value is (238,148,126). Sum of RGB (Red+Green+Blue) = 238+148+126=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EE947E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE947E is #116B81. Grayscale: #ACACAC. Windows color (decimal): -1141634 or 8295662. OLE color: 8295662.
HSL color Cylindrical-coordinate representation of color #EE947E: hue angle of 11.79º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE947E is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 126 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.07 |
| HSL | 11.79º | 0.77% | 0.71% | - |
| HSV(B) | 11.79º | 0.47% | 0.93% | - |
| XYZ | 49.62 | 40.86 | 25.01 | - |
| YUV | 172.4 | 101.82 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 126 | 0 | 0.38 | 0.47 | 0.07 | 11.79 | 0.77 | 0.71 |
| Hex | EE | 94 | 7E | 0 | 26 | 2F | 7 | C | 4D | 47 |
| Octal | 356 | 224 | 176 | 0 | 46 | 57 | 7 | 14 | 115 | 107 |
| Binary | 11101110 | 10010100 | 1111110 | 0 | 100110 | 101111 | 111 | 1100 | 1001101 | 1000111 |
Color Harmonies of #EE947E
Complementary color
Monochromatic Colors of #EE947E
Black with #EE947E
Text Example
Text Example
White with #EE947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE947E; }
p { color: rgb(238,148,126); }
H1.HeaderClassName
{
color: #EE947E;
}
.AnyTagClassName
{
color: #EE947E;
}
</style>
background-color css
<style>
a { background-color: #EE947E; }
a { background-color: rgb(238,148,126); }
div.DivClassName
{
background-color: #EE947E;
}
.BgClassName
{
background-color: #EE947E;
}
</style>
border-color css
<style>
span { border-color: #EE947E; }
span { border-color: rgb(238,148,126); }
td.TdClassName
{
border-color: #EE947E;
}
.TagClassName
{
border-color: #EE947E;
}
</style>