Shades of Dark Salmon #EA917E
Tints of Dark Salmon #EA917E
RGB
CMYK
RGB Variations
Color information
#EA917E (or 0xEA917E) is known color: Dark Salmon. HEX triplet: EA, 91 and 7E. RGB value is (234,145,126). Sum of RGB (Red+Green+Blue) = 234+145+126=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA917E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA917E is #156E81. Grayscale: #A9A9A9. Windows color (decimal): -1404546 or 8294890. OLE color: 8294890.
HSL color Cylindrical-coordinate representation of color #EA917E: hue angle of 10.56º 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 #EA917E is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 126 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.08 |
| HSL | 10.56º | 0.72% | 0.71% | - |
| HSV(B) | 10.56º | 0.46% | 0.92% | - |
| XYZ | 47.82 | 39.25 | 24.79 | - |
| YUV | 169.45 | 103.49 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 126 | 0 | 0.38 | 0.46 | 0.08 | 10.56 | 0.72 | 0.71 |
| Hex | EA | 91 | 7E | 0 | 26 | 2E | 8 | B | 48 | 47 |
| Octal | 352 | 221 | 176 | 0 | 46 | 56 | 10 | 13 | 110 | 107 |
| Binary | 11101010 | 10010001 | 1111110 | 0 | 100110 | 101110 | 1000 | 1011 | 1001000 | 1000111 |
Color Harmonies of #EA917E
Complementary color
Monochromatic Colors of #EA917E
Black with #EA917E
Text Example
Text Example
White with #EA917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA917E; }
p { color: rgb(234,145,126); }
H1.HeaderClassName
{
color: #EA917E;
}
.AnyTagClassName
{
color: #EA917E;
}
</style>
background-color css
<style>
a { background-color: #EA917E; }
a { background-color: rgb(234,145,126); }
div.DivClassName
{
background-color: #EA917E;
}
.BgClassName
{
background-color: #EA917E;
}
</style>
border-color css
<style>
span { border-color: #EA917E; }
span { border-color: rgb(234,145,126); }
td.TdClassName
{
border-color: #EA917E;
}
.TagClassName
{
border-color: #EA917E;
}
</style>