Shades of Wild Strawberry #ED349C
Tints of Wild Strawberry #ED349C
RGB
CMYK
RGB Variations
Color information
#ED349C (or 0xED349C) is known color: Wild Strawberry. HEX triplet: ED, 34 and 9C. RGB value is (237,52,156). Sum of RGB (Red+Green+Blue) = 237+52+156=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED349C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED349C is #12CB63. Grayscale: #767676. Windows color (decimal): -1231716 or 10237165. OLE color: 10237165.
HSL color Cylindrical-coordinate representation of color #ED349C: hue angle of 326.27º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED349C is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 156 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.07 |
| HSL | 326.27º | 0.84% | 0.57% | - |
| HSV(B) | 326.27º | 0.78% | 0.93% | - |
| XYZ | 42.15 | 22.86 | 33.64 | - |
| YUV | 119.17 | 148.79 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 156 | 0 | 0.78 | 0.34 | 0.07 | 326.27 | 0.84 | 0.57 |
| Hex | ED | 34 | 9C | 0 | 4E | 22 | 7 | 146 | 54 | 39 |
| Octal | 355 | 64 | 234 | 0 | 116 | 42 | 7 | 506 | 124 | 71 |
| Binary | 11101101 | 110100 | 10011100 | 0 | 1001110 | 100010 | 111 | 101000110 | 1010100 | 111001 |
Color Harmonies of #ED349C
Complementary color
Monochromatic Colors of #ED349C
Black with #ED349C
Text Example
Text Example
White with #ED349C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED349C; }
p { color: rgb(237,52,156); }
H1.HeaderClassName
{
color: #ED349C;
}
.AnyTagClassName
{
color: #ED349C;
}
</style>
background-color css
<style>
a { background-color: #ED349C; }
a { background-color: rgb(237,52,156); }
div.DivClassName
{
background-color: #ED349C;
}
.BgClassName
{
background-color: #ED349C;
}
</style>
border-color css
<style>
span { border-color: #ED349C; }
span { border-color: rgb(237,52,156); }
td.TdClassName
{
border-color: #ED349C;
}
.TagClassName
{
border-color: #ED349C;
}
</style>