Shades of Wild Strawberry #EF268D
Tints of Wild Strawberry #EF268D
RGB
CMYK
RGB Variations
Color information
#EF268D (or 0xEF268D) is known color: Wild Strawberry. HEX triplet: EF, 26 and 8D. RGB value is (239,38,141). Sum of RGB (Red+Green+Blue) = 239+38+141=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF268D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF268D is #10D972. Grayscale: #6D6D6D. Windows color (decimal): -1104243 or 9250543. OLE color: 9250543.
HSL color Cylindrical-coordinate representation of color #EF268D: hue angle of 329.25º 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 #EF268D is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 141 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.06 |
| HSL | 329.25º | 0.86% | 0.54% | - |
| HSV(B) | 329.25º | 0.84% | 0.94% | - |
| XYZ | 41.1 | 21.66 | 27.21 | - |
| YUV | 109.84 | 145.59 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 141 | 0 | 0.84 | 0.41 | 0.06 | 329.25 | 0.86 | 0.54 |
| Hex | EF | 26 | 8D | 0 | 54 | 29 | 6 | 149 | 56 | 36 |
| Octal | 357 | 46 | 215 | 0 | 124 | 51 | 6 | 511 | 126 | 66 |
| Binary | 11101111 | 100110 | 10001101 | 0 | 1010100 | 101001 | 110 | 101001001 | 1010110 | 110110 |
Color Harmonies of #EF268D
Complementary color
Monochromatic Colors of #EF268D
Black with #EF268D
Text Example
Text Example
White with #EF268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF268D; }
p { color: rgb(239,38,141); }
H1.HeaderClassName
{
color: #EF268D;
}
.AnyTagClassName
{
color: #EF268D;
}
</style>
background-color css
<style>
a { background-color: #EF268D; }
a { background-color: rgb(239,38,141); }
div.DivClassName
{
background-color: #EF268D;
}
.BgClassName
{
background-color: #EF268D;
}
</style>
border-color css
<style>
span { border-color: #EF268D; }
span { border-color: rgb(239,38,141); }
td.TdClassName
{
border-color: #EF268D;
}
.TagClassName
{
border-color: #EF268D;
}
</style>