Shades of Dark Salmon #E68F81
Tints of Dark Salmon #E68F81
RGB
CMYK
RGB Variations
Color information
#E68F81 (or 0xE68F81) is known color: Dark Salmon. HEX triplet: E6, 8F and 81. RGB value is (230,143,129). Sum of RGB (Red+Green+Blue) = 230+143+129=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68F81 is #19707E. Grayscale: #A7A7A7. Windows color (decimal): -1667199 or 8490982. OLE color: 8490982.
HSL color Cylindrical-coordinate representation of color #E68F81: hue angle of 8.32º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E68F81 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 129 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.10 |
| HSL | 8.32º | 0.67% | 0.7% | - |
| HSV(B) | 8.32º | 0.44% | 0.9% | - |
| XYZ | 46.42 | 38.05 | 25.67 | - |
| YUV | 167.42 | 106.32 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 129 | 0 | 0.38 | 0.44 | 0.10 | 8.32 | 0.67 | 0.7 |
| Hex | E6 | 8F | 81 | 0 | 26 | 2C | A | 8 | 43 | 46 |
| Octal | 346 | 217 | 201 | 0 | 46 | 54 | 12 | 10 | 103 | 106 |
| Binary | 11100110 | 10001111 | 10000001 | 0 | 100110 | 101100 | 1010 | 1000 | 1000011 | 1000110 |
Color Harmonies of #E68F81
Complementary color
Monochromatic Colors of #E68F81
Black with #E68F81
Text Example
Text Example
White with #E68F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F81; }
p { color: rgb(230,143,129); }
H1.HeaderClassName
{
color: #E68F81;
}
.AnyTagClassName
{
color: #E68F81;
}
</style>
background-color css
<style>
a { background-color: #E68F81; }
a { background-color: rgb(230,143,129); }
div.DivClassName
{
background-color: #E68F81;
}
.BgClassName
{
background-color: #E68F81;
}
</style>
border-color css
<style>
span { border-color: #E68F81; }
span { border-color: rgb(230,143,129); }
td.TdClassName
{
border-color: #E68F81;
}
.TagClassName
{
border-color: #E68F81;
}
</style>