Shades of Wild Strawberry #EF3593
Tints of Wild Strawberry #EF3593
RGB
CMYK
RGB Variations
Color information
#EF3593 (or 0xEF3593) is known color: Wild Strawberry. HEX triplet: EF, 35 and 93. RGB value is (239,53,147). Sum of RGB (Red+Green+Blue) = 239+53+147=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3593 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3593 is #10CA6C. Grayscale: #777777. Windows color (decimal): -1100397 or 9647599. OLE color: 9647599.
HSL color Cylindrical-coordinate representation of color #EF3593: hue angle of 329.68º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF3593 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 147 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.06 |
| HSL | 329.68º | 0.85% | 0.57% | - |
| HSV(B) | 329.68º | 0.78% | 0.94% | - |
| XYZ | 42.14 | 23 | 29.82 | - |
| YUV | 119.33 | 143.62 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 147 | 0 | 0.78 | 0.38 | 0.06 | 329.68 | 0.85 | 0.57 |
| Hex | EF | 35 | 93 | 0 | 4E | 26 | 6 | 14A | 55 | 39 |
| Octal | 357 | 65 | 223 | 0 | 116 | 46 | 6 | 512 | 125 | 71 |
| Binary | 11101111 | 110101 | 10010011 | 0 | 1001110 | 100110 | 110 | 101001010 | 1010101 | 111001 |
Color Harmonies of #EF3593
Complementary color
Monochromatic Colors of #EF3593
Black with #EF3593
Text Example
Text Example
White with #EF3593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3593; }
p { color: rgb(239,53,147); }
H1.HeaderClassName
{
color: #EF3593;
}
.AnyTagClassName
{
color: #EF3593;
}
</style>
background-color css
<style>
a { background-color: #EF3593; }
a { background-color: rgb(239,53,147); }
div.DivClassName
{
background-color: #EF3593;
}
.BgClassName
{
background-color: #EF3593;
}
</style>
border-color css
<style>
span { border-color: #EF3593; }
span { border-color: rgb(239,53,147); }
td.TdClassName
{
border-color: #EF3593;
}
.TagClassName
{
border-color: #EF3593;
}
</style>