Shades of Wild Strawberry #EF3493
Tints of Wild Strawberry #EF3493
RGB
CMYK
RGB Variations
Color information
#EF3493 (or 0xEF3493) is known color: Wild Strawberry. HEX triplet: EF, 34 and 93. RGB value is (239,52,147). Sum of RGB (Red+Green+Blue) = 239+52+147=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3493 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3493 is #10CB6C. Grayscale: #767676. Windows color (decimal): -1100653 or 9647343. OLE color: 9647343.
HSL color Cylindrical-coordinate representation of color #EF3493: hue angle of 329.52º 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 #EF3493 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 147 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.06 |
| HSL | 329.52º | 0.85% | 0.57% | - |
| HSV(B) | 329.52º | 0.78% | 0.94% | - |
| XYZ | 42.09 | 22.91 | 29.81 | - |
| YUV | 118.74 | 143.95 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 147 | 0 | 0.78 | 0.38 | 0.06 | 329.52 | 0.85 | 0.57 |
| Hex | EF | 34 | 93 | 0 | 4E | 26 | 6 | 14A | 55 | 39 |
| Octal | 357 | 64 | 223 | 0 | 116 | 46 | 6 | 512 | 125 | 71 |
| Binary | 11101111 | 110100 | 10010011 | 0 | 1001110 | 100110 | 110 | 101001010 | 1010101 | 111001 |
Color Harmonies of #EF3493
Complementary color
Monochromatic Colors of #EF3493
Black with #EF3493
Text Example
Text Example
White with #EF3493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3493; }
p { color: rgb(239,52,147); }
H1.HeaderClassName
{
color: #EF3493;
}
.AnyTagClassName
{
color: #EF3493;
}
</style>
background-color css
<style>
a { background-color: #EF3493; }
a { background-color: rgb(239,52,147); }
div.DivClassName
{
background-color: #EF3493;
}
.BgClassName
{
background-color: #EF3493;
}
</style>
border-color css
<style>
span { border-color: #EF3493; }
span { border-color: rgb(239,52,147); }
td.TdClassName
{
border-color: #EF3493;
}
.TagClassName
{
border-color: #EF3493;
}
</style>