Shades of Wild Strawberry #EF3A96
Tints of Wild Strawberry #EF3A96
RGB
CMYK
RGB Variations
Color information
#EF3A96 (or 0xEF3A96) is known color: Wild Strawberry. HEX triplet: EF, 3A and 96. RGB value is (239,58,150). Sum of RGB (Red+Green+Blue) = 239+58+150=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3A96 is #10C569. Grayscale: #7A7A7A. Windows color (decimal): -1099114 or 9845487. OLE color: 9845487.
HSL color Cylindrical-coordinate representation of color #EF3A96: hue angle of 329.5º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF3A96 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 58 | 150 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.06 |
| HSL | 329.5º | 0.85% | 0.58% | - |
| HSV(B) | 329.5º | 0.76% | 0.94% | - |
| XYZ | 42.61 | 23.58 | 31.16 | - |
| YUV | 122.61 | 143.47 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 150 | 0 | 0.76 | 0.37 | 0.06 | 329.5 | 0.85 | 0.58 |
| Hex | EF | 3A | 96 | 0 | 4C | 25 | 6 | 14A | 55 | 3A |
| Octal | 357 | 72 | 226 | 0 | 114 | 45 | 6 | 512 | 125 | 72 |
| Binary | 11101111 | 111010 | 10010110 | 0 | 1001100 | 100101 | 110 | 101001010 | 1010101 | 111010 |
Color Harmonies of #EF3A96
Complementary color
Monochromatic Colors of #EF3A96
Black with #EF3A96
Text Example
Text Example
White with #EF3A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3A96; }
p { color: rgb(239,58,150); }
H1.HeaderClassName
{
color: #EF3A96;
}
.AnyTagClassName
{
color: #EF3A96;
}
</style>
background-color css
<style>
a { background-color: #EF3A96; }
a { background-color: rgb(239,58,150); }
div.DivClassName
{
background-color: #EF3A96;
}
.BgClassName
{
background-color: #EF3A96;
}
</style>
border-color css
<style>
span { border-color: #EF3A96; }
span { border-color: rgb(239,58,150); }
td.TdClassName
{
border-color: #EF3A96;
}
.TagClassName
{
border-color: #EF3A96;
}
</style>