Shades of Dark Salmon #EA8D80
Tints of Dark Salmon #EA8D80
RGB
CMYK
RGB Variations
Color information
#EA8D80 (or 0xEA8D80) is known color: Dark Salmon. HEX triplet: EA, 8D and 80. RGB value is (234,141,128). Sum of RGB (Red+Green+Blue) = 234+141+128=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8D80 is #15727F. Grayscale: #A7A7A7. Windows color (decimal): -1405568 or 8424938. OLE color: 8424938.
HSL color Cylindrical-coordinate representation of color #EA8D80: hue angle of 7.36º 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 #EA8D80 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 141 | 128 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.08 |
| HSL | 7.36º | 0.72% | 0.71% | - |
| HSV(B) | 7.36º | 0.45% | 0.92% | - |
| XYZ | 47.35 | 38.1 | 25.28 | - |
| YUV | 167.33 | 105.81 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 141 | 128 | 0 | 0.40 | 0.45 | 0.08 | 7.36 | 0.72 | 0.71 |
| Hex | EA | 8D | 80 | 0 | 28 | 2D | 8 | 7 | 48 | 47 |
| Octal | 352 | 215 | 200 | 0 | 50 | 55 | 10 | 7 | 110 | 107 |
| Binary | 11101010 | 10001101 | 10000000 | 0 | 101000 | 101101 | 1000 | 111 | 1001000 | 1000111 |
Color Harmonies of #EA8D80
Complementary color
Monochromatic Colors of #EA8D80
Black with #EA8D80
Text Example
Text Example
White with #EA8D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8D80; }
p { color: rgb(234,141,128); }
H1.HeaderClassName
{
color: #EA8D80;
}
.AnyTagClassName
{
color: #EA8D80;
}
</style>
background-color css
<style>
a { background-color: #EA8D80; }
a { background-color: rgb(234,141,128); }
div.DivClassName
{
background-color: #EA8D80;
}
.BgClassName
{
background-color: #EA8D80;
}
</style>
border-color css
<style>
span { border-color: #EA8D80; }
span { border-color: rgb(234,141,128); }
td.TdClassName
{
border-color: #EA8D80;
}
.TagClassName
{
border-color: #EA8D80;
}
</style>