Shades of Wild Strawberry #EF2E90
Tints of Wild Strawberry #EF2E90
RGB
CMYK
RGB Variations
Color information
#EF2E90 (or 0xEF2E90) is known color: Wild Strawberry. HEX triplet: EF, 2E and 90. RGB value is (239,46,144). Sum of RGB (Red+Green+Blue) = 239+46+144=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 46 (18.36% from 255 or 10.72% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2E90 is #10D16F. Grayscale: #727272. Windows color (decimal): -1102192 or 9449199. OLE color: 9449199.
HSL color Cylindrical-coordinate representation of color #EF2E90: hue angle of 329.53º 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 #EF2E90 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 46 | 144 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.06 |
| HSL | 329.53º | 0.86% | 0.56% | - |
| HSV(B) | 329.53º | 0.81% | 0.94% | - |
| XYZ | 41.61 | 22.32 | 28.5 | - |
| YUV | 114.88 | 144.44 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 144 | 0 | 0.81 | 0.40 | 0.06 | 329.53 | 0.86 | 0.56 |
| Hex | EF | 2E | 90 | 0 | 51 | 28 | 6 | 14A | 56 | 38 |
| Octal | 357 | 56 | 220 | 0 | 121 | 50 | 6 | 512 | 126 | 70 |
| Binary | 11101111 | 101110 | 10010000 | 0 | 1010001 | 101000 | 110 | 101001010 | 1010110 | 111000 |
Color Harmonies of #EF2E90
Complementary color
Monochromatic Colors of #EF2E90
Black with #EF2E90
Text Example
Text Example
White with #EF2E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2E90; }
p { color: rgb(239,46,144); }
H1.HeaderClassName
{
color: #EF2E90;
}
.AnyTagClassName
{
color: #EF2E90;
}
</style>
background-color css
<style>
a { background-color: #EF2E90; }
a { background-color: rgb(239,46,144); }
div.DivClassName
{
background-color: #EF2E90;
}
.BgClassName
{
background-color: #EF2E90;
}
</style>
border-color css
<style>
span { border-color: #EF2E90; }
span { border-color: rgb(239,46,144); }
td.TdClassName
{
border-color: #EF2E90;
}
.TagClassName
{
border-color: #EF2E90;
}
</style>