Shades of Wild Strawberry #EF2C94
Tints of Wild Strawberry #EF2C94
RGB
CMYK
RGB Variations
Color information
#EF2C94 (or 0xEF2C94) is known color: Wild Strawberry. HEX triplet: EF, 2C and 94. RGB value is (239,44,148). Sum of RGB (Red+Green+Blue) = 239+44+148=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2C94 is #10D36B. Grayscale: #717171. Windows color (decimal): -1102700 or 9710831. OLE color: 9710831.
HSL color Cylindrical-coordinate representation of color #EF2C94: hue angle of 328º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2C94 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 148 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.06 |
| HSL | 328º | 0.86% | 0.55% | - |
| HSV(B) | 328º | 0.82% | 0.94% | - |
| XYZ | 41.84 | 22.29 | 30.11 | - |
| YUV | 114.16 | 147.1 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 148 | 0 | 0.82 | 0.38 | 0.06 | 328 | 0.86 | 0.55 |
| Hex | EF | 2C | 94 | 0 | 52 | 26 | 6 | 148 | 56 | 37 |
| Octal | 357 | 54 | 224 | 0 | 122 | 46 | 6 | 510 | 126 | 67 |
| Binary | 11101111 | 101100 | 10010100 | 0 | 1010010 | 100110 | 110 | 101001000 | 1010110 | 110111 |
Color Harmonies of #EF2C94
Complementary color
Monochromatic Colors of #EF2C94
Black with #EF2C94
Text Example
Text Example
White with #EF2C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2C94; }
p { color: rgb(239,44,148); }
H1.HeaderClassName
{
color: #EF2C94;
}
.AnyTagClassName
{
color: #EF2C94;
}
</style>
background-color css
<style>
a { background-color: #EF2C94; }
a { background-color: rgb(239,44,148); }
div.DivClassName
{
background-color: #EF2C94;
}
.BgClassName
{
background-color: #EF2C94;
}
</style>
border-color css
<style>
span { border-color: #EF2C94; }
span { border-color: rgb(239,44,148); }
td.TdClassName
{
border-color: #EF2C94;
}
.TagClassName
{
border-color: #EF2C94;
}
</style>