Shades of Wild Strawberry #EF308F
Tints of Wild Strawberry #EF308F
RGB
CMYK
RGB Variations
Color information
#EF308F (or 0xEF308F) is known color: Wild Strawberry. HEX triplet: EF, 30 and 8F. RGB value is (239,48,143). Sum of RGB (Red+Green+Blue) = 239+48+143=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF308F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF308F is #10CF70. Grayscale: #737373. Windows color (decimal): -1101681 or 9384175. OLE color: 9384175.
HSL color Cylindrical-coordinate representation of color #EF308F: hue angle of 330.16º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF308F is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 143 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.06 |
| HSL | 330.16º | 0.86% | 0.56% | - |
| HSV(B) | 330.16º | 0.8% | 0.94% | - |
| XYZ | 41.61 | 22.45 | 28.13 | - |
| YUV | 115.94 | 143.28 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 143 | 0 | 0.80 | 0.40 | 0.06 | 330.16 | 0.86 | 0.56 |
| Hex | EF | 30 | 8F | 0 | 50 | 28 | 6 | 14A | 56 | 38 |
| Octal | 357 | 60 | 217 | 0 | 120 | 50 | 6 | 512 | 126 | 70 |
| Binary | 11101111 | 110000 | 10001111 | 0 | 1010000 | 101000 | 110 | 101001010 | 1010110 | 111000 |
Color Harmonies of #EF308F
Complementary color
Monochromatic Colors of #EF308F
Black with #EF308F
Text Example
Text Example
White with #EF308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF308F; }
p { color: rgb(239,48,143); }
H1.HeaderClassName
{
color: #EF308F;
}
.AnyTagClassName
{
color: #EF308F;
}
</style>
background-color css
<style>
a { background-color: #EF308F; }
a { background-color: rgb(239,48,143); }
div.DivClassName
{
background-color: #EF308F;
}
.BgClassName
{
background-color: #EF308F;
}
</style>
border-color css
<style>
span { border-color: #EF308F; }
span { border-color: rgb(239,48,143); }
td.TdClassName
{
border-color: #EF308F;
}
.TagClassName
{
border-color: #EF308F;
}
</style>