Shades of Wild Strawberry #EF338C
Tints of Wild Strawberry #EF338C
RGB
CMYK
RGB Variations
Color information
#EF338C (or 0xEF338C) is known color: Wild Strawberry. HEX triplet: EF, 33 and 8C. RGB value is (239,51,140). Sum of RGB (Red+Green+Blue) = 239+51+140=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF338C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF338C is #10CC73. Grayscale: #757575. Windows color (decimal): -1100916 or 9188335. OLE color: 9188335.
HSL color Cylindrical-coordinate representation of color #EF338C: hue angle of 331.6º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF338C is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 51 | 140 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.06 |
| HSL | 331.6º | 0.85% | 0.57% | - |
| HSV(B) | 331.6º | 0.79% | 0.94% | - |
| XYZ | 41.51 | 22.61 | 26.99 | - |
| YUV | 117.36 | 140.78 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 140 | 0 | 0.79 | 0.41 | 0.06 | 331.6 | 0.85 | 0.57 |
| Hex | EF | 33 | 8C | 0 | 4F | 29 | 6 | 14C | 55 | 39 |
| Octal | 357 | 63 | 214 | 0 | 117 | 51 | 6 | 514 | 125 | 71 |
| Binary | 11101111 | 110011 | 10001100 | 0 | 1001111 | 101001 | 110 | 101001100 | 1010101 | 111001 |
Color Harmonies of #EF338C
Complementary color
Monochromatic Colors of #EF338C
Black with #EF338C
Text Example
Text Example
White with #EF338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF338C; }
p { color: rgb(239,51,140); }
H1.HeaderClassName
{
color: #EF338C;
}
.AnyTagClassName
{
color: #EF338C;
}
</style>
background-color css
<style>
a { background-color: #EF338C; }
a { background-color: rgb(239,51,140); }
div.DivClassName
{
background-color: #EF338C;
}
.BgClassName
{
background-color: #EF338C;
}
</style>
border-color css
<style>
span { border-color: #EF338C; }
span { border-color: rgb(239,51,140); }
td.TdClassName
{
border-color: #EF338C;
}
.TagClassName
{
border-color: #EF338C;
}
</style>