Shades of Wild Strawberry #EF329A
Tints of Wild Strawberry #EF329A
RGB
CMYK
RGB Variations
Color information
#EF329A (or 0xEF329A) is known color: Wild Strawberry. HEX triplet: EF, 32 and 9A. RGB value is (239,50,154). Sum of RGB (Red+Green+Blue) = 239+50+154=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF329A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF329A is #10CD65. Grayscale: #767676. Windows color (decimal): -1101158 or 10105583. OLE color: 10105583.
HSL color Cylindrical-coordinate representation of color #EF329A: hue angle of 326.98º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF329A is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 50 | 154 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.06 |
| HSL | 326.98º | 0.86% | 0.57% | - |
| HSV(B) | 326.98º | 0.79% | 0.94% | - |
| XYZ | 42.57 | 22.97 | 32.76 | - |
| YUV | 118.37 | 148.12 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 154 | 0 | 0.79 | 0.36 | 0.06 | 326.98 | 0.86 | 0.57 |
| Hex | EF | 32 | 9A | 0 | 4F | 24 | 6 | 147 | 56 | 39 |
| Octal | 357 | 62 | 232 | 0 | 117 | 44 | 6 | 507 | 126 | 71 |
| Binary | 11101111 | 110010 | 10011010 | 0 | 1001111 | 100100 | 110 | 101000111 | 1010110 | 111001 |
Color Harmonies of #EF329A
Complementary color
Monochromatic Colors of #EF329A
Black with #EF329A
Text Example
Text Example
White with #EF329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF329A; }
p { color: rgb(239,50,154); }
H1.HeaderClassName
{
color: #EF329A;
}
.AnyTagClassName
{
color: #EF329A;
}
</style>
background-color css
<style>
a { background-color: #EF329A; }
a { background-color: rgb(239,50,154); }
div.DivClassName
{
background-color: #EF329A;
}
.BgClassName
{
background-color: #EF329A;
}
</style>
border-color css
<style>
span { border-color: #EF329A; }
span { border-color: rgb(239,50,154); }
td.TdClassName
{
border-color: #EF329A;
}
.TagClassName
{
border-color: #EF329A;
}
</style>