Shades of Wild Strawberry #ED3592
Tints of Wild Strawberry #ED3592
RGB
CMYK
RGB Variations
Color information
#ED3592 (or 0xED3592) is known color: Wild Strawberry. HEX triplet: ED, 35 and 92. RGB value is (237,53,146). Sum of RGB (Red+Green+Blue) = 237+53+146=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 53 (21.09% from 255 or 12.16% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3592 is #12CA6D. Grayscale: #767676. Windows color (decimal): -1231470 or 9582061. OLE color: 9582061.
HSL color Cylindrical-coordinate representation of color #ED3592: hue angle of 329.67º 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 #ED3592 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 146 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.07 |
| HSL | 329.67º | 0.84% | 0.57% | - |
| HSV(B) | 329.67º | 0.78% | 0.93% | - |
| XYZ | 41.39 | 22.63 | 29.38 | - |
| YUV | 118.62 | 143.46 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 146 | 0 | 0.78 | 0.38 | 0.07 | 329.67 | 0.84 | 0.57 |
| Hex | ED | 35 | 92 | 0 | 4E | 26 | 7 | 14A | 54 | 39 |
| Octal | 355 | 65 | 222 | 0 | 116 | 46 | 7 | 512 | 124 | 71 |
| Binary | 11101101 | 110101 | 10010010 | 0 | 1001110 | 100110 | 111 | 101001010 | 1010100 | 111001 |
Color Harmonies of #ED3592
Complementary color
Monochromatic Colors of #ED3592
Black with #ED3592
Text Example
Text Example
White with #ED3592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3592; }
p { color: rgb(237,53,146); }
H1.HeaderClassName
{
color: #ED3592;
}
.AnyTagClassName
{
color: #ED3592;
}
</style>
background-color css
<style>
a { background-color: #ED3592; }
a { background-color: rgb(237,53,146); }
div.DivClassName
{
background-color: #ED3592;
}
.BgClassName
{
background-color: #ED3592;
}
</style>
border-color css
<style>
span { border-color: #ED3592; }
span { border-color: rgb(237,53,146); }
td.TdClassName
{
border-color: #ED3592;
}
.TagClassName
{
border-color: #ED3592;
}
</style>