Shades of Dark Salmon #EE997F
Tints of Dark Salmon #EE997F
RGB
CMYK
RGB Variations
Color information
#EE997F (or 0xEE997F) is known color: Dark Salmon. HEX triplet: EE, 99 and 7F. RGB value is (238,153,127). Sum of RGB (Red+Green+Blue) = 238+153+127=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE997F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE997F is #116680. Grayscale: #AFAFAF. Windows color (decimal): -1140353 or 8362478. OLE color: 8362478.
HSL color Cylindrical-coordinate representation of color #EE997F: hue angle of 14.05º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE997F is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 127 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.07 |
| HSL | 14.05º | 0.77% | 0.72% | - |
| HSV(B) | 14.05º | 0.47% | 0.93% | - |
| XYZ | 50.48 | 42.49 | 25.62 | - |
| YUV | 175.45 | 100.66 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 127 | 0 | 0.36 | 0.47 | 0.07 | 14.05 | 0.77 | 0.72 |
| Hex | EE | 99 | 7F | 0 | 24 | 2F | 7 | E | 4D | 48 |
| Octal | 356 | 231 | 177 | 0 | 44 | 57 | 7 | 16 | 115 | 110 |
| Binary | 11101110 | 10011001 | 1111111 | 0 | 100100 | 101111 | 111 | 1110 | 1001101 | 1001000 |
Color Harmonies of #EE997F
Complementary color
Monochromatic Colors of #EE997F
Black with #EE997F
Text Example
Text Example
White with #EE997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE997F; }
p { color: rgb(238,153,127); }
H1.HeaderClassName
{
color: #EE997F;
}
.AnyTagClassName
{
color: #EE997F;
}
</style>
background-color css
<style>
a { background-color: #EE997F; }
a { background-color: rgb(238,153,127); }
div.DivClassName
{
background-color: #EE997F;
}
.BgClassName
{
background-color: #EE997F;
}
</style>
border-color css
<style>
span { border-color: #EE997F; }
span { border-color: rgb(238,153,127); }
td.TdClassName
{
border-color: #EE997F;
}
.TagClassName
{
border-color: #EE997F;
}
</style>