Shades of Dark Salmon #EA9880
Tints of Dark Salmon #EA9880
RGB
CMYK
RGB Variations
Color information
#EA9880 (or 0xEA9880) is known color: Dark Salmon. HEX triplet: EA, 98 and 80. RGB value is (234,152,128). Sum of RGB (Red+Green+Blue) = 234+152+128=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9880 is #15677F. Grayscale: #ADADAD. Windows color (decimal): -1402752 or 8427754. OLE color: 8427754.
HSL color Cylindrical-coordinate representation of color #EA9880: hue angle of 13.58º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA9880 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 152 | 128 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.08 |
| HSL | 13.58º | 0.72% | 0.71% | - |
| HSV(B) | 13.58º | 0.45% | 0.92% | - |
| XYZ | 49.06 | 41.51 | 25.85 | - |
| YUV | 173.78 | 102.17 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 152 | 128 | 0 | 0.35 | 0.45 | 0.08 | 13.58 | 0.72 | 0.71 |
| Hex | EA | 98 | 80 | 0 | 23 | 2D | 8 | E | 48 | 47 |
| Octal | 352 | 230 | 200 | 0 | 43 | 55 | 10 | 16 | 110 | 107 |
| Binary | 11101010 | 10011000 | 10000000 | 0 | 100011 | 101101 | 1000 | 1110 | 1001000 | 1000111 |
Color Harmonies of #EA9880
Complementary color
Monochromatic Colors of #EA9880
Black with #EA9880
Text Example
Text Example
White with #EA9880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9880; }
p { color: rgb(234,152,128); }
H1.HeaderClassName
{
color: #EA9880;
}
.AnyTagClassName
{
color: #EA9880;
}
</style>
background-color css
<style>
a { background-color: #EA9880; }
a { background-color: rgb(234,152,128); }
div.DivClassName
{
background-color: #EA9880;
}
.BgClassName
{
background-color: #EA9880;
}
</style>
border-color css
<style>
span { border-color: #EA9880; }
span { border-color: rgb(234,152,128); }
td.TdClassName
{
border-color: #EA9880;
}
.TagClassName
{
border-color: #EA9880;
}
</style>