Shades of Wild Strawberry #EF40AC
Tints of Wild Strawberry #EF40AC
RGB
CMYK
RGB Variations
Color information
#EF40AC (or 0xEF40AC) is known color: Wild Strawberry. HEX triplet: EF, 40 and AC. RGB value is (239,64,172). Sum of RGB (Red+Green+Blue) = 239+64+172=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF40AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF40AC is #10BF53. Grayscale: #808080. Windows color (decimal): -1097556 or 11288815. OLE color: 11288815.
HSL color Cylindrical-coordinate representation of color #EF40AC: hue angle of 322.97º 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 #EF40AC is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 172 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.06 |
| HSL | 322.97º | 0.85% | 0.59% | - |
| HSV(B) | 322.97º | 0.73% | 0.94% | - |
| XYZ | 44.88 | 25 | 41.49 | - |
| YUV | 128.64 | 152.48 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 172 | 0 | 0.73 | 0.28 | 0.06 | 322.97 | 0.85 | 0.59 |
| Hex | EF | 40 | AC | 0 | 49 | 1C | 6 | 143 | 55 | 3B |
| Octal | 357 | 100 | 254 | 0 | 111 | 34 | 6 | 503 | 125 | 73 |
| Binary | 11101111 | 1000000 | 10101100 | 0 | 1001001 | 11100 | 110 | 101000011 | 1010101 | 111011 |
Color Harmonies of #EF40AC
Complementary color
Monochromatic Colors of #EF40AC
Black with #EF40AC
Text Example
Text Example
White with #EF40AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF40AC; }
p { color: rgb(239,64,172); }
H1.HeaderClassName
{
color: #EF40AC;
}
.AnyTagClassName
{
color: #EF40AC;
}
</style>
background-color css
<style>
a { background-color: #EF40AC; }
a { background-color: rgb(239,64,172); }
div.DivClassName
{
background-color: #EF40AC;
}
.BgClassName
{
background-color: #EF40AC;
}
</style>
border-color css
<style>
span { border-color: #EF40AC; }
span { border-color: rgb(239,64,172); }
td.TdClassName
{
border-color: #EF40AC;
}
.TagClassName
{
border-color: #EF40AC;
}
</style>