Shades of Wild Strawberry #EF339A
Tints of Wild Strawberry #EF339A
RGB
CMYK
RGB Variations
Color information
#EF339A (or 0xEF339A) is known color: Wild Strawberry. HEX triplet: EF, 33 and 9A. RGB value is (239,51,154). Sum of RGB (Red+Green+Blue) = 239+51+154=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF339A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF339A is #10CC65. Grayscale: #767676. Windows color (decimal): -1100902 or 10105839. OLE color: 10105839.
HSL color Cylindrical-coordinate representation of color #EF339A: hue angle of 327.13º degrees, saturation: 0.85, 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 #EF339A is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 51 | 154 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.06 |
| HSL | 327.13º | 0.85% | 0.57% | - |
| HSV(B) | 327.13º | 0.79% | 0.94% | - |
| XYZ | 42.61 | 23.05 | 32.78 | - |
| YUV | 118.95 | 147.78 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 154 | 0 | 0.79 | 0.36 | 0.06 | 327.13 | 0.85 | 0.57 |
| Hex | EF | 33 | 9A | 0 | 4F | 24 | 6 | 147 | 55 | 39 |
| Octal | 357 | 63 | 232 | 0 | 117 | 44 | 6 | 507 | 125 | 71 |
| Binary | 11101111 | 110011 | 10011010 | 0 | 1001111 | 100100 | 110 | 101000111 | 1010101 | 111001 |
Color Harmonies of #EF339A
Complementary color
Monochromatic Colors of #EF339A
Black with #EF339A
Text Example
Text Example
White with #EF339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF339A; }
p { color: rgb(239,51,154); }
H1.HeaderClassName
{
color: #EF339A;
}
.AnyTagClassName
{
color: #EF339A;
}
</style>
background-color css
<style>
a { background-color: #EF339A; }
a { background-color: rgb(239,51,154); }
div.DivClassName
{
background-color: #EF339A;
}
.BgClassName
{
background-color: #EF339A;
}
</style>
border-color css
<style>
span { border-color: #EF339A; }
span { border-color: rgb(239,51,154); }
td.TdClassName
{
border-color: #EF339A;
}
.TagClassName
{
border-color: #EF339A;
}
</style>