Shades of Wild Strawberry #EF3291
Tints of Wild Strawberry #EF3291
RGB
CMYK
RGB Variations
Color information
#EF3291 (or 0xEF3291) is known color: Wild Strawberry. HEX triplet: EF, 32 and 91. RGB value is (239,50,145). Sum of RGB (Red+Green+Blue) = 239+50+145=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3291 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3291 is #10CD6E. Grayscale: #757575. Windows color (decimal): -1101167 or 9515759. OLE color: 9515759.
HSL color Cylindrical-coordinate representation of color #EF3291: hue angle of 329.84º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF3291 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 50 | 145 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.06 |
| HSL | 329.84º | 0.86% | 0.57% | - |
| HSV(B) | 329.84º | 0.79% | 0.94% | - |
| XYZ | 41.85 | 22.68 | 28.96 | - |
| YUV | 117.34 | 143.62 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 145 | 0 | 0.79 | 0.39 | 0.06 | 329.84 | 0.86 | 0.57 |
| Hex | EF | 32 | 91 | 0 | 4F | 27 | 6 | 14A | 56 | 39 |
| Octal | 357 | 62 | 221 | 0 | 117 | 47 | 6 | 512 | 126 | 71 |
| Binary | 11101111 | 110010 | 10010001 | 0 | 1001111 | 100111 | 110 | 101001010 | 1010110 | 111001 |
Color Harmonies of #EF3291
Complementary color
Monochromatic Colors of #EF3291
Black with #EF3291
Text Example
Text Example
White with #EF3291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3291; }
p { color: rgb(239,50,145); }
H1.HeaderClassName
{
color: #EF3291;
}
.AnyTagClassName
{
color: #EF3291;
}
</style>
background-color css
<style>
a { background-color: #EF3291; }
a { background-color: rgb(239,50,145); }
div.DivClassName
{
background-color: #EF3291;
}
.BgClassName
{
background-color: #EF3291;
}
</style>
border-color css
<style>
span { border-color: #EF3291; }
span { border-color: rgb(239,50,145); }
td.TdClassName
{
border-color: #EF3291;
}
.TagClassName
{
border-color: #EF3291;
}
</style>