Shades of Wild Strawberry #EF319A
Tints of Wild Strawberry #EF319A
RGB
CMYK
RGB Variations
Color information
#EF319A (or 0xEF319A) is known color: Wild Strawberry. HEX triplet: EF, 31 and 9A. RGB value is (239,49,154). Sum of RGB (Red+Green+Blue) = 239+49+154=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF319A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF319A is #10CE65. Grayscale: #757575. Windows color (decimal): -1101414 or 10105327. OLE color: 10105327.
HSL color Cylindrical-coordinate representation of color #EF319A: hue angle of 326.84º 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 #EF319A is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 154 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.06 |
| HSL | 326.84º | 0.86% | 0.56% | - |
| HSV(B) | 326.84º | 0.79% | 0.94% | - |
| XYZ | 42.53 | 22.88 | 32.75 | - |
| YUV | 117.78 | 148.45 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 154 | 0 | 0.79 | 0.36 | 0.06 | 326.84 | 0.86 | 0.56 |
| Hex | EF | 31 | 9A | 0 | 4F | 24 | 6 | 147 | 56 | 38 |
| Octal | 357 | 61 | 232 | 0 | 117 | 44 | 6 | 507 | 126 | 70 |
| Binary | 11101111 | 110001 | 10011010 | 0 | 1001111 | 100100 | 110 | 101000111 | 1010110 | 111000 |
Color Harmonies of #EF319A
Complementary color
Monochromatic Colors of #EF319A
Black with #EF319A
Text Example
Text Example
White with #EF319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF319A; }
p { color: rgb(239,49,154); }
H1.HeaderClassName
{
color: #EF319A;
}
.AnyTagClassName
{
color: #EF319A;
}
</style>
background-color css
<style>
a { background-color: #EF319A; }
a { background-color: rgb(239,49,154); }
div.DivClassName
{
background-color: #EF319A;
}
.BgClassName
{
background-color: #EF319A;
}
</style>
border-color css
<style>
span { border-color: #EF319A; }
span { border-color: rgb(239,49,154); }
td.TdClassName
{
border-color: #EF319A;
}
.TagClassName
{
border-color: #EF319A;
}
</style>