Shades of Wild Strawberry #ED339D
Tints of Wild Strawberry #ED339D
RGB
CMYK
RGB Variations
Color information
#ED339D (or 0xED339D) is known color: Wild Strawberry. HEX triplet: ED, 33 and 9D. RGB value is (237,51,157). Sum of RGB (Red+Green+Blue) = 237+51+157=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 51 (20.31% from 255 or 11.46% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED339D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED339D is #12CC62. Grayscale: #767676. Windows color (decimal): -1231971 or 10302445. OLE color: 10302445.
HSL color Cylindrical-coordinate representation of color #ED339D: hue angle of 325.81º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED339D is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 157 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.07 |
| HSL | 325.81º | 0.84% | 0.56% | - |
| HSV(B) | 325.81º | 0.78% | 0.93% | - |
| XYZ | 42.19 | 22.81 | 34.08 | - |
| YUV | 118.7 | 149.62 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 157 | 0 | 0.78 | 0.34 | 0.07 | 325.81 | 0.84 | 0.56 |
| Hex | ED | 33 | 9D | 0 | 4E | 22 | 7 | 146 | 54 | 38 |
| Octal | 355 | 63 | 235 | 0 | 116 | 42 | 7 | 506 | 124 | 70 |
| Binary | 11101101 | 110011 | 10011101 | 0 | 1001110 | 100010 | 111 | 101000110 | 1010100 | 111000 |
Color Harmonies of #ED339D
Complementary color
Monochromatic Colors of #ED339D
Black with #ED339D
Text Example
Text Example
White with #ED339D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED339D; }
p { color: rgb(237,51,157); }
H1.HeaderClassName
{
color: #ED339D;
}
.AnyTagClassName
{
color: #ED339D;
}
</style>
background-color css
<style>
a { background-color: #ED339D; }
a { background-color: rgb(237,51,157); }
div.DivClassName
{
background-color: #ED339D;
}
.BgClassName
{
background-color: #ED339D;
}
</style>
border-color css
<style>
span { border-color: #ED339D; }
span { border-color: rgb(237,51,157); }
td.TdClassName
{
border-color: #ED339D;
}
.TagClassName
{
border-color: #ED339D;
}
</style>