Shades of Wild Strawberry #EF309A
Tints of Wild Strawberry #EF309A
RGB
CMYK
RGB Variations
Color information
#EF309A (or 0xEF309A) is known color: Wild Strawberry. HEX triplet: EF, 30 and 9A. RGB value is (239,48,154). Sum of RGB (Red+Green+Blue) = 239+48+154=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF309A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF309A is #10CF65. Grayscale: #747474. Windows color (decimal): -1101670 or 10105071. OLE color: 10105071.
HSL color Cylindrical-coordinate representation of color #EF309A: hue angle of 326.7º 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 #EF309A is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 154 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.06 |
| HSL | 326.7º | 0.86% | 0.56% | - |
| HSV(B) | 326.7º | 0.8% | 0.94% | - |
| XYZ | 42.49 | 22.8 | 32.73 | - |
| YUV | 117.19 | 148.78 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 154 | 0 | 0.80 | 0.36 | 0.06 | 326.7 | 0.86 | 0.56 |
| Hex | EF | 30 | 9A | 0 | 50 | 24 | 6 | 147 | 56 | 38 |
| Octal | 357 | 60 | 232 | 0 | 120 | 44 | 6 | 507 | 126 | 70 |
| Binary | 11101111 | 110000 | 10011010 | 0 | 1010000 | 100100 | 110 | 101000111 | 1010110 | 111000 |
Color Harmonies of #EF309A
Complementary color
Monochromatic Colors of #EF309A
Black with #EF309A
Text Example
Text Example
White with #EF309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF309A; }
p { color: rgb(239,48,154); }
H1.HeaderClassName
{
color: #EF309A;
}
.AnyTagClassName
{
color: #EF309A;
}
</style>
background-color css
<style>
a { background-color: #EF309A; }
a { background-color: rgb(239,48,154); }
div.DivClassName
{
background-color: #EF309A;
}
.BgClassName
{
background-color: #EF309A;
}
</style>
border-color css
<style>
span { border-color: #EF309A; }
span { border-color: rgb(239,48,154); }
td.TdClassName
{
border-color: #EF309A;
}
.TagClassName
{
border-color: #EF309A;
}
</style>