Shades of Wild Strawberry #ED3699
Tints of Wild Strawberry #ED3699
RGB
CMYK
RGB Variations
Color information
#ED3699 (or 0xED3699) is known color: Wild Strawberry. HEX triplet: ED, 36 and 99. RGB value is (237,54,153). Sum of RGB (Red+Green+Blue) = 237+54+153=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3699 is #12C966. Grayscale: #777777. Windows color (decimal): -1231207 or 10041069. OLE color: 10041069.
HSL color Cylindrical-coordinate representation of color #ED3699: hue angle of 327.54º 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 #ED3699 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 153 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.07 |
| HSL | 327.54º | 0.84% | 0.57% | - |
| HSV(B) | 327.54º | 0.77% | 0.93% | - |
| XYZ | 41.99 | 22.94 | 32.35 | - |
| YUV | 120 | 146.63 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 153 | 0 | 0.77 | 0.35 | 0.07 | 327.54 | 0.84 | 0.57 |
| Hex | ED | 36 | 99 | 0 | 4D | 23 | 7 | 148 | 54 | 39 |
| Octal | 355 | 66 | 231 | 0 | 115 | 43 | 7 | 510 | 124 | 71 |
| Binary | 11101101 | 110110 | 10011001 | 0 | 1001101 | 100011 | 111 | 101001000 | 1010100 | 111001 |
Color Harmonies of #ED3699
Complementary color
Monochromatic Colors of #ED3699
Black with #ED3699
Text Example
Text Example
White with #ED3699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3699; }
p { color: rgb(237,54,153); }
H1.HeaderClassName
{
color: #ED3699;
}
.AnyTagClassName
{
color: #ED3699;
}
</style>
background-color css
<style>
a { background-color: #ED3699; }
a { background-color: rgb(237,54,153); }
div.DivClassName
{
background-color: #ED3699;
}
.BgClassName
{
background-color: #ED3699;
}
</style>
border-color css
<style>
span { border-color: #ED3699; }
span { border-color: rgb(237,54,153); }
td.TdClassName
{
border-color: #ED3699;
}
.TagClassName
{
border-color: #ED3699;
}
</style>