Shades of Dark Salmon #E6997F
Tints of Dark Salmon #E6997F
RGB
CMYK
RGB Variations
Color information
#E6997F (or 0xE6997F) is known color: Dark Salmon. HEX triplet: E6, 99 and 7F. RGB value is (230,153,127). Sum of RGB (Red+Green+Blue) = 230+153+127=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E6997F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6997F is #196680. Grayscale: #ADADAD. Windows color (decimal): -1664641 or 8362470. OLE color: 8362470.
HSL color Cylindrical-coordinate representation of color #E6997F: hue angle of 15.15º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E6997F is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 127 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.10 |
| HSL | 15.15º | 0.67% | 0.7% | - |
| HSV(B) | 15.15º | 0.45% | 0.9% | - |
| XYZ | 47.86 | 41.14 | 25.5 | - |
| YUV | 173.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 127 | 0 | 0.33 | 0.45 | 0.10 | 15.15 | 0.67 | 0.7 |
| Hex | E6 | 99 | 7F | 0 | 21 | 2D | A | F | 43 | 46 |
| Octal | 346 | 231 | 177 | 0 | 41 | 55 | 12 | 17 | 103 | 106 |
| Binary | 11100110 | 10011001 | 1111111 | 0 | 100001 | 101101 | 1010 | 1111 | 1000011 | 1000110 |
Color Harmonies of #E6997F
Complementary color
Monochromatic Colors of #E6997F
Black with #E6997F
Text Example
Text Example
White with #E6997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6997F; }
p { color: rgb(230,153,127); }
H1.HeaderClassName
{
color: #E6997F;
}
.AnyTagClassName
{
color: #E6997F;
}
</style>
background-color css
<style>
a { background-color: #E6997F; }
a { background-color: rgb(230,153,127); }
div.DivClassName
{
background-color: #E6997F;
}
.BgClassName
{
background-color: #E6997F;
}
</style>
border-color css
<style>
span { border-color: #E6997F; }
span { border-color: rgb(230,153,127); }
td.TdClassName
{
border-color: #E6997F;
}
.TagClassName
{
border-color: #E6997F;
}
</style>