Shades of Dark Salmon #EE907F
Tints of Dark Salmon #EE907F
RGB
CMYK
RGB Variations
Color information
#EE907F (or 0xEE907F) is known color: Dark Salmon. HEX triplet: EE, 90 and 7F. RGB value is (238,144,127). Sum of RGB (Red+Green+Blue) = 238+144+127=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE907F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE907F is #116F80. Grayscale: #AAAAAA. Windows color (decimal): -1142657 or 8360174. OLE color: 8360174.
HSL color Cylindrical-coordinate representation of color #EE907F: hue angle of 9.19º 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 #EE907F is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 127 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.07 |
| HSL | 9.19º | 0.77% | 0.72% | - |
| HSV(B) | 9.19º | 0.47% | 0.93% | - |
| XYZ | 49.06 | 39.66 | 25.15 | - |
| YUV | 170.17 | 103.64 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 127 | 0 | 0.39 | 0.47 | 0.07 | 9.19 | 0.77 | 0.72 |
| Hex | EE | 90 | 7F | 0 | 27 | 2F | 7 | 9 | 4D | 48 |
| Octal | 356 | 220 | 177 | 0 | 47 | 57 | 7 | 11 | 115 | 110 |
| Binary | 11101110 | 10010000 | 1111111 | 0 | 100111 | 101111 | 111 | 1001 | 1001101 | 1001000 |
Color Harmonies of #EE907F
Complementary color
Monochromatic Colors of #EE907F
Black with #EE907F
Text Example
Text Example
White with #EE907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE907F; }
p { color: rgb(238,144,127); }
H1.HeaderClassName
{
color: #EE907F;
}
.AnyTagClassName
{
color: #EE907F;
}
</style>
background-color css
<style>
a { background-color: #EE907F; }
a { background-color: rgb(238,144,127); }
div.DivClassName
{
background-color: #EE907F;
}
.BgClassName
{
background-color: #EE907F;
}
</style>
border-color css
<style>
span { border-color: #EE907F; }
span { border-color: rgb(238,144,127); }
td.TdClassName
{
border-color: #EE907F;
}
.TagClassName
{
border-color: #EE907F;
}
</style>