Shades of Wild Strawberry #EF2D8D
Tints of Wild Strawberry #EF2D8D
RGB
CMYK
RGB Variations
Color information
#EF2D8D (or 0xEF2D8D) is known color: Wild Strawberry. HEX triplet: EF, 2D and 8D. RGB value is (239,45,141). Sum of RGB (Red+Green+Blue) = 239+45+141=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2D8D is #10D272. Grayscale: #717171. Windows color (decimal): -1102451 or 9252335. OLE color: 9252335.
HSL color Cylindrical-coordinate representation of color #EF2D8D: hue angle of 330.31º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2D8D is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 141 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.06 |
| HSL | 330.31º | 0.86% | 0.56% | - |
| HSV(B) | 330.31º | 0.81% | 0.94% | - |
| XYZ | 41.34 | 22.15 | 27.3 | - |
| YUV | 113.95 | 143.27 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 141 | 0 | 0.81 | 0.41 | 0.06 | 330.31 | 0.86 | 0.56 |
| Hex | EF | 2D | 8D | 0 | 51 | 29 | 6 | 14A | 56 | 38 |
| Octal | 357 | 55 | 215 | 0 | 121 | 51 | 6 | 512 | 126 | 70 |
| Binary | 11101111 | 101101 | 10001101 | 0 | 1010001 | 101001 | 110 | 101001010 | 1010110 | 111000 |
Color Harmonies of #EF2D8D
Complementary color
Monochromatic Colors of #EF2D8D
Black with #EF2D8D
Text Example
Text Example
White with #EF2D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D8D; }
p { color: rgb(239,45,141); }
H1.HeaderClassName
{
color: #EF2D8D;
}
.AnyTagClassName
{
color: #EF2D8D;
}
</style>
background-color css
<style>
a { background-color: #EF2D8D; }
a { background-color: rgb(239,45,141); }
div.DivClassName
{
background-color: #EF2D8D;
}
.BgClassName
{
background-color: #EF2D8D;
}
</style>
border-color css
<style>
span { border-color: #EF2D8D; }
span { border-color: rgb(239,45,141); }
td.TdClassName
{
border-color: #EF2D8D;
}
.TagClassName
{
border-color: #EF2D8D;
}
</style>