Shades of Wild Strawberry #EF40AB
Tints of Wild Strawberry #EF40AB
RGB
CMYK
RGB Variations
Color information
#EF40AB (or 0xEF40AB) is known color: Wild Strawberry. HEX triplet: EF, 40 and AB. RGB value is (239,64,171). Sum of RGB (Red+Green+Blue) = 239+64+171=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF40AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF40AB is #10BF54. Grayscale: #808080. Windows color (decimal): -1097557 or 11223279. OLE color: 11223279.
HSL color Cylindrical-coordinate representation of color #EF40AB: hue angle of 323.31º 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 #EF40AB is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 171 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.06 |
| HSL | 323.31º | 0.85% | 0.59% | - |
| HSV(B) | 323.31º | 0.73% | 0.94% | - |
| XYZ | 44.78 | 24.96 | 40.99 | - |
| YUV | 128.52 | 151.98 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 171 | 0 | 0.73 | 0.28 | 0.06 | 323.31 | 0.85 | 0.59 |
| Hex | EF | 40 | AB | 0 | 49 | 1C | 6 | 143 | 55 | 3B |
| Octal | 357 | 100 | 253 | 0 | 111 | 34 | 6 | 503 | 125 | 73 |
| Binary | 11101111 | 1000000 | 10101011 | 0 | 1001001 | 11100 | 110 | 101000011 | 1010101 | 111011 |
Color Harmonies of #EF40AB
Complementary color
Monochromatic Colors of #EF40AB
Black with #EF40AB
Text Example
Text Example
White with #EF40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF40AB; }
p { color: rgb(239,64,171); }
H1.HeaderClassName
{
color: #EF40AB;
}
.AnyTagClassName
{
color: #EF40AB;
}
</style>
background-color css
<style>
a { background-color: #EF40AB; }
a { background-color: rgb(239,64,171); }
div.DivClassName
{
background-color: #EF40AB;
}
.BgClassName
{
background-color: #EF40AB;
}
</style>
border-color css
<style>
span { border-color: #EF40AB; }
span { border-color: rgb(239,64,171); }
td.TdClassName
{
border-color: #EF40AB;
}
.TagClassName
{
border-color: #EF40AB;
}
</style>