Shades of Wild Strawberry #EE389C
Tints of Wild Strawberry #EE389C
RGB
CMYK
RGB Variations
Color information
#EE389C (or 0xEE389C) is known color: Wild Strawberry. HEX triplet: EE, 38 and 9C. RGB value is (238,56,156). Sum of RGB (Red+Green+Blue) = 238+56+156=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 56 (22.27% from 255 or 12.44% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE389C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE389C is #11C763. Grayscale: #797979. Windows color (decimal): -1165156 or 10238190. OLE color: 10238190.
HSL color Cylindrical-coordinate representation of color #EE389C: hue angle of 327.03º 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 #EE389C is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 156 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.07 |
| HSL | 327.03º | 0.84% | 0.58% | - |
| HSV(B) | 327.03º | 0.76% | 0.93% | - |
| XYZ | 42.67 | 23.41 | 33.72 | - |
| YUV | 121.82 | 147.3 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 156 | 0 | 0.76 | 0.34 | 0.07 | 327.03 | 0.84 | 0.58 |
| Hex | EE | 38 | 9C | 0 | 4C | 22 | 7 | 147 | 54 | 3A |
| Octal | 356 | 70 | 234 | 0 | 114 | 42 | 7 | 507 | 124 | 72 |
| Binary | 11101110 | 111000 | 10011100 | 0 | 1001100 | 100010 | 111 | 101000111 | 1010100 | 111010 |
Color Harmonies of #EE389C
Complementary color
Monochromatic Colors of #EE389C
Black with #EE389C
Text Example
Text Example
White with #EE389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE389C; }
p { color: rgb(238,56,156); }
H1.HeaderClassName
{
color: #EE389C;
}
.AnyTagClassName
{
color: #EE389C;
}
</style>
background-color css
<style>
a { background-color: #EE389C; }
a { background-color: rgb(238,56,156); }
div.DivClassName
{
background-color: #EE389C;
}
.BgClassName
{
background-color: #EE389C;
}
</style>
border-color css
<style>
span { border-color: #EE389C; }
span { border-color: rgb(238,56,156); }
td.TdClassName
{
border-color: #EE389C;
}
.TagClassName
{
border-color: #EE389C;
}
</style>