Shades of Dark Salmon #EC927A
Tints of Dark Salmon #EC927A
RGB
CMYK
RGB Variations
Color information
#EC927A (or 0xEC927A) is known color: Dark Salmon. HEX triplet: EC, 92 and 7A. RGB value is (236,146,122). Sum of RGB (Red+Green+Blue) = 236+146+122=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC927A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC927A is #136D85. Grayscale: #AAAAAA. Windows color (decimal): -1273222 or 8033004. OLE color: 8033004.
HSL color Cylindrical-coordinate representation of color #EC927A: hue angle of 12.63º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC927A is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 122 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.07 |
| HSL | 12.63º | 0.75% | 0.7% | - |
| HSV(B) | 12.63º | 0.48% | 0.93% | - |
| XYZ | 48.38 | 39.8 | 23.54 | - |
| YUV | 170.17 | 100.82 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 122 | 0 | 0.38 | 0.48 | 0.07 | 12.63 | 0.75 | 0.7 |
| Hex | EC | 92 | 7A | 0 | 26 | 30 | 7 | D | 4B | 46 |
| Octal | 354 | 222 | 172 | 0 | 46 | 60 | 7 | 15 | 113 | 106 |
| Binary | 11101100 | 10010010 | 1111010 | 0 | 100110 | 110000 | 111 | 1101 | 1001011 | 1000110 |
Color Harmonies of #EC927A
Complementary color
Monochromatic Colors of #EC927A
Black with #EC927A
Text Example
Text Example
White with #EC927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC927A; }
p { color: rgb(236,146,122); }
H1.HeaderClassName
{
color: #EC927A;
}
.AnyTagClassName
{
color: #EC927A;
}
</style>
background-color css
<style>
a { background-color: #EC927A; }
a { background-color: rgb(236,146,122); }
div.DivClassName
{
background-color: #EC927A;
}
.BgClassName
{
background-color: #EC927A;
}
</style>
border-color css
<style>
span { border-color: #EC927A; }
span { border-color: rgb(236,146,122); }
td.TdClassName
{
border-color: #EC927A;
}
.TagClassName
{
border-color: #EC927A;
}
</style>