Shades of Wild Strawberry #EF40A3
Tints of Wild Strawberry #EF40A3
RGB
CMYK
RGB Variations
Color information
#EF40A3 (or 0xEF40A3) is known color: Wild Strawberry. HEX triplet: EF, 40 and A3. RGB value is (239,64,163). Sum of RGB (Red+Green+Blue) = 239+64+163=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF40A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF40A3 is #10BF5C. Grayscale: #7F7F7F. Windows color (decimal): -1097565 or 10698991. OLE color: 10698991.
HSL color Cylindrical-coordinate representation of color #EF40A3: hue angle of 326.06º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF40A3 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 163 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.06 |
| HSL | 326.06º | 0.85% | 0.59% | - |
| HSV(B) | 326.06º | 0.73% | 0.94% | - |
| XYZ | 44.04 | 24.66 | 37.09 | - |
| YUV | 127.61 | 147.98 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 163 | 0 | 0.73 | 0.32 | 0.06 | 326.06 | 0.85 | 0.59 |
| Hex | EF | 40 | A3 | 0 | 49 | 20 | 6 | 146 | 55 | 3B |
| Octal | 357 | 100 | 243 | 0 | 111 | 40 | 6 | 506 | 125 | 73 |
| Binary | 11101111 | 1000000 | 10100011 | 0 | 1001001 | 100000 | 110 | 101000110 | 1010101 | 111011 |
Color Harmonies of #EF40A3
Complementary color
Monochromatic Colors of #EF40A3
Black with #EF40A3
Text Example
Text Example
White with #EF40A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF40A3; }
p { color: rgb(239,64,163); }
H1.HeaderClassName
{
color: #EF40A3;
}
.AnyTagClassName
{
color: #EF40A3;
}
</style>
background-color css
<style>
a { background-color: #EF40A3; }
a { background-color: rgb(239,64,163); }
div.DivClassName
{
background-color: #EF40A3;
}
.BgClassName
{
background-color: #EF40A3;
}
</style>
border-color css
<style>
span { border-color: #EF40A3; }
span { border-color: rgb(239,64,163); }
td.TdClassName
{
border-color: #EF40A3;
}
.TagClassName
{
border-color: #EF40A3;
}
</style>