Shades of Wild Strawberry #EF358F
Tints of Wild Strawberry #EF358F
RGB
CMYK
RGB Variations
Color information
#EF358F (or 0xEF358F) is known color: Wild Strawberry. HEX triplet: EF, 35 and 8F. RGB value is (239,53,143). Sum of RGB (Red+Green+Blue) = 239+53+143=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF358F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF358F is #10CA70. Grayscale: #767676. Windows color (decimal): -1100401 or 9385455. OLE color: 9385455.
HSL color Cylindrical-coordinate representation of color #EF358F: hue angle of 330.97º 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 #EF358F is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 143 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.06 |
| HSL | 330.97º | 0.85% | 0.57% | - |
| HSV(B) | 330.97º | 0.78% | 0.94% | - |
| XYZ | 41.83 | 22.88 | 28.2 | - |
| YUV | 118.87 | 141.62 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 143 | 0 | 0.78 | 0.40 | 0.06 | 330.97 | 0.85 | 0.57 |
| Hex | EF | 35 | 8F | 0 | 4E | 28 | 6 | 14B | 55 | 39 |
| Octal | 357 | 65 | 217 | 0 | 116 | 50 | 6 | 513 | 125 | 71 |
| Binary | 11101111 | 110101 | 10001111 | 0 | 1001110 | 101000 | 110 | 101001011 | 1010101 | 111001 |
Color Harmonies of #EF358F
Complementary color
Monochromatic Colors of #EF358F
Black with #EF358F
Text Example
Text Example
White with #EF358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF358F; }
p { color: rgb(239,53,143); }
H1.HeaderClassName
{
color: #EF358F;
}
.AnyTagClassName
{
color: #EF358F;
}
</style>
background-color css
<style>
a { background-color: #EF358F; }
a { background-color: rgb(239,53,143); }
div.DivClassName
{
background-color: #EF358F;
}
.BgClassName
{
background-color: #EF358F;
}
</style>
border-color css
<style>
span { border-color: #EF358F; }
span { border-color: rgb(239,53,143); }
td.TdClassName
{
border-color: #EF358F;
}
.TagClassName
{
border-color: #EF358F;
}
</style>