Shades of Wild Strawberry #EE3194
Tints of Wild Strawberry #EE3194
RGB
CMYK
RGB Variations
Color information
#EE3194 (or 0xEE3194) is known color: Wild Strawberry. HEX triplet: EE, 31 and 94. RGB value is (238,49,148). Sum of RGB (Red+Green+Blue) = 238+49+148=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3194 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3194 is #11CE6B. Grayscale: #747474. Windows color (decimal): -1166956 or 9712110. OLE color: 9712110.
HSL color Cylindrical-coordinate representation of color #EE3194: hue angle of 328.57º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE3194 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 148 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.07 |
| HSL | 328.57º | 0.85% | 0.56% | - |
| HSV(B) | 328.57º | 0.79% | 0.93% | - |
| XYZ | 41.7 | 22.51 | 30.16 | - |
| YUV | 116.8 | 145.62 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 148 | 0 | 0.79 | 0.38 | 0.07 | 328.57 | 0.85 | 0.56 |
| Hex | EE | 31 | 94 | 0 | 4F | 26 | 7 | 149 | 55 | 38 |
| Octal | 356 | 61 | 224 | 0 | 117 | 46 | 7 | 511 | 125 | 70 |
| Binary | 11101110 | 110001 | 10010100 | 0 | 1001111 | 100110 | 111 | 101001001 | 1010101 | 111000 |
Color Harmonies of #EE3194
Complementary color
Monochromatic Colors of #EE3194
Black with #EE3194
Text Example
Text Example
White with #EE3194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3194; }
p { color: rgb(238,49,148); }
H1.HeaderClassName
{
color: #EE3194;
}
.AnyTagClassName
{
color: #EE3194;
}
</style>
background-color css
<style>
a { background-color: #EE3194; }
a { background-color: rgb(238,49,148); }
div.DivClassName
{
background-color: #EE3194;
}
.BgClassName
{
background-color: #EE3194;
}
</style>
border-color css
<style>
span { border-color: #EE3194; }
span { border-color: rgb(238,49,148); }
td.TdClassName
{
border-color: #EE3194;
}
.TagClassName
{
border-color: #EE3194;
}
</style>