Shades of Wild Strawberry #EF3A99
Tints of Wild Strawberry #EF3A99
RGB
CMYK
RGB Variations
Color information
#EF3A99 (or 0xEF3A99) is known color: Wild Strawberry. HEX triplet: EF, 3A and 99. RGB value is (239,58,153). Sum of RGB (Red+Green+Blue) = 239+58+153=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3A99 is #10C566. Grayscale: #7A7A7A. Windows color (decimal): -1099111 or 10042095. OLE color: 10042095.
HSL color Cylindrical-coordinate representation of color #EF3A99: hue angle of 328.51º 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 #EF3A99 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 58 | 153 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.06 |
| HSL | 328.51º | 0.85% | 0.58% | - |
| HSV(B) | 328.51º | 0.76% | 0.94% | - |
| XYZ | 42.86 | 23.68 | 32.45 | - |
| YUV | 122.95 | 144.97 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 153 | 0 | 0.76 | 0.36 | 0.06 | 328.51 | 0.85 | 0.58 |
| Hex | EF | 3A | 99 | 0 | 4C | 24 | 6 | 149 | 55 | 3A |
| Octal | 357 | 72 | 231 | 0 | 114 | 44 | 6 | 511 | 125 | 72 |
| Binary | 11101111 | 111010 | 10011001 | 0 | 1001100 | 100100 | 110 | 101001001 | 1010101 | 111010 |
Color Harmonies of #EF3A99
Complementary color
Monochromatic Colors of #EF3A99
Black with #EF3A99
Text Example
Text Example
White with #EF3A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3A99; }
p { color: rgb(239,58,153); }
H1.HeaderClassName
{
color: #EF3A99;
}
.AnyTagClassName
{
color: #EF3A99;
}
</style>
background-color css
<style>
a { background-color: #EF3A99; }
a { background-color: rgb(239,58,153); }
div.DivClassName
{
background-color: #EF3A99;
}
.BgClassName
{
background-color: #EF3A99;
}
</style>
border-color css
<style>
span { border-color: #EF3A99; }
span { border-color: rgb(239,58,153); }
td.TdClassName
{
border-color: #EF3A99;
}
.TagClassName
{
border-color: #EF3A99;
}
</style>