Shades of Dark Salmon #EA957E
Tints of Dark Salmon #EA957E
RGB
CMYK
RGB Variations
Color information
#EA957E (or 0xEA957E) is known color: Dark Salmon. HEX triplet: EA, 95 and 7E. RGB value is (234,149,126). Sum of RGB (Red+Green+Blue) = 234+149+126=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA957E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA957E is #156A81. Grayscale: #ABABAB. Windows color (decimal): -1403522 or 8295914. OLE color: 8295914.
HSL color Cylindrical-coordinate representation of color #EA957E: hue angle of 12.78º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA957E is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 126 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.08 |
| HSL | 12.78º | 0.72% | 0.71% | - |
| HSV(B) | 12.78º | 0.46% | 0.92% | - |
| XYZ | 48.45 | 40.49 | 25 | - |
| YUV | 171.79 | 102.16 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 126 | 0 | 0.36 | 0.46 | 0.08 | 12.78 | 0.72 | 0.71 |
| Hex | EA | 95 | 7E | 0 | 24 | 2E | 8 | D | 48 | 47 |
| Octal | 352 | 225 | 176 | 0 | 44 | 56 | 10 | 15 | 110 | 107 |
| Binary | 11101010 | 10010101 | 1111110 | 0 | 100100 | 101110 | 1000 | 1101 | 1001000 | 1000111 |
Color Harmonies of #EA957E
Complementary color
Monochromatic Colors of #EA957E
Black with #EA957E
Text Example
Text Example
White with #EA957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA957E; }
p { color: rgb(234,149,126); }
H1.HeaderClassName
{
color: #EA957E;
}
.AnyTagClassName
{
color: #EA957E;
}
</style>
background-color css
<style>
a { background-color: #EA957E; }
a { background-color: rgb(234,149,126); }
div.DivClassName
{
background-color: #EA957E;
}
.BgClassName
{
background-color: #EA957E;
}
</style>
border-color css
<style>
span { border-color: #EA957E; }
span { border-color: rgb(234,149,126); }
td.TdClassName
{
border-color: #EA957E;
}
.TagClassName
{
border-color: #EA957E;
}
</style>