Shades of Wild Strawberry #ED389F
Tints of Wild Strawberry #ED389F
RGB
CMYK
RGB Variations
Color information
#ED389F (or 0xED389F) is known color: Wild Strawberry. HEX triplet: ED, 38 and 9F. RGB value is (237,56,159). Sum of RGB (Red+Green+Blue) = 237+56+159=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 56 (22.27% from 255 or 12.39% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED389F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED389F is #12C760. Grayscale: #797979. Windows color (decimal): -1230689 or 10434797. OLE color: 10434797.
HSL color Cylindrical-coordinate representation of color #ED389F: hue angle of 325.86º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED389F is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 56 | 159 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.07 |
| HSL | 325.86º | 0.83% | 0.57% | - |
| HSV(B) | 325.86º | 0.76% | 0.93% | - |
| XYZ | 42.6 | 23.34 | 35.06 | - |
| YUV | 121.86 | 148.97 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 56 | 159 | 0 | 0.76 | 0.33 | 0.07 | 325.86 | 0.83 | 0.57 |
| Hex | ED | 38 | 9F | 0 | 4C | 21 | 7 | 146 | 53 | 39 |
| Octal | 355 | 70 | 237 | 0 | 114 | 41 | 7 | 506 | 123 | 71 |
| Binary | 11101101 | 111000 | 10011111 | 0 | 1001100 | 100001 | 111 | 101000110 | 1010011 | 111001 |
Color Harmonies of #ED389F
Complementary color
Monochromatic Colors of #ED389F
Black with #ED389F
Text Example
Text Example
White with #ED389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED389F; }
p { color: rgb(237,56,159); }
H1.HeaderClassName
{
color: #ED389F;
}
.AnyTagClassName
{
color: #ED389F;
}
</style>
background-color css
<style>
a { background-color: #ED389F; }
a { background-color: rgb(237,56,159); }
div.DivClassName
{
background-color: #ED389F;
}
.BgClassName
{
background-color: #ED389F;
}
</style>
border-color css
<style>
span { border-color: #ED389F; }
span { border-color: rgb(237,56,159); }
td.TdClassName
{
border-color: #ED389F;
}
.TagClassName
{
border-color: #ED389F;
}
</style>