Shades of Wild Strawberry #EF409D
Tints of Wild Strawberry #EF409D
RGB
CMYK
RGB Variations
Color information
#EF409D (or 0xEF409D) is known color: Wild Strawberry. HEX triplet: EF, 40 and 9D. RGB value is (239,64,157). Sum of RGB (Red+Green+Blue) = 239+64+157=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF409D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF409D is #10BF62. Grayscale: #7E7E7E. Windows color (decimal): -1097571 or 10305775. OLE color: 10305775.
HSL color Cylindrical-coordinate representation of color #EF409D: hue angle of 328.11º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF409D is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 157 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.06 |
| HSL | 328.11º | 0.85% | 0.59% | - |
| HSV(B) | 328.11º | 0.73% | 0.94% | - |
| XYZ | 43.52 | 24.45 | 34.32 | - |
| YUV | 126.93 | 144.98 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 157 | 0 | 0.73 | 0.34 | 0.06 | 328.11 | 0.85 | 0.59 |
| Hex | EF | 40 | 9D | 0 | 49 | 22 | 6 | 148 | 55 | 3B |
| Octal | 357 | 100 | 235 | 0 | 111 | 42 | 6 | 510 | 125 | 73 |
| Binary | 11101111 | 1000000 | 10011101 | 0 | 1001001 | 100010 | 110 | 101001000 | 1010101 | 111011 |
Color Harmonies of #EF409D
Complementary color
Monochromatic Colors of #EF409D
Black with #EF409D
Text Example
Text Example
White with #EF409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF409D; }
p { color: rgb(239,64,157); }
H1.HeaderClassName
{
color: #EF409D;
}
.AnyTagClassName
{
color: #EF409D;
}
</style>
background-color css
<style>
a { background-color: #EF409D; }
a { background-color: rgb(239,64,157); }
div.DivClassName
{
background-color: #EF409D;
}
.BgClassName
{
background-color: #EF409D;
}
</style>
border-color css
<style>
span { border-color: #EF409D; }
span { border-color: rgb(239,64,157); }
td.TdClassName
{
border-color: #EF409D;
}
.TagClassName
{
border-color: #EF409D;
}
</style>