Shades of Wild Strawberry #EF288C
Tints of Wild Strawberry #EF288C
RGB
CMYK
RGB Variations
Color information
#EF288C (or 0xEF288C) is known color: Wild Strawberry. HEX triplet: EF, 28 and 8C. RGB value is (239,40,140). Sum of RGB (Red+Green+Blue) = 239+40+140=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF288C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF288C is #10D773. Grayscale: #6E6E6E. Windows color (decimal): -1103732 or 9185519. OLE color: 9185519.
HSL color Cylindrical-coordinate representation of color #EF288C: hue angle of 329.85º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF288C is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 140 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.06 |
| HSL | 329.85º | 0.86% | 0.55% | - |
| HSV(B) | 329.85º | 0.83% | 0.94% | - |
| XYZ | 41.09 | 21.76 | 26.85 | - |
| YUV | 110.9 | 144.43 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 140 | 0 | 0.83 | 0.41 | 0.06 | 329.85 | 0.86 | 0.55 |
| Hex | EF | 28 | 8C | 0 | 53 | 29 | 6 | 14A | 56 | 37 |
| Octal | 357 | 50 | 214 | 0 | 123 | 51 | 6 | 512 | 126 | 67 |
| Binary | 11101111 | 101000 | 10001100 | 0 | 1010011 | 101001 | 110 | 101001010 | 1010110 | 110111 |
Color Harmonies of #EF288C
Complementary color
Monochromatic Colors of #EF288C
Black with #EF288C
Text Example
Text Example
White with #EF288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF288C; }
p { color: rgb(239,40,140); }
H1.HeaderClassName
{
color: #EF288C;
}
.AnyTagClassName
{
color: #EF288C;
}
</style>
background-color css
<style>
a { background-color: #EF288C; }
a { background-color: rgb(239,40,140); }
div.DivClassName
{
background-color: #EF288C;
}
.BgClassName
{
background-color: #EF288C;
}
</style>
border-color css
<style>
span { border-color: #EF288C; }
span { border-color: rgb(239,40,140); }
td.TdClassName
{
border-color: #EF288C;
}
.TagClassName
{
border-color: #EF288C;
}
</style>