Shades of Wild Strawberry #EF2F9A
Tints of Wild Strawberry #EF2F9A
RGB
CMYK
RGB Variations
Color information
#EF2F9A (or 0xEF2F9A) is known color: Wild Strawberry. HEX triplet: EF, 2F and 9A. RGB value is (239,47,154). Sum of RGB (Red+Green+Blue) = 239+47+154=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2F9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2F9A is #10D065. Grayscale: #747474. Windows color (decimal): -1101926 or 10104815. OLE color: 10104815.
HSL color Cylindrical-coordinate representation of color #EF2F9A: hue angle of 326.56º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF2F9A is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 47 | 154 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.06 |
| HSL | 326.56º | 0.86% | 0.56% | - |
| HSV(B) | 326.56º | 0.8% | 0.94% | - |
| XYZ | 42.45 | 22.72 | 32.72 | - |
| YUV | 116.61 | 149.11 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 47 | 154 | 0 | 0.80 | 0.36 | 0.06 | 326.56 | 0.86 | 0.56 |
| Hex | EF | 2F | 9A | 0 | 50 | 24 | 6 | 147 | 56 | 38 |
| Octal | 357 | 57 | 232 | 0 | 120 | 44 | 6 | 507 | 126 | 70 |
| Binary | 11101111 | 101111 | 10011010 | 0 | 1010000 | 100100 | 110 | 101000111 | 1010110 | 111000 |
Color Harmonies of #EF2F9A
Complementary color
Monochromatic Colors of #EF2F9A
Black with #EF2F9A
Text Example
Text Example
White with #EF2F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2F9A; }
p { color: rgb(239,47,154); }
H1.HeaderClassName
{
color: #EF2F9A;
}
.AnyTagClassName
{
color: #EF2F9A;
}
</style>
background-color css
<style>
a { background-color: #EF2F9A; }
a { background-color: rgb(239,47,154); }
div.DivClassName
{
background-color: #EF2F9A;
}
.BgClassName
{
background-color: #EF2F9A;
}
</style>
border-color css
<style>
span { border-color: #EF2F9A; }
span { border-color: rgb(239,47,154); }
td.TdClassName
{
border-color: #EF2F9A;
}
.TagClassName
{
border-color: #EF2F9A;
}
</style>