Shades of Dark Salmon #EA997F
Tints of Dark Salmon #EA997F
RGB
CMYK
RGB Variations
Color information
#EA997F (or 0xEA997F) is known color: Dark Salmon. HEX triplet: EA, 99 and 7F. RGB value is (234,153,127). Sum of RGB (Red+Green+Blue) = 234+153+127=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EA997F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA997F is #156680. Grayscale: #AEAEAE. Windows color (decimal): -1402497 or 8362474. OLE color: 8362474.
HSL color Cylindrical-coordinate representation of color #EA997F: hue angle of 14.58º 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 #EA997F is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 127 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.08 |
| HSL | 14.58º | 0.72% | 0.71% | - |
| HSV(B) | 14.58º | 0.46% | 0.92% | - |
| XYZ | 49.15 | 41.81 | 25.56 | - |
| YUV | 174.26 | 101.34 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 127 | 0 | 0.35 | 0.46 | 0.08 | 14.58 | 0.72 | 0.71 |
| Hex | EA | 99 | 7F | 0 | 23 | 2E | 8 | F | 48 | 47 |
| Octal | 352 | 231 | 177 | 0 | 43 | 56 | 10 | 17 | 110 | 107 |
| Binary | 11101010 | 10011001 | 1111111 | 0 | 100011 | 101110 | 1000 | 1111 | 1001000 | 1000111 |
Color Harmonies of #EA997F
Complementary color
Monochromatic Colors of #EA997F
Black with #EA997F
Text Example
Text Example
White with #EA997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA997F; }
p { color: rgb(234,153,127); }
H1.HeaderClassName
{
color: #EA997F;
}
.AnyTagClassName
{
color: #EA997F;
}
</style>
background-color css
<style>
a { background-color: #EA997F; }
a { background-color: rgb(234,153,127); }
div.DivClassName
{
background-color: #EA997F;
}
.BgClassName
{
background-color: #EA997F;
}
</style>
border-color css
<style>
span { border-color: #EA997F; }
span { border-color: rgb(234,153,127); }
td.TdClassName
{
border-color: #EA997F;
}
.TagClassName
{
border-color: #EA997F;
}
</style>