Shades of Wild Strawberry #EE3191
Tints of Wild Strawberry #EE3191
RGB
CMYK
RGB Variations
Color information
#EE3191 (or 0xEE3191) is known color: Wild Strawberry. HEX triplet: EE, 31 and 91. RGB value is (238,49,145). Sum of RGB (Red+Green+Blue) = 238+49+145=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3191 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3191 is #11CE6E. Grayscale: #747474. Windows color (decimal): -1166959 or 9515502. OLE color: 9515502.
HSL color Cylindrical-coordinate representation of color #EE3191: hue angle of 329.52º 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 #EE3191 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 145 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.07 |
| HSL | 329.52º | 0.85% | 0.56% | - |
| HSV(B) | 329.52º | 0.79% | 0.93% | - |
| XYZ | 41.47 | 22.42 | 28.93 | - |
| YUV | 116.46 | 144.12 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 145 | 0 | 0.79 | 0.39 | 0.07 | 329.52 | 0.85 | 0.56 |
| Hex | EE | 31 | 91 | 0 | 4F | 27 | 7 | 14A | 55 | 38 |
| Octal | 356 | 61 | 221 | 0 | 117 | 47 | 7 | 512 | 125 | 70 |
| Binary | 11101110 | 110001 | 10010001 | 0 | 1001111 | 100111 | 111 | 101001010 | 1010101 | 111000 |
Color Harmonies of #EE3191
Complementary color
Monochromatic Colors of #EE3191
Black with #EE3191
Text Example
Text Example
White with #EE3191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3191; }
p { color: rgb(238,49,145); }
H1.HeaderClassName
{
color: #EE3191;
}
.AnyTagClassName
{
color: #EE3191;
}
</style>
background-color css
<style>
a { background-color: #EE3191; }
a { background-color: rgb(238,49,145); }
div.DivClassName
{
background-color: #EE3191;
}
.BgClassName
{
background-color: #EE3191;
}
</style>
border-color css
<style>
span { border-color: #EE3191; }
span { border-color: rgb(238,49,145); }
td.TdClassName
{
border-color: #EE3191;
}
.TagClassName
{
border-color: #EE3191;
}
</style>