Shades of Wild Strawberry #EF319D
Tints of Wild Strawberry #EF319D
RGB
CMYK
RGB Variations
Color information
#EF319D (or 0xEF319D) is known color: Wild Strawberry. HEX triplet: EF, 31 and 9D. RGB value is (239,49,157). Sum of RGB (Red+Green+Blue) = 239+49+157=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF319D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF319D is #10CE62. Grayscale: #757575. Windows color (decimal): -1101411 or 10301935. OLE color: 10301935.
HSL color Cylindrical-coordinate representation of color #EF319D: hue angle of 325.89º 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 #EF319D is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 157 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.06 |
| HSL | 325.89º | 0.86% | 0.56% | - |
| HSV(B) | 325.89º | 0.79% | 0.94% | - |
| XYZ | 42.78 | 22.98 | 34.08 | - |
| YUV | 118.12 | 149.95 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 157 | 0 | 0.79 | 0.34 | 0.06 | 325.89 | 0.86 | 0.56 |
| Hex | EF | 31 | 9D | 0 | 4F | 22 | 6 | 146 | 56 | 38 |
| Octal | 357 | 61 | 235 | 0 | 117 | 42 | 6 | 506 | 126 | 70 |
| Binary | 11101111 | 110001 | 10011101 | 0 | 1001111 | 100010 | 110 | 101000110 | 1010110 | 111000 |
Color Harmonies of #EF319D
Complementary color
Monochromatic Colors of #EF319D
Black with #EF319D
Text Example
Text Example
White with #EF319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF319D; }
p { color: rgb(239,49,157); }
H1.HeaderClassName
{
color: #EF319D;
}
.AnyTagClassName
{
color: #EF319D;
}
</style>
background-color css
<style>
a { background-color: #EF319D; }
a { background-color: rgb(239,49,157); }
div.DivClassName
{
background-color: #EF319D;
}
.BgClassName
{
background-color: #EF319D;
}
</style>
border-color css
<style>
span { border-color: #EF319D; }
span { border-color: rgb(239,49,157); }
td.TdClassName
{
border-color: #EF319D;
}
.TagClassName
{
border-color: #EF319D;
}
</style>