Shades of Wild Strawberry #EF449F
Tints of Wild Strawberry #EF449F
RGB
CMYK
RGB Variations
Color information
#EF449F (or 0xEF449F) is known color: Wild Strawberry. HEX triplet: EF, 44 and 9F. RGB value is (239,68,159). Sum of RGB (Red+Green+Blue) = 239+68+159=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF449F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF449F is #10BB60. Grayscale: #818181. Windows color (decimal): -1096545 or 10437871. OLE color: 10437871.
HSL color Cylindrical-coordinate representation of color #EF449F: hue angle of 328.07º 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 #EF449F is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 159 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.06 |
| HSL | 328.07º | 0.84% | 0.6% | - |
| HSV(B) | 328.07º | 0.72% | 0.94% | - |
| XYZ | 43.92 | 24.99 | 35.31 | - |
| YUV | 129.5 | 144.65 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 159 | 0 | 0.72 | 0.33 | 0.06 | 328.07 | 0.84 | 0.6 |
| Hex | EF | 44 | 9F | 0 | 48 | 21 | 6 | 148 | 54 | 3C |
| Octal | 357 | 104 | 237 | 0 | 110 | 41 | 6 | 510 | 124 | 74 |
| Binary | 11101111 | 1000100 | 10011111 | 0 | 1001000 | 100001 | 110 | 101001000 | 1010100 | 111100 |
Color Harmonies of #EF449F
Complementary color
Monochromatic Colors of #EF449F
Black with #EF449F
Text Example
Text Example
White with #EF449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF449F; }
p { color: rgb(239,68,159); }
H1.HeaderClassName
{
color: #EF449F;
}
.AnyTagClassName
{
color: #EF449F;
}
</style>
background-color css
<style>
a { background-color: #EF449F; }
a { background-color: rgb(239,68,159); }
div.DivClassName
{
background-color: #EF449F;
}
.BgClassName
{
background-color: #EF449F;
}
</style>
border-color css
<style>
span { border-color: #EF449F; }
span { border-color: rgb(239,68,159); }
td.TdClassName
{
border-color: #EF449F;
}
.TagClassName
{
border-color: #EF449F;
}
</style>