Shades of Wild Strawberry #ED328F
Tints of Wild Strawberry #ED328F
RGB
CMYK
RGB Variations
Color information
#ED328F (or 0xED328F) is known color: Wild Strawberry. HEX triplet: ED, 32 and 8F. RGB value is (237,50,143). Sum of RGB (Red+Green+Blue) = 237+50+143=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED328F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED328F is #12CD70. Grayscale: #747474. Windows color (decimal): -1232241 or 9384685. OLE color: 9384685.
HSL color Cylindrical-coordinate representation of color #ED328F: hue angle of 330.16º 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 #ED328F is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 143 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.07 |
| HSL | 330.16º | 0.84% | 0.56% | - |
| HSV(B) | 330.16º | 0.79% | 0.93% | - |
| XYZ | 41.02 | 22.27 | 28.12 | - |
| YUV | 116.52 | 142.95 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 143 | 0 | 0.79 | 0.40 | 0.07 | 330.16 | 0.84 | 0.56 |
| Hex | ED | 32 | 8F | 0 | 4F | 28 | 7 | 14A | 54 | 38 |
| Octal | 355 | 62 | 217 | 0 | 117 | 50 | 7 | 512 | 124 | 70 |
| Binary | 11101101 | 110010 | 10001111 | 0 | 1001111 | 101000 | 111 | 101001010 | 1010100 | 111000 |
Color Harmonies of #ED328F
Complementary color
Monochromatic Colors of #ED328F
Black with #ED328F
Text Example
Text Example
White with #ED328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED328F; }
p { color: rgb(237,50,143); }
H1.HeaderClassName
{
color: #ED328F;
}
.AnyTagClassName
{
color: #ED328F;
}
</style>
background-color css
<style>
a { background-color: #ED328F; }
a { background-color: rgb(237,50,143); }
div.DivClassName
{
background-color: #ED328F;
}
.BgClassName
{
background-color: #ED328F;
}
</style>
border-color css
<style>
span { border-color: #ED328F; }
span { border-color: rgb(237,50,143); }
td.TdClassName
{
border-color: #ED328F;
}
.TagClassName
{
border-color: #ED328F;
}
</style>