Shades of Dark Salmon #E2936F
Tints of Dark Salmon #E2936F
RGB
CMYK
RGB Variations
Color information
#E2936F (or 0xE2936F) is known color: Dark Salmon. HEX triplet: E2, 93 and 6F. RGB value is (226,147,111). Sum of RGB (Red+Green+Blue) = 226+147+111=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2936F is #1D6C90. Grayscale: #A6A6A6. Windows color (decimal): -1928337 or 7312354. OLE color: 7312354.
HSL color Cylindrical-coordinate representation of color #E2936F: hue angle of 18.78º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2936F is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 111 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.11 |
| HSL | 18.78º | 0.66% | 0.66% | - |
| HSV(B) | 18.78º | 0.51% | 0.89% | - |
| XYZ | 44.67 | 38.18 | 20.05 | - |
| YUV | 166.52 | 96.67 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 111 | 0 | 0.35 | 0.51 | 0.11 | 18.78 | 0.66 | 0.66 |
| Hex | E2 | 93 | 6F | 0 | 23 | 33 | B | 13 | 42 | 42 |
| Octal | 342 | 223 | 157 | 0 | 43 | 63 | 13 | 23 | 102 | 102 |
| Binary | 11100010 | 10010011 | 1101111 | 0 | 100011 | 110011 | 1011 | 10011 | 1000010 | 1000010 |
Color Harmonies of #E2936F
Complementary color
Monochromatic Colors of #E2936F
Black with #E2936F
Text Example
Text Example
White with #E2936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2936F; }
p { color: rgb(226,147,111); }
H1.HeaderClassName
{
color: #E2936F;
}
.AnyTagClassName
{
color: #E2936F;
}
</style>
background-color css
<style>
a { background-color: #E2936F; }
a { background-color: rgb(226,147,111); }
div.DivClassName
{
background-color: #E2936F;
}
.BgClassName
{
background-color: #E2936F;
}
</style>
border-color css
<style>
span { border-color: #E2936F; }
span { border-color: rgb(226,147,111); }
td.TdClassName
{
border-color: #E2936F;
}
.TagClassName
{
border-color: #E2936F;
}
</style>