Shades of Dark Salmon #EA9981
Tints of Dark Salmon #EA9981
RGB
CMYK
RGB Variations
Color information
#EA9981 (or 0xEA9981) is known color: Dark Salmon. HEX triplet: EA, 99 and 81. RGB value is (234,153,129). Sum of RGB (Red+Green+Blue) = 234+153+129=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9981 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9981 is #15667E. Grayscale: #AEAEAE. Windows color (decimal): -1402495 or 8493546. OLE color: 8493546.
HSL color Cylindrical-coordinate representation of color #EA9981: hue angle of 13.71º 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 #EA9981 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 129 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.08 |
| HSL | 13.71º | 0.71% | 0.71% | - |
| HSV(B) | 13.71º | 0.45% | 0.92% | - |
| XYZ | 49.29 | 41.86 | 26.25 | - |
| YUV | 174.48 | 102.34 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 129 | 0 | 0.35 | 0.45 | 0.08 | 13.71 | 0.71 | 0.71 |
| Hex | EA | 99 | 81 | 0 | 23 | 2D | 8 | E | 47 | 47 |
| Octal | 352 | 231 | 201 | 0 | 43 | 55 | 10 | 16 | 107 | 107 |
| Binary | 11101010 | 10011001 | 10000001 | 0 | 100011 | 101101 | 1000 | 1110 | 1000111 | 1000111 |
Color Harmonies of #EA9981
Complementary color
Monochromatic Colors of #EA9981
Black with #EA9981
Text Example
Text Example
White with #EA9981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9981; }
p { color: rgb(234,153,129); }
H1.HeaderClassName
{
color: #EA9981;
}
.AnyTagClassName
{
color: #EA9981;
}
</style>
background-color css
<style>
a { background-color: #EA9981; }
a { background-color: rgb(234,153,129); }
div.DivClassName
{
background-color: #EA9981;
}
.BgClassName
{
background-color: #EA9981;
}
</style>
border-color css
<style>
span { border-color: #EA9981; }
span { border-color: rgb(234,153,129); }
td.TdClassName
{
border-color: #EA9981;
}
.TagClassName
{
border-color: #EA9981;
}
</style>