Shades of Wild Strawberry #EF3598
Tints of Wild Strawberry #EF3598
RGB
CMYK
RGB Variations
Color information
#EF3598 (or 0xEF3598) is known color: Wild Strawberry. HEX triplet: EF, 35 and 98. RGB value is (239,53,152). Sum of RGB (Red+Green+Blue) = 239+53+152=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3598 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3598 is #10CA67. Grayscale: #777777. Windows color (decimal): -1100392 or 9975279. OLE color: 9975279.
HSL color Cylindrical-coordinate representation of color #EF3598: hue angle of 328.06º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF3598 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 152 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.06 |
| HSL | 328.06º | 0.85% | 0.57% | - |
| HSV(B) | 328.06º | 0.78% | 0.94% | - |
| XYZ | 42.54 | 23.16 | 31.93 | - |
| YUV | 119.9 | 146.12 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 152 | 0 | 0.78 | 0.36 | 0.06 | 328.06 | 0.85 | 0.57 |
| Hex | EF | 35 | 98 | 0 | 4E | 24 | 6 | 148 | 55 | 39 |
| Octal | 357 | 65 | 230 | 0 | 116 | 44 | 6 | 510 | 125 | 71 |
| Binary | 11101111 | 110101 | 10011000 | 0 | 1001110 | 100100 | 110 | 101001000 | 1010101 | 111001 |
Color Harmonies of #EF3598
Complementary color
Monochromatic Colors of #EF3598
Black with #EF3598
Text Example
Text Example
White with #EF3598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3598; }
p { color: rgb(239,53,152); }
H1.HeaderClassName
{
color: #EF3598;
}
.AnyTagClassName
{
color: #EF3598;
}
</style>
background-color css
<style>
a { background-color: #EF3598; }
a { background-color: rgb(239,53,152); }
div.DivClassName
{
background-color: #EF3598;
}
.BgClassName
{
background-color: #EF3598;
}
</style>
border-color css
<style>
span { border-color: #EF3598; }
span { border-color: rgb(239,53,152); }
td.TdClassName
{
border-color: #EF3598;
}
.TagClassName
{
border-color: #EF3598;
}
</style>