Shades of Salmon #EC846B
Tints of Salmon #EC846B
RGB
CMYK
RGB Variations
Color information
#EC846B (or 0xEC846B) is known color: Salmon. HEX triplet: EC, 84 and 6B. RGB value is (236,132,107). Sum of RGB (Red+Green+Blue) = 236+132+107=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC846B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC846B is #137B94. Grayscale: #A0A0A0. Windows color (decimal): -1276821 or 7046380. OLE color: 7046380.
HSL color Cylindrical-coordinate representation of color #EC846B: hue angle of 11.63º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC846B is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 107 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.07 |
| HSL | 11.63º | 0.77% | 0.67% | - |
| HSV(B) | 11.63º | 0.55% | 0.93% | - |
| XYZ | 45.5 | 35.4 | 18.34 | - |
| YUV | 160.25 | 97.96 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 107 | 0 | 0.44 | 0.55 | 0.07 | 11.63 | 0.77 | 0.67 |
| Hex | EC | 84 | 6B | 0 | 2C | 37 | 7 | C | 4D | 43 |
| Octal | 354 | 204 | 153 | 0 | 54 | 67 | 7 | 14 | 115 | 103 |
| Binary | 11101100 | 10000100 | 1101011 | 0 | 101100 | 110111 | 111 | 1100 | 1001101 | 1000011 |
Color Harmonies of #EC846B
Complementary color
Monochromatic Colors of #EC846B
Black with #EC846B
Text Example
Text Example
White with #EC846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC846B; }
p { color: rgb(236,132,107); }
H1.HeaderClassName
{
color: #EC846B;
}
.AnyTagClassName
{
color: #EC846B;
}
</style>
background-color css
<style>
a { background-color: #EC846B; }
a { background-color: rgb(236,132,107); }
div.DivClassName
{
background-color: #EC846B;
}
.BgClassName
{
background-color: #EC846B;
}
</style>
border-color css
<style>
span { border-color: #EC846B; }
span { border-color: rgb(236,132,107); }
td.TdClassName
{
border-color: #EC846B;
}
.TagClassName
{
border-color: #EC846B;
}
</style>