Shades of Wild Strawberry #EF3091
Tints of Wild Strawberry #EF3091
RGB
CMYK
RGB Variations
Color information
#EF3091 (or 0xEF3091) is known color: Wild Strawberry. HEX triplet: EF, 30 and 91. RGB value is (239,48,145). Sum of RGB (Red+Green+Blue) = 239+48+145=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3091 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3091 is #10CF6E. Grayscale: #737373. Windows color (decimal): -1101679 or 9515247. OLE color: 9515247.
HSL color Cylindrical-coordinate representation of color #EF3091: hue angle of 329.53º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF3091 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 145 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.06 |
| HSL | 329.53º | 0.86% | 0.56% | - |
| HSV(B) | 329.53º | 0.8% | 0.94% | - |
| XYZ | 41.76 | 22.51 | 28.93 | - |
| YUV | 116.17 | 144.28 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 145 | 0 | 0.80 | 0.39 | 0.06 | 329.53 | 0.86 | 0.56 |
| Hex | EF | 30 | 91 | 0 | 50 | 27 | 6 | 14A | 56 | 38 |
| Octal | 357 | 60 | 221 | 0 | 120 | 47 | 6 | 512 | 126 | 70 |
| Binary | 11101111 | 110000 | 10010001 | 0 | 1010000 | 100111 | 110 | 101001010 | 1010110 | 111000 |
Color Harmonies of #EF3091
Complementary color
Monochromatic Colors of #EF3091
Black with #EF3091
Text Example
Text Example
White with #EF3091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3091; }
p { color: rgb(239,48,145); }
H1.HeaderClassName
{
color: #EF3091;
}
.AnyTagClassName
{
color: #EF3091;
}
</style>
background-color css
<style>
a { background-color: #EF3091; }
a { background-color: rgb(239,48,145); }
div.DivClassName
{
background-color: #EF3091;
}
.BgClassName
{
background-color: #EF3091;
}
</style>
border-color css
<style>
span { border-color: #EF3091; }
span { border-color: rgb(239,48,145); }
td.TdClassName
{
border-color: #EF3091;
}
.TagClassName
{
border-color: #EF3091;
}
</style>