Shades of Wild Strawberry #EF41AB
Tints of Wild Strawberry #EF41AB
RGB
CMYK
RGB Variations
Color information
#EF41AB (or 0xEF41AB) is known color: Wild Strawberry. HEX triplet: EF, 41 and AB. RGB value is (239,65,171). Sum of RGB (Red+Green+Blue) = 239+65+171=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF41AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF41AB is #10BE54. Grayscale: #808080. Windows color (decimal): -1097301 or 11223535. OLE color: 11223535.
HSL color Cylindrical-coordinate representation of color #EF41AB: hue angle of 323.45º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF41AB is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 171 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.06 |
| HSL | 323.45º | 0.84% | 0.6% | - |
| HSV(B) | 323.45º | 0.73% | 0.94% | - |
| XYZ | 44.84 | 25.07 | 41 | - |
| YUV | 129.11 | 151.65 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 171 | 0 | 0.73 | 0.28 | 0.06 | 323.45 | 0.84 | 0.6 |
| Hex | EF | 41 | AB | 0 | 49 | 1C | 6 | 143 | 54 | 3C |
| Octal | 357 | 101 | 253 | 0 | 111 | 34 | 6 | 503 | 124 | 74 |
| Binary | 11101111 | 1000001 | 10101011 | 0 | 1001001 | 11100 | 110 | 101000011 | 1010100 | 111100 |
Color Harmonies of #EF41AB
Complementary color
Monochromatic Colors of #EF41AB
Black with #EF41AB
Text Example
Text Example
White with #EF41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF41AB; }
p { color: rgb(239,65,171); }
H1.HeaderClassName
{
color: #EF41AB;
}
.AnyTagClassName
{
color: #EF41AB;
}
</style>
background-color css
<style>
a { background-color: #EF41AB; }
a { background-color: rgb(239,65,171); }
div.DivClassName
{
background-color: #EF41AB;
}
.BgClassName
{
background-color: #EF41AB;
}
</style>
border-color css
<style>
span { border-color: #EF41AB; }
span { border-color: rgb(239,65,171); }
td.TdClassName
{
border-color: #EF41AB;
}
.TagClassName
{
border-color: #EF41AB;
}
</style>