Shades of Wild Strawberry #EF2E8C
Tints of Wild Strawberry #EF2E8C
RGB
CMYK
RGB Variations
Color information
#EF2E8C (or 0xEF2E8C) is known color: Wild Strawberry. HEX triplet: EF, 2E and 8C. RGB value is (239,46,140). Sum of RGB (Red+Green+Blue) = 239+46+140=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2E8C is #10D173. Grayscale: #727272. Windows color (decimal): -1102196 or 9187055. OLE color: 9187055.
HSL color Cylindrical-coordinate representation of color #EF2E8C: hue angle of 330.78º 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 #EF2E8C is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 46 | 140 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.06 |
| HSL | 330.78º | 0.86% | 0.56% | - |
| HSV(B) | 330.78º | 0.81% | 0.94% | - |
| XYZ | 41.31 | 22.2 | 26.92 | - |
| YUV | 114.42 | 142.44 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 140 | 0 | 0.81 | 0.41 | 0.06 | 330.78 | 0.86 | 0.56 |
| Hex | EF | 2E | 8C | 0 | 51 | 29 | 6 | 14B | 56 | 38 |
| Octal | 357 | 56 | 214 | 0 | 121 | 51 | 6 | 513 | 126 | 70 |
| Binary | 11101111 | 101110 | 10001100 | 0 | 1010001 | 101001 | 110 | 101001011 | 1010110 | 111000 |
Color Harmonies of #EF2E8C
Complementary color
Monochromatic Colors of #EF2E8C
Black with #EF2E8C
Text Example
Text Example
White with #EF2E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2E8C; }
p { color: rgb(239,46,140); }
H1.HeaderClassName
{
color: #EF2E8C;
}
.AnyTagClassName
{
color: #EF2E8C;
}
</style>
background-color css
<style>
a { background-color: #EF2E8C; }
a { background-color: rgb(239,46,140); }
div.DivClassName
{
background-color: #EF2E8C;
}
.BgClassName
{
background-color: #EF2E8C;
}
</style>
border-color css
<style>
span { border-color: #EF2E8C; }
span { border-color: rgb(239,46,140); }
td.TdClassName
{
border-color: #EF2E8C;
}
.TagClassName
{
border-color: #EF2E8C;
}
</style>