Shades of Wild Strawberry #EF2893
Tints of Wild Strawberry #EF2893
RGB
CMYK
RGB Variations
Color information
#EF2893 (or 0xEF2893) is known color: Wild Strawberry. HEX triplet: EF, 28 and 93. RGB value is (239,40,147). Sum of RGB (Red+Green+Blue) = 239+40+147=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2893 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2893 is #10D76C. Grayscale: #6F6F6F. Windows color (decimal): -1103725 or 9644271. OLE color: 9644271.
HSL color Cylindrical-coordinate representation of color #EF2893: hue angle of 327.74º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF2893 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 147 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.06 |
| HSL | 327.74º | 0.86% | 0.55% | - |
| HSV(B) | 327.74º | 0.83% | 0.94% | - |
| XYZ | 41.62 | 21.97 | 29.65 | - |
| YUV | 111.7 | 147.93 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 147 | 0 | 0.83 | 0.38 | 0.06 | 327.74 | 0.86 | 0.55 |
| Hex | EF | 28 | 93 | 0 | 53 | 26 | 6 | 148 | 56 | 37 |
| Octal | 357 | 50 | 223 | 0 | 123 | 46 | 6 | 510 | 126 | 67 |
| Binary | 11101111 | 101000 | 10010011 | 0 | 1010011 | 100110 | 110 | 101001000 | 1010110 | 110111 |
Color Harmonies of #EF2893
Complementary color
Monochromatic Colors of #EF2893
Black with #EF2893
Text Example
Text Example
White with #EF2893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2893; }
p { color: rgb(239,40,147); }
H1.HeaderClassName
{
color: #EF2893;
}
.AnyTagClassName
{
color: #EF2893;
}
</style>
background-color css
<style>
a { background-color: #EF2893; }
a { background-color: rgb(239,40,147); }
div.DivClassName
{
background-color: #EF2893;
}
.BgClassName
{
background-color: #EF2893;
}
</style>
border-color css
<style>
span { border-color: #EF2893; }
span { border-color: rgb(239,40,147); }
td.TdClassName
{
border-color: #EF2893;
}
.TagClassName
{
border-color: #EF2893;
}
</style>