Shades of Wild Strawberry #EF309B
Tints of Wild Strawberry #EF309B
RGB
CMYK
RGB Variations
Color information
#EF309B (or 0xEF309B) is known color: Wild Strawberry. HEX triplet: EF, 30 and 9B. RGB value is (239,48,155). Sum of RGB (Red+Green+Blue) = 239+48+155=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF309B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF309B is #10CF64. Grayscale: #757575. Windows color (decimal): -1101669 or 10170607. OLE color: 10170607.
HSL color Cylindrical-coordinate representation of color #EF309B: hue angle of 326.39º 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 #EF309B is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 155 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.06 |
| HSL | 326.39º | 0.86% | 0.56% | - |
| HSV(B) | 326.39º | 0.8% | 0.94% | - |
| XYZ | 42.57 | 22.83 | 33.17 | - |
| YUV | 117.31 | 149.28 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 155 | 0 | 0.80 | 0.35 | 0.06 | 326.39 | 0.86 | 0.56 |
| Hex | EF | 30 | 9B | 0 | 50 | 23 | 6 | 146 | 56 | 38 |
| Octal | 357 | 60 | 233 | 0 | 120 | 43 | 6 | 506 | 126 | 70 |
| Binary | 11101111 | 110000 | 10011011 | 0 | 1010000 | 100011 | 110 | 101000110 | 1010110 | 111000 |
Color Harmonies of #EF309B
Complementary color
Monochromatic Colors of #EF309B
Black with #EF309B
Text Example
Text Example
White with #EF309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF309B; }
p { color: rgb(239,48,155); }
H1.HeaderClassName
{
color: #EF309B;
}
.AnyTagClassName
{
color: #EF309B;
}
</style>
background-color css
<style>
a { background-color: #EF309B; }
a { background-color: rgb(239,48,155); }
div.DivClassName
{
background-color: #EF309B;
}
.BgClassName
{
background-color: #EF309B;
}
</style>
border-color css
<style>
span { border-color: #EF309B; }
span { border-color: rgb(239,48,155); }
td.TdClassName
{
border-color: #EF309B;
}
.TagClassName
{
border-color: #EF309B;
}
</style>