Shades of Wild Strawberry #EE379C
Tints of Wild Strawberry #EE379C
RGB
CMYK
RGB Variations
Color information
#EE379C (or 0xEE379C) is known color: Wild Strawberry. HEX triplet: EE, 37 and 9C. RGB value is (238,55,156). Sum of RGB (Red+Green+Blue) = 238+55+156=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE379C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE379C is #11C863. Grayscale: #797979. Windows color (decimal): -1165412 or 10237934. OLE color: 10237934.
HSL color Cylindrical-coordinate representation of color #EE379C: hue angle of 326.89º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE379C is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 156 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.07 |
| HSL | 326.89º | 0.84% | 0.57% | - |
| HSV(B) | 326.89º | 0.77% | 0.93% | - |
| XYZ | 42.63 | 23.31 | 33.71 | - |
| YUV | 121.23 | 147.63 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 156 | 0 | 0.77 | 0.34 | 0.07 | 326.89 | 0.84 | 0.57 |
| Hex | EE | 37 | 9C | 0 | 4D | 22 | 7 | 147 | 54 | 39 |
| Octal | 356 | 67 | 234 | 0 | 115 | 42 | 7 | 507 | 124 | 71 |
| Binary | 11101110 | 110111 | 10011100 | 0 | 1001101 | 100010 | 111 | 101000111 | 1010100 | 111001 |
Color Harmonies of #EE379C
Complementary color
Monochromatic Colors of #EE379C
Black with #EE379C
Text Example
Text Example
White with #EE379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE379C; }
p { color: rgb(238,55,156); }
H1.HeaderClassName
{
color: #EE379C;
}
.AnyTagClassName
{
color: #EE379C;
}
</style>
background-color css
<style>
a { background-color: #EE379C; }
a { background-color: rgb(238,55,156); }
div.DivClassName
{
background-color: #EE379C;
}
.BgClassName
{
background-color: #EE379C;
}
</style>
border-color css
<style>
span { border-color: #EE379C; }
span { border-color: rgb(238,55,156); }
td.TdClassName
{
border-color: #EE379C;
}
.TagClassName
{
border-color: #EE379C;
}
</style>