Shades of Wild Strawberry #EF258F
Tints of Wild Strawberry #EF258F
RGB
CMYK
RGB Variations
Color information
#EF258F (or 0xEF258F) is known color: Wild Strawberry. HEX triplet: EF, 25 and 8F. RGB value is (239,37,143). Sum of RGB (Red+Green+Blue) = 239+37+143=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF258F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF258F is #10DA70. Grayscale: #6D6D6D. Windows color (decimal): -1104497 or 9381359. OLE color: 9381359.
HSL color Cylindrical-coordinate representation of color #EF258F: hue angle of 328.51º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF258F is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 143 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.06 |
| HSL | 328.51º | 0.86% | 0.54% | - |
| HSV(B) | 328.51º | 0.85% | 0.94% | - |
| XYZ | 41.22 | 21.66 | 27.99 | - |
| YUV | 109.48 | 146.92 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 143 | 0 | 0.85 | 0.40 | 0.06 | 328.51 | 0.86 | 0.54 |
| Hex | EF | 25 | 8F | 0 | 55 | 28 | 6 | 149 | 56 | 36 |
| Octal | 357 | 45 | 217 | 0 | 125 | 50 | 6 | 511 | 126 | 66 |
| Binary | 11101111 | 100101 | 10001111 | 0 | 1010101 | 101000 | 110 | 101001001 | 1010110 | 110110 |
Color Harmonies of #EF258F
Complementary color
Monochromatic Colors of #EF258F
Black with #EF258F
Text Example
Text Example
White with #EF258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF258F; }
p { color: rgb(239,37,143); }
H1.HeaderClassName
{
color: #EF258F;
}
.AnyTagClassName
{
color: #EF258F;
}
</style>
background-color css
<style>
a { background-color: #EF258F; }
a { background-color: rgb(239,37,143); }
div.DivClassName
{
background-color: #EF258F;
}
.BgClassName
{
background-color: #EF258F;
}
</style>
border-color css
<style>
span { border-color: #EF258F; }
span { border-color: rgb(239,37,143); }
td.TdClassName
{
border-color: #EF258F;
}
.TagClassName
{
border-color: #EF258F;
}
</style>