Shades of Wild Strawberry #ED3690
Tints of Wild Strawberry #ED3690
RGB
CMYK
RGB Variations
Color information
#ED3690 (or 0xED3690) is known color: Wild Strawberry. HEX triplet: ED, 36 and 90. RGB value is (237,54,144). Sum of RGB (Red+Green+Blue) = 237+54+144=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 54 (21.48% from 255 or 12.41% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3690 is #12C96F. Grayscale: #767676. Windows color (decimal): -1231216 or 9451245. OLE color: 9451245.
HSL color Cylindrical-coordinate representation of color #ED3690: hue angle of 330.49º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED3690 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 144 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.07 |
| HSL | 330.49º | 0.84% | 0.57% | - |
| HSV(B) | 330.49º | 0.77% | 0.93% | - |
| XYZ | 41.28 | 22.66 | 28.58 | - |
| YUV | 118.98 | 142.13 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 144 | 0 | 0.77 | 0.39 | 0.07 | 330.49 | 0.84 | 0.57 |
| Hex | ED | 36 | 90 | 0 | 4D | 27 | 7 | 14A | 54 | 39 |
| Octal | 355 | 66 | 220 | 0 | 115 | 47 | 7 | 512 | 124 | 71 |
| Binary | 11101101 | 110110 | 10010000 | 0 | 1001101 | 100111 | 111 | 101001010 | 1010100 | 111001 |
Color Harmonies of #ED3690
Complementary color
Monochromatic Colors of #ED3690
Black with #ED3690
Text Example
Text Example
White with #ED3690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3690; }
p { color: rgb(237,54,144); }
H1.HeaderClassName
{
color: #ED3690;
}
.AnyTagClassName
{
color: #ED3690;
}
</style>
background-color css
<style>
a { background-color: #ED3690; }
a { background-color: rgb(237,54,144); }
div.DivClassName
{
background-color: #ED3690;
}
.BgClassName
{
background-color: #ED3690;
}
</style>
border-color css
<style>
span { border-color: #ED3690; }
span { border-color: rgb(237,54,144); }
td.TdClassName
{
border-color: #ED3690;
}
.TagClassName
{
border-color: #ED3690;
}
</style>