Shades of Wild Strawberry #EF319C
Tints of Wild Strawberry #EF319C
RGB
CMYK
RGB Variations
Color information
#EF319C (or 0xEF319C) is known color: Wild Strawberry. HEX triplet: EF, 31 and 9C. RGB value is (239,49,156). Sum of RGB (Red+Green+Blue) = 239+49+156=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF319C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF319C is #10CE63. Grayscale: #757575. Windows color (decimal): -1101412 or 10236399. OLE color: 10236399.
HSL color Cylindrical-coordinate representation of color #EF319C: hue angle of 326.21º 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 #EF319C is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 156 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.06 |
| HSL | 326.21º | 0.86% | 0.56% | - |
| HSV(B) | 326.21º | 0.79% | 0.94% | - |
| XYZ | 42.7 | 22.95 | 33.63 | - |
| YUV | 118.01 | 149.45 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 156 | 0 | 0.79 | 0.35 | 0.06 | 326.21 | 0.86 | 0.56 |
| Hex | EF | 31 | 9C | 0 | 4F | 23 | 6 | 146 | 56 | 38 |
| Octal | 357 | 61 | 234 | 0 | 117 | 43 | 6 | 506 | 126 | 70 |
| Binary | 11101111 | 110001 | 10011100 | 0 | 1001111 | 100011 | 110 | 101000110 | 1010110 | 111000 |
Color Harmonies of #EF319C
Complementary color
Monochromatic Colors of #EF319C
Black with #EF319C
Text Example
Text Example
White with #EF319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF319C; }
p { color: rgb(239,49,156); }
H1.HeaderClassName
{
color: #EF319C;
}
.AnyTagClassName
{
color: #EF319C;
}
</style>
background-color css
<style>
a { background-color: #EF319C; }
a { background-color: rgb(239,49,156); }
div.DivClassName
{
background-color: #EF319C;
}
.BgClassName
{
background-color: #EF319C;
}
</style>
border-color css
<style>
span { border-color: #EF319C; }
span { border-color: rgb(239,49,156); }
td.TdClassName
{
border-color: #EF319C;
}
.TagClassName
{
border-color: #EF319C;
}
</style>