Shades of Wild Strawberry #EF439E
Tints of Wild Strawberry #EF439E
RGB
CMYK
RGB Variations
Color information
#EF439E (or 0xEF439E) is known color: Wild Strawberry. HEX triplet: EF, 43 and 9E. RGB value is (239,67,158). Sum of RGB (Red+Green+Blue) = 239+67+158=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF439E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF439E is #10BC61. Grayscale: #808080. Windows color (decimal): -1096802 or 10372079. OLE color: 10372079.
HSL color Cylindrical-coordinate representation of color #EF439E: hue angle of 328.26º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF439E is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 158 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.06 |
| HSL | 328.26º | 0.84% | 0.6% | - |
| HSV(B) | 328.26º | 0.72% | 0.94% | - |
| XYZ | 43.78 | 24.83 | 34.83 | - |
| YUV | 128.8 | 144.48 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 158 | 0 | 0.72 | 0.34 | 0.06 | 328.26 | 0.84 | 0.6 |
| Hex | EF | 43 | 9E | 0 | 48 | 22 | 6 | 148 | 54 | 3C |
| Octal | 357 | 103 | 236 | 0 | 110 | 42 | 6 | 510 | 124 | 74 |
| Binary | 11101111 | 1000011 | 10011110 | 0 | 1001000 | 100010 | 110 | 101001000 | 1010100 | 111100 |
Color Harmonies of #EF439E
Complementary color
Monochromatic Colors of #EF439E
Black with #EF439E
Text Example
Text Example
White with #EF439E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF439E; }
p { color: rgb(239,67,158); }
H1.HeaderClassName
{
color: #EF439E;
}
.AnyTagClassName
{
color: #EF439E;
}
</style>
background-color css
<style>
a { background-color: #EF439E; }
a { background-color: rgb(239,67,158); }
div.DivClassName
{
background-color: #EF439E;
}
.BgClassName
{
background-color: #EF439E;
}
</style>
border-color css
<style>
span { border-color: #EF439E; }
span { border-color: rgb(239,67,158); }
td.TdClassName
{
border-color: #EF439E;
}
.TagClassName
{
border-color: #EF439E;
}
</style>