Shades of Wild Strawberry #EF40AA
Tints of Wild Strawberry #EF40AA
RGB
CMYK
RGB Variations
Color information
#EF40AA (or 0xEF40AA) is known color: Wild Strawberry. HEX triplet: EF, 40 and AA. RGB value is (239,64,170). Sum of RGB (Red+Green+Blue) = 239+64+170=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF40AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF40AA is #10BF55. Grayscale: #808080. Windows color (decimal): -1097558 or 11157743. OLE color: 11157743.
HSL color Cylindrical-coordinate representation of color #EF40AA: hue angle of 323.66º 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 #EF40AA is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 170 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.06 |
| HSL | 323.66º | 0.85% | 0.59% | - |
| HSV(B) | 323.66º | 0.73% | 0.94% | - |
| XYZ | 44.69 | 24.92 | 40.49 | - |
| YUV | 128.41 | 151.48 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 170 | 0 | 0.73 | 0.29 | 0.06 | 323.66 | 0.85 | 0.59 |
| Hex | EF | 40 | AA | 0 | 49 | 1D | 6 | 144 | 55 | 3B |
| Octal | 357 | 100 | 252 | 0 | 111 | 35 | 6 | 504 | 125 | 73 |
| Binary | 11101111 | 1000000 | 10101010 | 0 | 1001001 | 11101 | 110 | 101000100 | 1010101 | 111011 |
Color Harmonies of #EF40AA
Complementary color
Monochromatic Colors of #EF40AA
Black with #EF40AA
Text Example
Text Example
White with #EF40AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF40AA; }
p { color: rgb(239,64,170); }
H1.HeaderClassName
{
color: #EF40AA;
}
.AnyTagClassName
{
color: #EF40AA;
}
</style>
background-color css
<style>
a { background-color: #EF40AA; }
a { background-color: rgb(239,64,170); }
div.DivClassName
{
background-color: #EF40AA;
}
.BgClassName
{
background-color: #EF40AA;
}
</style>
border-color css
<style>
span { border-color: #EF40AA; }
span { border-color: rgb(239,64,170); }
td.TdClassName
{
border-color: #EF40AA;
}
.TagClassName
{
border-color: #EF40AA;
}
</style>