Shades of Wild Strawberry #EF419D
Tints of Wild Strawberry #EF419D
RGB
CMYK
RGB Variations
Color information
#EF419D (or 0xEF419D) is known color: Wild Strawberry. HEX triplet: EF, 41 and 9D. RGB value is (239,65,157). Sum of RGB (Red+Green+Blue) = 239+65+157=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF419D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF419D is #10BE62. Grayscale: #7F7F7F. Windows color (decimal): -1097315 or 10306031. OLE color: 10306031.
HSL color Cylindrical-coordinate representation of color #EF419D: hue angle of 328.28º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF419D is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 157 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.06 |
| HSL | 328.28º | 0.84% | 0.6% | - |
| HSV(B) | 328.28º | 0.73% | 0.94% | - |
| XYZ | 43.57 | 24.57 | 34.34 | - |
| YUV | 127.51 | 144.65 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 157 | 0 | 0.73 | 0.34 | 0.06 | 328.28 | 0.84 | 0.6 |
| Hex | EF | 41 | 9D | 0 | 49 | 22 | 6 | 148 | 54 | 3C |
| Octal | 357 | 101 | 235 | 0 | 111 | 42 | 6 | 510 | 124 | 74 |
| Binary | 11101111 | 1000001 | 10011101 | 0 | 1001001 | 100010 | 110 | 101001000 | 1010100 | 111100 |
Color Harmonies of #EF419D
Complementary color
Monochromatic Colors of #EF419D
Black with #EF419D
Text Example
Text Example
White with #EF419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF419D; }
p { color: rgb(239,65,157); }
H1.HeaderClassName
{
color: #EF419D;
}
.AnyTagClassName
{
color: #EF419D;
}
</style>
background-color css
<style>
a { background-color: #EF419D; }
a { background-color: rgb(239,65,157); }
div.DivClassName
{
background-color: #EF419D;
}
.BgClassName
{
background-color: #EF419D;
}
</style>
border-color css
<style>
span { border-color: #EF419D; }
span { border-color: rgb(239,65,157); }
td.TdClassName
{
border-color: #EF419D;
}
.TagClassName
{
border-color: #EF419D;
}
</style>