Shades of Dark Salmon #EA9181
Tints of Dark Salmon #EA9181
RGB
CMYK
RGB Variations
Color information
#EA9181 (or 0xEA9181) is known color: Dark Salmon. HEX triplet: EA, 91 and 81. RGB value is (234,145,129). Sum of RGB (Red+Green+Blue) = 234+145+129=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9181 is #156E7E. Grayscale: #A9A9A9. Windows color (decimal): -1404543 or 8491498. OLE color: 8491498.
HSL color Cylindrical-coordinate representation of color #EA9181: hue angle of 9.14º degrees, saturation: 0.71, 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 #EA9181 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 129 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.08 |
| HSL | 9.14º | 0.71% | 0.71% | - |
| HSV(B) | 9.14º | 0.45% | 0.92% | - |
| XYZ | 48.02 | 39.33 | 25.83 | - |
| YUV | 169.79 | 104.99 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 129 | 0 | 0.38 | 0.45 | 0.08 | 9.14 | 0.71 | 0.71 |
| Hex | EA | 91 | 81 | 0 | 26 | 2D | 8 | 9 | 47 | 47 |
| Octal | 352 | 221 | 201 | 0 | 46 | 55 | 10 | 11 | 107 | 107 |
| Binary | 11101010 | 10010001 | 10000001 | 0 | 100110 | 101101 | 1000 | 1001 | 1000111 | 1000111 |
Color Harmonies of #EA9181
Complementary color
Monochromatic Colors of #EA9181
Black with #EA9181
Text Example
Text Example
White with #EA9181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9181; }
p { color: rgb(234,145,129); }
H1.HeaderClassName
{
color: #EA9181;
}
.AnyTagClassName
{
color: #EA9181;
}
</style>
background-color css
<style>
a { background-color: #EA9181; }
a { background-color: rgb(234,145,129); }
div.DivClassName
{
background-color: #EA9181;
}
.BgClassName
{
background-color: #EA9181;
}
</style>
border-color css
<style>
span { border-color: #EA9181; }
span { border-color: rgb(234,145,129); }
td.TdClassName
{
border-color: #EA9181;
}
.TagClassName
{
border-color: #EA9181;
}
</style>