Shades of Wild Strawberry #EF34A0
Tints of Wild Strawberry #EF34A0
RGB
CMYK
RGB Variations
Color information
#EF34A0 (or 0xEF34A0) is known color: Wild Strawberry. HEX triplet: EF, 34 and A0. RGB value is (239,52,160). Sum of RGB (Red+Green+Blue) = 239+52+160=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF34A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF34A0 is #10CB5F. Grayscale: #777777. Windows color (decimal): -1100640 or 10499311. OLE color: 10499311.
HSL color Cylindrical-coordinate representation of color #EF34A0: hue angle of 325.35º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF34A0 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 160 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.06 |
| HSL | 325.35º | 0.85% | 0.57% | - |
| HSV(B) | 325.35º | 0.78% | 0.94% | - |
| XYZ | 43.17 | 23.34 | 35.49 | - |
| YUV | 120.23 | 150.45 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 160 | 0 | 0.78 | 0.33 | 0.06 | 325.35 | 0.85 | 0.57 |
| Hex | EF | 34 | A0 | 0 | 4E | 21 | 6 | 145 | 55 | 39 |
| Octal | 357 | 64 | 240 | 0 | 116 | 41 | 6 | 505 | 125 | 71 |
| Binary | 11101111 | 110100 | 10100000 | 0 | 1001110 | 100001 | 110 | 101000101 | 1010101 | 111001 |
Color Harmonies of #EF34A0
Complementary color
Monochromatic Colors of #EF34A0
Black with #EF34A0
Text Example
Text Example
White with #EF34A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF34A0; }
p { color: rgb(239,52,160); }
H1.HeaderClassName
{
color: #EF34A0;
}
.AnyTagClassName
{
color: #EF34A0;
}
</style>
background-color css
<style>
a { background-color: #EF34A0; }
a { background-color: rgb(239,52,160); }
div.DivClassName
{
background-color: #EF34A0;
}
.BgClassName
{
background-color: #EF34A0;
}
</style>
border-color css
<style>
span { border-color: #EF34A0; }
span { border-color: rgb(239,52,160); }
td.TdClassName
{
border-color: #EF34A0;
}
.TagClassName
{
border-color: #EF34A0;
}
</style>