Shades of Wild Strawberry #EF3EA8
Tints of Wild Strawberry #EF3EA8
RGB
CMYK
RGB Variations
Color information
#EF3EA8 (or 0xEF3EA8) is known color: Wild Strawberry. HEX triplet: EF, 3E and A8. RGB value is (239,62,168). Sum of RGB (Red+Green+Blue) = 239+62+168=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 62 (24.61% from 255 or 13.22% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3EA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3EA8 is #10C157. Grayscale: #7E7E7E. Windows color (decimal): -1098072 or 11026159. OLE color: 11026159.
HSL color Cylindrical-coordinate representation of color #EF3EA8: hue angle of 324.07º 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 #EF3EA8 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 62 | 168 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.06 |
| HSL | 324.07º | 0.85% | 0.59% | - |
| HSV(B) | 324.07º | 0.74% | 0.94% | - |
| XYZ | 44.39 | 24.62 | 39.46 | - |
| YUV | 127.01 | 151.14 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 62 | 168 | 0 | 0.74 | 0.30 | 0.06 | 324.07 | 0.85 | 0.59 |
| Hex | EF | 3E | A8 | 0 | 4A | 1E | 6 | 144 | 55 | 3B |
| Octal | 357 | 76 | 250 | 0 | 112 | 36 | 6 | 504 | 125 | 73 |
| Binary | 11101111 | 111110 | 10101000 | 0 | 1001010 | 11110 | 110 | 101000100 | 1010101 | 111011 |
Color Harmonies of #EF3EA8
Complementary color
Monochromatic Colors of #EF3EA8
Black with #EF3EA8
Text Example
Text Example
White with #EF3EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3EA8; }
p { color: rgb(239,62,168); }
H1.HeaderClassName
{
color: #EF3EA8;
}
.AnyTagClassName
{
color: #EF3EA8;
}
</style>
background-color css
<style>
a { background-color: #EF3EA8; }
a { background-color: rgb(239,62,168); }
div.DivClassName
{
background-color: #EF3EA8;
}
.BgClassName
{
background-color: #EF3EA8;
}
</style>
border-color css
<style>
span { border-color: #EF3EA8; }
span { border-color: rgb(239,62,168); }
td.TdClassName
{
border-color: #EF3EA8;
}
.TagClassName
{
border-color: #EF3EA8;
}
</style>