Shades of Wild Strawberry #EF2B8F
Tints of Wild Strawberry #EF2B8F
RGB
CMYK
RGB Variations
Color information
#EF2B8F (or 0xEF2B8F) is known color: Wild Strawberry. HEX triplet: EF, 2B and 8F. RGB value is (239,43,143). Sum of RGB (Red+Green+Blue) = 239+43+143=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 43 (17.19% from 255 or 10.12% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2B8F is #10D470. Grayscale: #707070. Windows color (decimal): -1102961 or 9382895. OLE color: 9382895.
HSL color Cylindrical-coordinate representation of color #EF2B8F: hue angle of 329.39º 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 #EF2B8F is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 143 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.06 |
| HSL | 329.39º | 0.86% | 0.55% | - |
| HSV(B) | 329.39º | 0.82% | 0.94% | - |
| XYZ | 41.42 | 22.06 | 28.06 | - |
| YUV | 113 | 144.93 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 143 | 0 | 0.82 | 0.40 | 0.06 | 329.39 | 0.86 | 0.55 |
| Hex | EF | 2B | 8F | 0 | 52 | 28 | 6 | 149 | 56 | 37 |
| Octal | 357 | 53 | 217 | 0 | 122 | 50 | 6 | 511 | 126 | 67 |
| Binary | 11101111 | 101011 | 10001111 | 0 | 1010010 | 101000 | 110 | 101001001 | 1010110 | 110111 |
Color Harmonies of #EF2B8F
Complementary color
Monochromatic Colors of #EF2B8F
Black with #EF2B8F
Text Example
Text Example
White with #EF2B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2B8F; }
p { color: rgb(239,43,143); }
H1.HeaderClassName
{
color: #EF2B8F;
}
.AnyTagClassName
{
color: #EF2B8F;
}
</style>
background-color css
<style>
a { background-color: #EF2B8F; }
a { background-color: rgb(239,43,143); }
div.DivClassName
{
background-color: #EF2B8F;
}
.BgClassName
{
background-color: #EF2B8F;
}
</style>
border-color css
<style>
span { border-color: #EF2B8F; }
span { border-color: rgb(239,43,143); }
td.TdClassName
{
border-color: #EF2B8F;
}
.TagClassName
{
border-color: #EF2B8F;
}
</style>