Shades of Wild Strawberry #EE389F
Tints of Wild Strawberry #EE389F
RGB
CMYK
RGB Variations
Color information
#EE389F (or 0xEE389F) is known color: Wild Strawberry. HEX triplet: EE, 38 and 9F. RGB value is (238,56,159). Sum of RGB (Red+Green+Blue) = 238+56+159=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE389F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE389F is #11C760. Grayscale: #797979. Windows color (decimal): -1165153 or 10434798. OLE color: 10434798.
HSL color Cylindrical-coordinate representation of color #EE389F: hue angle of 326.04º 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 #EE389F is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 159 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.07 |
| HSL | 326.04º | 0.84% | 0.58% | - |
| HSV(B) | 326.04º | 0.76% | 0.93% | - |
| XYZ | 42.93 | 23.51 | 35.08 | - |
| YUV | 122.16 | 148.8 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 159 | 0 | 0.76 | 0.33 | 0.07 | 326.04 | 0.84 | 0.58 |
| Hex | EE | 38 | 9F | 0 | 4C | 21 | 7 | 146 | 54 | 3A |
| Octal | 356 | 70 | 237 | 0 | 114 | 41 | 7 | 506 | 124 | 72 |
| Binary | 11101110 | 111000 | 10011111 | 0 | 1001100 | 100001 | 111 | 101000110 | 1010100 | 111010 |
Color Harmonies of #EE389F
Complementary color
Monochromatic Colors of #EE389F
Black with #EE389F
Text Example
Text Example
White with #EE389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE389F; }
p { color: rgb(238,56,159); }
H1.HeaderClassName
{
color: #EE389F;
}
.AnyTagClassName
{
color: #EE389F;
}
</style>
background-color css
<style>
a { background-color: #EE389F; }
a { background-color: rgb(238,56,159); }
div.DivClassName
{
background-color: #EE389F;
}
.BgClassName
{
background-color: #EE389F;
}
</style>
border-color css
<style>
span { border-color: #EE389F; }
span { border-color: rgb(238,56,159); }
td.TdClassName
{
border-color: #EE389F;
}
.TagClassName
{
border-color: #EE389F;
}
</style>