Shades of Wild Strawberry #EF3A9C
Tints of Wild Strawberry #EF3A9C
RGB
CMYK
RGB Variations
Color information
#EF3A9C (or 0xEF3A9C) is known color: Wild Strawberry. HEX triplet: EF, 3A and 9C. RGB value is (239,58,156). Sum of RGB (Red+Green+Blue) = 239+58+156=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3A9C is #10C563. Grayscale: #7B7B7B. Windows color (decimal): -1099108 or 10238703. OLE color: 10238703.
HSL color Cylindrical-coordinate representation of color #EF3A9C: hue angle of 327.51º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF3A9C is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 58 | 156 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.06 |
| HSL | 327.51º | 0.85% | 0.58% | - |
| HSV(B) | 327.51º | 0.76% | 0.94% | - |
| XYZ | 43.11 | 23.78 | 33.77 | - |
| YUV | 123.29 | 146.47 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 156 | 0 | 0.76 | 0.35 | 0.06 | 327.51 | 0.85 | 0.58 |
| Hex | EF | 3A | 9C | 0 | 4C | 23 | 6 | 148 | 55 | 3A |
| Octal | 357 | 72 | 234 | 0 | 114 | 43 | 6 | 510 | 125 | 72 |
| Binary | 11101111 | 111010 | 10011100 | 0 | 1001100 | 100011 | 110 | 101001000 | 1010101 | 111010 |
Color Harmonies of #EF3A9C
Complementary color
Monochromatic Colors of #EF3A9C
Black with #EF3A9C
Text Example
Text Example
White with #EF3A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3A9C; }
p { color: rgb(239,58,156); }
H1.HeaderClassName
{
color: #EF3A9C;
}
.AnyTagClassName
{
color: #EF3A9C;
}
</style>
background-color css
<style>
a { background-color: #EF3A9C; }
a { background-color: rgb(239,58,156); }
div.DivClassName
{
background-color: #EF3A9C;
}
.BgClassName
{
background-color: #EF3A9C;
}
</style>
border-color css
<style>
span { border-color: #EF3A9C; }
span { border-color: rgb(239,58,156); }
td.TdClassName
{
border-color: #EF3A9C;
}
.TagClassName
{
border-color: #EF3A9C;
}
</style>