Shades of Wild Strawberry #ED339C
Tints of Wild Strawberry #ED339C
RGB
CMYK
RGB Variations
Color information
#ED339C (or 0xED339C) is known color: Wild Strawberry. HEX triplet: ED, 33 and 9C. RGB value is (237,51,156). Sum of RGB (Red+Green+Blue) = 237+51+156=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED339C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED339C is #12CC63. Grayscale: #767676. Windows color (decimal): -1231972 or 10236909. OLE color: 10236909.
HSL color Cylindrical-coordinate representation of color #ED339C: hue angle of 326.13º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED339C is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 156 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.07 |
| HSL | 326.13º | 0.84% | 0.56% | - |
| HSV(B) | 326.13º | 0.78% | 0.93% | - |
| XYZ | 42.11 | 22.77 | 33.63 | - |
| YUV | 118.58 | 149.12 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 156 | 0 | 0.78 | 0.34 | 0.07 | 326.13 | 0.84 | 0.56 |
| Hex | ED | 33 | 9C | 0 | 4E | 22 | 7 | 146 | 54 | 38 |
| Octal | 355 | 63 | 234 | 0 | 116 | 42 | 7 | 506 | 124 | 70 |
| Binary | 11101101 | 110011 | 10011100 | 0 | 1001110 | 100010 | 111 | 101000110 | 1010100 | 111000 |
Color Harmonies of #ED339C
Complementary color
Monochromatic Colors of #ED339C
Black with #ED339C
Text Example
Text Example
White with #ED339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED339C; }
p { color: rgb(237,51,156); }
H1.HeaderClassName
{
color: #ED339C;
}
.AnyTagClassName
{
color: #ED339C;
}
</style>
background-color css
<style>
a { background-color: #ED339C; }
a { background-color: rgb(237,51,156); }
div.DivClassName
{
background-color: #ED339C;
}
.BgClassName
{
background-color: #ED339C;
}
</style>
border-color css
<style>
span { border-color: #ED339C; }
span { border-color: rgb(237,51,156); }
td.TdClassName
{
border-color: #ED339C;
}
.TagClassName
{
border-color: #ED339C;
}
</style>