Shades of Wild Strawberry #EF3EA3
Tints of Wild Strawberry #EF3EA3
RGB
CMYK
RGB Variations
Color information
#EF3EA3 (or 0xEF3EA3) is known color: Wild Strawberry. HEX triplet: EF, 3E and A3. RGB value is (239,62,163). Sum of RGB (Red+Green+Blue) = 239+62+163=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3EA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3EA3 is #10C15C. Grayscale: #7E7E7E. Windows color (decimal): -1098077 or 10698479. OLE color: 10698479.
HSL color Cylindrical-coordinate representation of color #EF3EA3: hue angle of 325.76º 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 #EF3EA3 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 62 | 163 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.06 |
| HSL | 325.76º | 0.85% | 0.59% | - |
| HSV(B) | 325.76º | 0.74% | 0.94% | - |
| XYZ | 43.93 | 24.44 | 37.05 | - |
| YUV | 126.44 | 148.64 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 62 | 163 | 0 | 0.74 | 0.32 | 0.06 | 325.76 | 0.85 | 0.59 |
| Hex | EF | 3E | A3 | 0 | 4A | 20 | 6 | 146 | 55 | 3B |
| Octal | 357 | 76 | 243 | 0 | 112 | 40 | 6 | 506 | 125 | 73 |
| Binary | 11101111 | 111110 | 10100011 | 0 | 1001010 | 100000 | 110 | 101000110 | 1010101 | 111011 |
Color Harmonies of #EF3EA3
Complementary color
Monochromatic Colors of #EF3EA3
Black with #EF3EA3
Text Example
Text Example
White with #EF3EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3EA3; }
p { color: rgb(239,62,163); }
H1.HeaderClassName
{
color: #EF3EA3;
}
.AnyTagClassName
{
color: #EF3EA3;
}
</style>
background-color css
<style>
a { background-color: #EF3EA3; }
a { background-color: rgb(239,62,163); }
div.DivClassName
{
background-color: #EF3EA3;
}
.BgClassName
{
background-color: #EF3EA3;
}
</style>
border-color css
<style>
span { border-color: #EF3EA3; }
span { border-color: rgb(239,62,163); }
td.TdClassName
{
border-color: #EF3EA3;
}
.TagClassName
{
border-color: #EF3EA3;
}
</style>