Shades of Wild Strawberry #EF409F
Tints of Wild Strawberry #EF409F
RGB
CMYK
RGB Variations
Color information
#EF409F (or 0xEF409F) is known color: Wild Strawberry. HEX triplet: EF, 40 and 9F. RGB value is (239,64,159). Sum of RGB (Red+Green+Blue) = 239+64+159=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF409F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF409F is #10BF60. Grayscale: #7E7E7E. Windows color (decimal): -1097569 or 10436847. OLE color: 10436847.
HSL color Cylindrical-coordinate representation of color #EF409F: hue angle of 327.43º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF409F is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 159 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.06 |
| HSL | 327.43º | 0.85% | 0.59% | - |
| HSV(B) | 327.43º | 0.73% | 0.94% | - |
| XYZ | 43.69 | 24.52 | 35.23 | - |
| YUV | 127.16 | 145.98 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 159 | 0 | 0.73 | 0.33 | 0.06 | 327.43 | 0.85 | 0.59 |
| Hex | EF | 40 | 9F | 0 | 49 | 21 | 6 | 147 | 55 | 3B |
| Octal | 357 | 100 | 237 | 0 | 111 | 41 | 6 | 507 | 125 | 73 |
| Binary | 11101111 | 1000000 | 10011111 | 0 | 1001001 | 100001 | 110 | 101000111 | 1010101 | 111011 |
Color Harmonies of #EF409F
Complementary color
Monochromatic Colors of #EF409F
Black with #EF409F
Text Example
Text Example
White with #EF409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF409F; }
p { color: rgb(239,64,159); }
H1.HeaderClassName
{
color: #EF409F;
}
.AnyTagClassName
{
color: #EF409F;
}
</style>
background-color css
<style>
a { background-color: #EF409F; }
a { background-color: rgb(239,64,159); }
div.DivClassName
{
background-color: #EF409F;
}
.BgClassName
{
background-color: #EF409F;
}
</style>
border-color css
<style>
span { border-color: #EF409F; }
span { border-color: rgb(239,64,159); }
td.TdClassName
{
border-color: #EF409F;
}
.TagClassName
{
border-color: #EF409F;
}
</style>