Shades of Wild Strawberry #EF319B
Tints of Wild Strawberry #EF319B
RGB
CMYK
RGB Variations
Color information
#EF319B (or 0xEF319B) is known color: Wild Strawberry. HEX triplet: EF, 31 and 9B. RGB value is (239,49,155). Sum of RGB (Red+Green+Blue) = 239+49+155=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF319B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF319B is #10CE64. Grayscale: #757575. Windows color (decimal): -1101413 or 10170863. OLE color: 10170863.
HSL color Cylindrical-coordinate representation of color #EF319B: hue angle of 326.53º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF319B is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 155 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.06 |
| HSL | 326.53º | 0.86% | 0.56% | - |
| HSV(B) | 326.53º | 0.79% | 0.94% | - |
| XYZ | 42.61 | 22.91 | 33.19 | - |
| YUV | 117.89 | 148.95 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 155 | 0 | 0.79 | 0.35 | 0.06 | 326.53 | 0.86 | 0.56 |
| Hex | EF | 31 | 9B | 0 | 4F | 23 | 6 | 147 | 56 | 38 |
| Octal | 357 | 61 | 233 | 0 | 117 | 43 | 6 | 507 | 126 | 70 |
| Binary | 11101111 | 110001 | 10011011 | 0 | 1001111 | 100011 | 110 | 101000111 | 1010110 | 111000 |
Color Harmonies of #EF319B
Complementary color
Monochromatic Colors of #EF319B
Black with #EF319B
Text Example
Text Example
White with #EF319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF319B; }
p { color: rgb(239,49,155); }
H1.HeaderClassName
{
color: #EF319B;
}
.AnyTagClassName
{
color: #EF319B;
}
</style>
background-color css
<style>
a { background-color: #EF319B; }
a { background-color: rgb(239,49,155); }
div.DivClassName
{
background-color: #EF319B;
}
.BgClassName
{
background-color: #EF319B;
}
</style>
border-color css
<style>
span { border-color: #EF319B; }
span { border-color: rgb(239,49,155); }
td.TdClassName
{
border-color: #EF319B;
}
.TagClassName
{
border-color: #EF319B;
}
</style>