Shades of Wild Strawberry #EF419B
Tints of Wild Strawberry #EF419B
RGB
CMYK
RGB Variations
Color information
#EF419B (or 0xEF419B) is known color: Wild Strawberry. HEX triplet: EF, 41 and 9B. RGB value is (239,65,155). Sum of RGB (Red+Green+Blue) = 239+65+155=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF419B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF419B is #10BE64. Grayscale: #7F7F7F. Windows color (decimal): -1097317 or 10174959. OLE color: 10174959.
HSL color Cylindrical-coordinate representation of color #EF419B: hue angle of 328.97º 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 #EF419B is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 155 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.06 |
| HSL | 328.97º | 0.84% | 0.6% | - |
| HSV(B) | 328.97º | 0.73% | 0.94% | - |
| XYZ | 43.4 | 24.5 | 33.45 | - |
| YUV | 127.29 | 143.65 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 155 | 0 | 0.73 | 0.35 | 0.06 | 328.97 | 0.84 | 0.6 |
| Hex | EF | 41 | 9B | 0 | 49 | 23 | 6 | 149 | 54 | 3C |
| Octal | 357 | 101 | 233 | 0 | 111 | 43 | 6 | 511 | 124 | 74 |
| Binary | 11101111 | 1000001 | 10011011 | 0 | 1001001 | 100011 | 110 | 101001001 | 1010100 | 111100 |
Color Harmonies of #EF419B
Complementary color
Monochromatic Colors of #EF419B
Black with #EF419B
Text Example
Text Example
White with #EF419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF419B; }
p { color: rgb(239,65,155); }
H1.HeaderClassName
{
color: #EF419B;
}
.AnyTagClassName
{
color: #EF419B;
}
</style>
background-color css
<style>
a { background-color: #EF419B; }
a { background-color: rgb(239,65,155); }
div.DivClassName
{
background-color: #EF419B;
}
.BgClassName
{
background-color: #EF419B;
}
</style>
border-color css
<style>
span { border-color: #EF419B; }
span { border-color: rgb(239,65,155); }
td.TdClassName
{
border-color: #EF419B;
}
.TagClassName
{
border-color: #EF419B;
}
</style>