Shades of Wild Strawberry #EE399D
Tints of Wild Strawberry #EE399D
RGB
CMYK
RGB Variations
Color information
#EE399D (or 0xEE399D) is known color: Wild Strawberry. HEX triplet: EE, 39 and 9D. RGB value is (238,57,157). Sum of RGB (Red+Green+Blue) = 238+57+157=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE399D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE399D is #11C662. Grayscale: #7A7A7A. Windows color (decimal): -1164899 or 10303982. OLE color: 10303982.
HSL color Cylindrical-coordinate representation of color #EE399D: hue angle of 326.85º 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 #EE399D is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 57 | 157 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.07 |
| HSL | 326.85º | 0.84% | 0.58% | - |
| HSV(B) | 326.85º | 0.76% | 0.93% | - |
| XYZ | 42.81 | 23.54 | 34.19 | - |
| YUV | 122.52 | 147.47 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 57 | 157 | 0 | 0.76 | 0.34 | 0.07 | 326.85 | 0.84 | 0.58 |
| Hex | EE | 39 | 9D | 0 | 4C | 22 | 7 | 147 | 54 | 3A |
| Octal | 356 | 71 | 235 | 0 | 114 | 42 | 7 | 507 | 124 | 72 |
| Binary | 11101110 | 111001 | 10011101 | 0 | 1001100 | 100010 | 111 | 101000111 | 1010100 | 111010 |
Color Harmonies of #EE399D
Complementary color
Monochromatic Colors of #EE399D
Black with #EE399D
Text Example
Text Example
White with #EE399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE399D; }
p { color: rgb(238,57,157); }
H1.HeaderClassName
{
color: #EE399D;
}
.AnyTagClassName
{
color: #EE399D;
}
</style>
background-color css
<style>
a { background-color: #EE399D; }
a { background-color: rgb(238,57,157); }
div.DivClassName
{
background-color: #EE399D;
}
.BgClassName
{
background-color: #EE399D;
}
</style>
border-color css
<style>
span { border-color: #EE399D; }
span { border-color: rgb(238,57,157); }
td.TdClassName
{
border-color: #EE399D;
}
.TagClassName
{
border-color: #EE399D;
}
</style>