Shades of Wild Strawberry #EE389B
Tints of Wild Strawberry #EE389B
RGB
CMYK
RGB Variations
Color information
#EE389B (or 0xEE389B) is known color: Wild Strawberry. HEX triplet: EE, 38 and 9B. RGB value is (238,56,155). Sum of RGB (Red+Green+Blue) = 238+56+155=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE389B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE389B is #11C764. Grayscale: #797979. Windows color (decimal): -1165157 or 10172654. OLE color: 10172654.
HSL color Cylindrical-coordinate representation of color #EE389B: hue angle of 327.36º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE389B is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 155 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.07 |
| HSL | 327.36º | 0.84% | 0.58% | - |
| HSV(B) | 327.36º | 0.76% | 0.93% | - |
| XYZ | 42.59 | 23.37 | 33.28 | - |
| YUV | 121.7 | 146.8 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 155 | 0 | 0.76 | 0.35 | 0.07 | 327.36 | 0.84 | 0.58 |
| Hex | EE | 38 | 9B | 0 | 4C | 23 | 7 | 147 | 54 | 3A |
| Octal | 356 | 70 | 233 | 0 | 114 | 43 | 7 | 507 | 124 | 72 |
| Binary | 11101110 | 111000 | 10011011 | 0 | 1001100 | 100011 | 111 | 101000111 | 1010100 | 111010 |
Color Harmonies of #EE389B
Complementary color
Monochromatic Colors of #EE389B
Black with #EE389B
Text Example
Text Example
White with #EE389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE389B; }
p { color: rgb(238,56,155); }
H1.HeaderClassName
{
color: #EE389B;
}
.AnyTagClassName
{
color: #EE389B;
}
</style>
background-color css
<style>
a { background-color: #EE389B; }
a { background-color: rgb(238,56,155); }
div.DivClassName
{
background-color: #EE389B;
}
.BgClassName
{
background-color: #EE389B;
}
</style>
border-color css
<style>
span { border-color: #EE389B; }
span { border-color: rgb(238,56,155); }
td.TdClassName
{
border-color: #EE389B;
}
.TagClassName
{
border-color: #EE389B;
}
</style>