Shades of Wild Strawberry #EF2E8D
Tints of Wild Strawberry #EF2E8D
RGB
CMYK
RGB Variations
Color information
#EF2E8D (or 0xEF2E8D) is known color: Wild Strawberry. HEX triplet: EF, 2E and 8D. RGB value is (239,46,141). Sum of RGB (Red+Green+Blue) = 239+46+141=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2E8D is #10D172. Grayscale: #727272. Windows color (decimal): -1102195 or 9252591. OLE color: 9252591.
HSL color Cylindrical-coordinate representation of color #EF2E8D: hue angle of 330.47º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2E8D is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 46 | 141 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.06 |
| HSL | 330.47º | 0.86% | 0.56% | - |
| HSV(B) | 330.47º | 0.81% | 0.94% | - |
| XYZ | 41.38 | 22.23 | 27.31 | - |
| YUV | 114.54 | 142.94 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 141 | 0 | 0.81 | 0.41 | 0.06 | 330.47 | 0.86 | 0.56 |
| Hex | EF | 2E | 8D | 0 | 51 | 29 | 6 | 14A | 56 | 38 |
| Octal | 357 | 56 | 215 | 0 | 121 | 51 | 6 | 512 | 126 | 70 |
| Binary | 11101111 | 101110 | 10001101 | 0 | 1010001 | 101001 | 110 | 101001010 | 1010110 | 111000 |
Color Harmonies of #EF2E8D
Complementary color
Monochromatic Colors of #EF2E8D
Black with #EF2E8D
Text Example
Text Example
White with #EF2E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2E8D; }
p { color: rgb(239,46,141); }
H1.HeaderClassName
{
color: #EF2E8D;
}
.AnyTagClassName
{
color: #EF2E8D;
}
</style>
background-color css
<style>
a { background-color: #EF2E8D; }
a { background-color: rgb(239,46,141); }
div.DivClassName
{
background-color: #EF2E8D;
}
.BgClassName
{
background-color: #EF2E8D;
}
</style>
border-color css
<style>
span { border-color: #EF2E8D; }
span { border-color: rgb(239,46,141); }
td.TdClassName
{
border-color: #EF2E8D;
}
.TagClassName
{
border-color: #EF2E8D;
}
</style>