Shades of Dark Salmon #EE917F
Tints of Dark Salmon #EE917F
RGB
CMYK
RGB Variations
Color information
#EE917F (or 0xEE917F) is known color: Dark Salmon. HEX triplet: EE, 91 and 7F. RGB value is (238,145,127). Sum of RGB (Red+Green+Blue) = 238+145+127=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EE917F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE917F is #116E80. Grayscale: #AAAAAA. Windows color (decimal): -1142401 or 8360430. OLE color: 8360430.
HSL color Cylindrical-coordinate representation of color #EE917F: hue angle of 9.73º 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 #EE917F is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 127 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.07 |
| HSL | 9.73º | 0.77% | 0.72% | - |
| HSV(B) | 9.73º | 0.47% | 0.93% | - |
| XYZ | 49.22 | 39.96 | 25.2 | - |
| YUV | 170.76 | 103.31 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 127 | 0 | 0.39 | 0.47 | 0.07 | 9.73 | 0.77 | 0.72 |
| Hex | EE | 91 | 7F | 0 | 27 | 2F | 7 | A | 4D | 48 |
| Octal | 356 | 221 | 177 | 0 | 47 | 57 | 7 | 12 | 115 | 110 |
| Binary | 11101110 | 10010001 | 1111111 | 0 | 100111 | 101111 | 111 | 1010 | 1001101 | 1001000 |
Color Harmonies of #EE917F
Complementary color
Monochromatic Colors of #EE917F
Black with #EE917F
Text Example
Text Example
White with #EE917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE917F; }
p { color: rgb(238,145,127); }
H1.HeaderClassName
{
color: #EE917F;
}
.AnyTagClassName
{
color: #EE917F;
}
</style>
background-color css
<style>
a { background-color: #EE917F; }
a { background-color: rgb(238,145,127); }
div.DivClassName
{
background-color: #EE917F;
}
.BgClassName
{
background-color: #EE917F;
}
</style>
border-color css
<style>
span { border-color: #EE917F; }
span { border-color: rgb(238,145,127); }
td.TdClassName
{
border-color: #EE917F;
}
.TagClassName
{
border-color: #EE917F;
}
</style>