Shades of Wild Strawberry #ED3491
Tints of Wild Strawberry #ED3491
RGB
CMYK
RGB Variations
Color information
#ED3491 (or 0xED3491) is known color: Wild Strawberry. HEX triplet: ED, 34 and 91. RGB value is (237,52,145). Sum of RGB (Red+Green+Blue) = 237+52+145=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3491 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3491 is #12CB6E. Grayscale: #757575. Windows color (decimal): -1231727 or 9516269. OLE color: 9516269.
HSL color Cylindrical-coordinate representation of color #ED3491: hue angle of 329.84º 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 #ED3491 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 145 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.07 |
| HSL | 329.84º | 0.84% | 0.57% | - |
| HSV(B) | 329.84º | 0.78% | 0.93% | - |
| XYZ | 41.26 | 22.5 | 28.96 | - |
| YUV | 117.92 | 143.29 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 145 | 0 | 0.78 | 0.39 | 0.07 | 329.84 | 0.84 | 0.57 |
| Hex | ED | 34 | 91 | 0 | 4E | 27 | 7 | 14A | 54 | 39 |
| Octal | 355 | 64 | 221 | 0 | 116 | 47 | 7 | 512 | 124 | 71 |
| Binary | 11101101 | 110100 | 10010001 | 0 | 1001110 | 100111 | 111 | 101001010 | 1010100 | 111001 |
Color Harmonies of #ED3491
Complementary color
Monochromatic Colors of #ED3491
Black with #ED3491
Text Example
Text Example
White with #ED3491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3491; }
p { color: rgb(237,52,145); }
H1.HeaderClassName
{
color: #ED3491;
}
.AnyTagClassName
{
color: #ED3491;
}
</style>
background-color css
<style>
a { background-color: #ED3491; }
a { background-color: rgb(237,52,145); }
div.DivClassName
{
background-color: #ED3491;
}
.BgClassName
{
background-color: #ED3491;
}
</style>
border-color css
<style>
span { border-color: #ED3491; }
span { border-color: rgb(237,52,145); }
td.TdClassName
{
border-color: #ED3491;
}
.TagClassName
{
border-color: #ED3491;
}
</style>