Shades of Wild Strawberry #ED329C
Tints of Wild Strawberry #ED329C
RGB
CMYK
RGB Variations
Color information
#ED329C (or 0xED329C) is known color: Wild Strawberry. HEX triplet: ED, 32 and 9C. RGB value is (237,50,156). Sum of RGB (Red+Green+Blue) = 237+50+156=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED329C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED329C is #12CD63. Grayscale: #757575. Windows color (decimal): -1232228 or 10236653. OLE color: 10236653.
HSL color Cylindrical-coordinate representation of color #ED329C: hue angle of 325.99º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED329C is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 156 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.07 |
| HSL | 325.99º | 0.84% | 0.56% | - |
| HSV(B) | 325.99º | 0.79% | 0.93% | - |
| XYZ | 42.07 | 22.69 | 33.61 | - |
| YUV | 118 | 149.45 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 156 | 0 | 0.79 | 0.34 | 0.07 | 325.99 | 0.84 | 0.56 |
| Hex | ED | 32 | 9C | 0 | 4F | 22 | 7 | 146 | 54 | 38 |
| Octal | 355 | 62 | 234 | 0 | 117 | 42 | 7 | 506 | 124 | 70 |
| Binary | 11101101 | 110010 | 10011100 | 0 | 1001111 | 100010 | 111 | 101000110 | 1010100 | 111000 |
Color Harmonies of #ED329C
Complementary color
Monochromatic Colors of #ED329C
Black with #ED329C
Text Example
Text Example
White with #ED329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED329C; }
p { color: rgb(237,50,156); }
H1.HeaderClassName
{
color: #ED329C;
}
.AnyTagClassName
{
color: #ED329C;
}
</style>
background-color css
<style>
a { background-color: #ED329C; }
a { background-color: rgb(237,50,156); }
div.DivClassName
{
background-color: #ED329C;
}
.BgClassName
{
background-color: #ED329C;
}
</style>
border-color css
<style>
span { border-color: #ED329C; }
span { border-color: rgb(237,50,156); }
td.TdClassName
{
border-color: #ED329C;
}
.TagClassName
{
border-color: #ED329C;
}
</style>