Shades of Wild Strawberry #EF268F
Tints of Wild Strawberry #EF268F
RGB
CMYK
RGB Variations
Color information
#EF268F (or 0xEF268F) is known color: Wild Strawberry. HEX triplet: EF, 26 and 8F. RGB value is (239,38,143). Sum of RGB (Red+Green+Blue) = 239+38+143=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF268F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF268F is #10D970. Grayscale: #6D6D6D. Windows color (decimal): -1104241 or 9381615. OLE color: 9381615.
HSL color Cylindrical-coordinate representation of color #EF268F: hue angle of 328.66º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF268F is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 143 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.06 |
| HSL | 328.66º | 0.86% | 0.54% | - |
| HSV(B) | 328.66º | 0.84% | 0.94% | - |
| XYZ | 41.25 | 21.72 | 28.01 | - |
| YUV | 110.07 | 146.59 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 143 | 0 | 0.84 | 0.40 | 0.06 | 328.66 | 0.86 | 0.54 |
| Hex | EF | 26 | 8F | 0 | 54 | 28 | 6 | 149 | 56 | 36 |
| Octal | 357 | 46 | 217 | 0 | 124 | 50 | 6 | 511 | 126 | 66 |
| Binary | 11101111 | 100110 | 10001111 | 0 | 1010100 | 101000 | 110 | 101001001 | 1010110 | 110110 |
Color Harmonies of #EF268F
Complementary color
Monochromatic Colors of #EF268F
Black with #EF268F
Text Example
Text Example
White with #EF268F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF268F; }
p { color: rgb(239,38,143); }
H1.HeaderClassName
{
color: #EF268F;
}
.AnyTagClassName
{
color: #EF268F;
}
</style>
background-color css
<style>
a { background-color: #EF268F; }
a { background-color: rgb(239,38,143); }
div.DivClassName
{
background-color: #EF268F;
}
.BgClassName
{
background-color: #EF268F;
}
</style>
border-color css
<style>
span { border-color: #EF268F; }
span { border-color: rgb(239,38,143); }
td.TdClassName
{
border-color: #EF268F;
}
.TagClassName
{
border-color: #EF268F;
}
</style>