Shades of Wild Strawberry #EF3FA3
Tints of Wild Strawberry #EF3FA3
RGB
CMYK
RGB Variations
Color information
#EF3FA3 (or 0xEF3FA3) is known color: Wild Strawberry. HEX triplet: EF, 3F and A3. RGB value is (239,63,163). Sum of RGB (Red+Green+Blue) = 239+63+163=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3FA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3FA3 is #10C05C. Grayscale: #7E7E7E. Windows color (decimal): -1097821 or 10698735. OLE color: 10698735.
HSL color Cylindrical-coordinate representation of color #EF3FA3: hue angle of 325.91º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF3FA3 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 63 | 163 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.06 |
| HSL | 325.91º | 0.85% | 0.59% | - |
| HSV(B) | 325.91º | 0.74% | 0.94% | - |
| XYZ | 43.98 | 24.55 | 37.07 | - |
| YUV | 127.02 | 148.31 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 63 | 163 | 0 | 0.74 | 0.32 | 0.06 | 325.91 | 0.85 | 0.59 |
| Hex | EF | 3F | A3 | 0 | 4A | 20 | 6 | 146 | 55 | 3B |
| Octal | 357 | 77 | 243 | 0 | 112 | 40 | 6 | 506 | 125 | 73 |
| Binary | 11101111 | 111111 | 10100011 | 0 | 1001010 | 100000 | 110 | 101000110 | 1010101 | 111011 |
Color Harmonies of #EF3FA3
Complementary color
Monochromatic Colors of #EF3FA3
Black with #EF3FA3
Text Example
Text Example
White with #EF3FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3FA3; }
p { color: rgb(239,63,163); }
H1.HeaderClassName
{
color: #EF3FA3;
}
.AnyTagClassName
{
color: #EF3FA3;
}
</style>
background-color css
<style>
a { background-color: #EF3FA3; }
a { background-color: rgb(239,63,163); }
div.DivClassName
{
background-color: #EF3FA3;
}
.BgClassName
{
background-color: #EF3FA3;
}
</style>
border-color css
<style>
span { border-color: #EF3FA3; }
span { border-color: rgb(239,63,163); }
td.TdClassName
{
border-color: #EF3FA3;
}
.TagClassName
{
border-color: #EF3FA3;
}
</style>