Shades of Wild Strawberry #EB389E
Tints of Wild Strawberry #EB389E
RGB
CMYK
RGB Variations
Color information
#EB389E (or 0xEB389E) is known color: Wild Strawberry. HEX triplet: EB, 38 and 9E. RGB value is (235,56,158). Sum of RGB (Red+Green+Blue) = 235+56+158=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB389E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB389E is #14C761. Grayscale: #787878. Windows color (decimal): -1361762 or 10369259. OLE color: 10369259.
HSL color Cylindrical-coordinate representation of color #EB389E: hue angle of 325.81º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EB389E is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 56 | 158 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.08 |
| HSL | 325.81º | 0.82% | 0.57% | - |
| HSV(B) | 325.81º | 0.76% | 0.92% | - |
| XYZ | 41.85 | 22.96 | 34.57 | - |
| YUV | 121.15 | 148.8 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 56 | 158 | 0 | 0.76 | 0.33 | 0.08 | 325.81 | 0.82 | 0.57 |
| Hex | EB | 38 | 9E | 0 | 4C | 21 | 8 | 146 | 52 | 39 |
| Octal | 353 | 70 | 236 | 0 | 114 | 41 | 10 | 506 | 122 | 71 |
| Binary | 11101011 | 111000 | 10011110 | 0 | 1001100 | 100001 | 1000 | 101000110 | 1010010 | 111001 |
Color Harmonies of #EB389E
Complementary color
Monochromatic Colors of #EB389E
Black with #EB389E
Text Example
Text Example
White with #EB389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB389E; }
p { color: rgb(235,56,158); }
H1.HeaderClassName
{
color: #EB389E;
}
.AnyTagClassName
{
color: #EB389E;
}
</style>
background-color css
<style>
a { background-color: #EB389E; }
a { background-color: rgb(235,56,158); }
div.DivClassName
{
background-color: #EB389E;
}
.BgClassName
{
background-color: #EB389E;
}
</style>
border-color css
<style>
span { border-color: #EB389E; }
span { border-color: rgb(235,56,158); }
td.TdClassName
{
border-color: #EB389E;
}
.TagClassName
{
border-color: #EB389E;
}
</style>