Shades of Dark Salmon #EA8F80
Tints of Dark Salmon #EA8F80
RGB
CMYK
RGB Variations
Color information
#EA8F80 (or 0xEA8F80) is known color: Dark Salmon. HEX triplet: EA, 8F and 80. RGB value is (234,143,128). Sum of RGB (Red+Green+Blue) = 234+143+128=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8F80 is #15707F. Grayscale: #A8A8A8. Windows color (decimal): -1405056 or 8425450. OLE color: 8425450.
HSL color Cylindrical-coordinate representation of color #EA8F80: hue angle of 8.49º 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 #EA8F80 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 128 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.08 |
| HSL | 8.49º | 0.72% | 0.71% | - |
| HSV(B) | 8.49º | 0.45% | 0.92% | - |
| XYZ | 47.65 | 38.7 | 25.38 | - |
| YUV | 168.5 | 105.15 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 128 | 0 | 0.39 | 0.45 | 0.08 | 8.49 | 0.72 | 0.71 |
| Hex | EA | 8F | 80 | 0 | 27 | 2D | 8 | 8 | 48 | 47 |
| Octal | 352 | 217 | 200 | 0 | 47 | 55 | 10 | 10 | 110 | 107 |
| Binary | 11101010 | 10001111 | 10000000 | 0 | 100111 | 101101 | 1000 | 1000 | 1001000 | 1000111 |
Color Harmonies of #EA8F80
Complementary color
Monochromatic Colors of #EA8F80
Black with #EA8F80
Text Example
Text Example
White with #EA8F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F80; }
p { color: rgb(234,143,128); }
H1.HeaderClassName
{
color: #EA8F80;
}
.AnyTagClassName
{
color: #EA8F80;
}
</style>
background-color css
<style>
a { background-color: #EA8F80; }
a { background-color: rgb(234,143,128); }
div.DivClassName
{
background-color: #EA8F80;
}
.BgClassName
{
background-color: #EA8F80;
}
</style>
border-color css
<style>
span { border-color: #EA8F80; }
span { border-color: rgb(234,143,128); }
td.TdClassName
{
border-color: #EA8F80;
}
.TagClassName
{
border-color: #EA8F80;
}
</style>