Shades of Wild Strawberry #ED3693
Tints of Wild Strawberry #ED3693
RGB
CMYK
RGB Variations
Color information
#ED3693 (or 0xED3693) is known color: Wild Strawberry. HEX triplet: ED, 36 and 93. RGB value is (237,54,147). Sum of RGB (Red+Green+Blue) = 237+54+147=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 54 (21.48% from 255 or 12.33% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3693 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3693 is #12C96C. Grayscale: #777777. Windows color (decimal): -1231213 or 9647853. OLE color: 9647853.
HSL color Cylindrical-coordinate representation of color #ED3693: hue angle of 329.51º 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 #ED3693 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 147 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.07 |
| HSL | 329.51º | 0.84% | 0.57% | - |
| HSV(B) | 329.51º | 0.77% | 0.93% | - |
| XYZ | 41.51 | 22.75 | 29.81 | - |
| YUV | 119.32 | 143.63 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 147 | 0 | 0.77 | 0.38 | 0.07 | 329.51 | 0.84 | 0.57 |
| Hex | ED | 36 | 93 | 0 | 4D | 26 | 7 | 14A | 54 | 39 |
| Octal | 355 | 66 | 223 | 0 | 115 | 46 | 7 | 512 | 124 | 71 |
| Binary | 11101101 | 110110 | 10010011 | 0 | 1001101 | 100110 | 111 | 101001010 | 1010100 | 111001 |
Color Harmonies of #ED3693
Complementary color
Monochromatic Colors of #ED3693
Black with #ED3693
Text Example
Text Example
White with #ED3693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3693; }
p { color: rgb(237,54,147); }
H1.HeaderClassName
{
color: #ED3693;
}
.AnyTagClassName
{
color: #ED3693;
}
</style>
background-color css
<style>
a { background-color: #ED3693; }
a { background-color: rgb(237,54,147); }
div.DivClassName
{
background-color: #ED3693;
}
.BgClassName
{
background-color: #ED3693;
}
</style>
border-color css
<style>
span { border-color: #ED3693; }
span { border-color: rgb(237,54,147); }
td.TdClassName
{
border-color: #ED3693;
}
.TagClassName
{
border-color: #ED3693;
}
</style>