Shades of Salmon #EC846C
Tints of Salmon #EC846C
RGB
CMYK
RGB Variations
Color information
#EC846C (or 0xEC846C) is known color: Salmon. HEX triplet: EC, 84 and 6C. RGB value is (236,132,108). Sum of RGB (Red+Green+Blue) = 236+132+108=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC846C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC846C is #137B93. Grayscale: #A0A0A0. Windows color (decimal): -1276820 or 7111916. OLE color: 7111916.
HSL color Cylindrical-coordinate representation of color #EC846C: hue angle of 11.25º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC846C is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 108 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.07 |
| HSL | 11.25º | 0.77% | 0.67% | - |
| HSV(B) | 11.25º | 0.54% | 0.93% | - |
| XYZ | 45.55 | 35.42 | 18.62 | - |
| YUV | 160.36 | 98.46 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 108 | 0 | 0.44 | 0.54 | 0.07 | 11.25 | 0.77 | 0.67 |
| Hex | EC | 84 | 6C | 0 | 2C | 36 | 7 | B | 4D | 43 |
| Octal | 354 | 204 | 154 | 0 | 54 | 66 | 7 | 13 | 115 | 103 |
| Binary | 11101100 | 10000100 | 1101100 | 0 | 101100 | 110110 | 111 | 1011 | 1001101 | 1000011 |
Color Harmonies of #EC846C
Complementary color
Monochromatic Colors of #EC846C
Black with #EC846C
Text Example
Text Example
White with #EC846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC846C; }
p { color: rgb(236,132,108); }
H1.HeaderClassName
{
color: #EC846C;
}
.AnyTagClassName
{
color: #EC846C;
}
</style>
background-color css
<style>
a { background-color: #EC846C; }
a { background-color: rgb(236,132,108); }
div.DivClassName
{
background-color: #EC846C;
}
.BgClassName
{
background-color: #EC846C;
}
</style>
border-color css
<style>
span { border-color: #EC846C; }
span { border-color: rgb(236,132,108); }
td.TdClassName
{
border-color: #EC846C;
}
.TagClassName
{
border-color: #EC846C;
}
</style>