Shades of Wild Strawberry #ED389B
Tints of Wild Strawberry #ED389B
RGB
CMYK
RGB Variations
Color information
#ED389B (or 0xED389B) is known color: Wild Strawberry. HEX triplet: ED, 38 and 9B. RGB value is (237,56,155). Sum of RGB (Red+Green+Blue) = 237+56+155=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED389B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED389B is #12C764. Grayscale: #797979. Windows color (decimal): -1230693 or 10172653. OLE color: 10172653.
HSL color Cylindrical-coordinate representation of color #ED389B: hue angle of 327.18º 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 #ED389B is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 56 | 155 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.07 |
| HSL | 327.18º | 0.83% | 0.57% | - |
| HSV(B) | 327.18º | 0.76% | 0.93% | - |
| XYZ | 42.26 | 23.2 | 33.26 | - |
| YUV | 121.41 | 146.97 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 56 | 155 | 0 | 0.76 | 0.35 | 0.07 | 327.18 | 0.83 | 0.57 |
| Hex | ED | 38 | 9B | 0 | 4C | 23 | 7 | 147 | 53 | 39 |
| Octal | 355 | 70 | 233 | 0 | 114 | 43 | 7 | 507 | 123 | 71 |
| Binary | 11101101 | 111000 | 10011011 | 0 | 1001100 | 100011 | 111 | 101000111 | 1010011 | 111001 |
Color Harmonies of #ED389B
Complementary color
Monochromatic Colors of #ED389B
Black with #ED389B
Text Example
Text Example
White with #ED389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED389B; }
p { color: rgb(237,56,155); }
H1.HeaderClassName
{
color: #ED389B;
}
.AnyTagClassName
{
color: #ED389B;
}
</style>
background-color css
<style>
a { background-color: #ED389B; }
a { background-color: rgb(237,56,155); }
div.DivClassName
{
background-color: #ED389B;
}
.BgClassName
{
background-color: #ED389B;
}
</style>
border-color css
<style>
span { border-color: #ED389B; }
span { border-color: rgb(237,56,155); }
td.TdClassName
{
border-color: #ED389B;
}
.TagClassName
{
border-color: #ED389B;
}
</style>