Shades of Wild Strawberry #EF3793
Tints of Wild Strawberry #EF3793
RGB
CMYK
RGB Variations
Color information
#EF3793 (or 0xEF3793) is known color: Wild Strawberry. HEX triplet: EF, 37 and 93. RGB value is (239,55,147). Sum of RGB (Red+Green+Blue) = 239+55+147=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3793 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3793 is #10C86C. Grayscale: #787878. Windows color (decimal): -1099885 or 9648111. OLE color: 9648111.
HSL color Cylindrical-coordinate representation of color #EF3793: hue angle of 330º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF3793 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 147 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.06 |
| HSL | 330º | 0.85% | 0.58% | - |
| HSV(B) | 330º | 0.77% | 0.94% | - |
| XYZ | 42.23 | 23.19 | 29.85 | - |
| YUV | 120.5 | 142.96 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 147 | 0 | 0.77 | 0.38 | 0.06 | 330 | 0.85 | 0.58 |
| Hex | EF | 37 | 93 | 0 | 4D | 26 | 6 | 14A | 55 | 3A |
| Octal | 357 | 67 | 223 | 0 | 115 | 46 | 6 | 512 | 125 | 72 |
| Binary | 11101111 | 110111 | 10010011 | 0 | 1001101 | 100110 | 110 | 101001010 | 1010101 | 111010 |
Color Harmonies of #EF3793
Complementary color
Monochromatic Colors of #EF3793
Black with #EF3793
Text Example
Text Example
White with #EF3793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3793; }
p { color: rgb(239,55,147); }
H1.HeaderClassName
{
color: #EF3793;
}
.AnyTagClassName
{
color: #EF3793;
}
</style>
background-color css
<style>
a { background-color: #EF3793; }
a { background-color: rgb(239,55,147); }
div.DivClassName
{
background-color: #EF3793;
}
.BgClassName
{
background-color: #EF3793;
}
</style>
border-color css
<style>
span { border-color: #EF3793; }
span { border-color: rgb(239,55,147); }
td.TdClassName
{
border-color: #EF3793;
}
.TagClassName
{
border-color: #EF3793;
}
</style>