Shades of Wild Strawberry #EE3293
Tints of Wild Strawberry #EE3293
RGB
CMYK
RGB Variations
Color information
#EE3293 (or 0xEE3293) is known color: Wild Strawberry. HEX triplet: EE, 32 and 93. RGB value is (238,50,147). Sum of RGB (Red+Green+Blue) = 238+50+147=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3293 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3293 is #11CD6C. Grayscale: #757575. Windows color (decimal): -1166701 or 9646830. OLE color: 9646830.
HSL color Cylindrical-coordinate representation of color #EE3293: hue angle of 329.04º 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 #EE3293 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 147 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.07 |
| HSL | 329.04º | 0.85% | 0.56% | - |
| HSV(B) | 329.04º | 0.79% | 0.93% | - |
| XYZ | 41.67 | 22.56 | 29.76 | - |
| YUV | 117.27 | 144.78 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 147 | 0 | 0.79 | 0.38 | 0.07 | 329.04 | 0.85 | 0.56 |
| Hex | EE | 32 | 93 | 0 | 4F | 26 | 7 | 149 | 55 | 38 |
| Octal | 356 | 62 | 223 | 0 | 117 | 46 | 7 | 511 | 125 | 70 |
| Binary | 11101110 | 110010 | 10010011 | 0 | 1001111 | 100110 | 111 | 101001001 | 1010101 | 111000 |
Color Harmonies of #EE3293
Complementary color
Monochromatic Colors of #EE3293
Black with #EE3293
Text Example
Text Example
White with #EE3293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3293; }
p { color: rgb(238,50,147); }
H1.HeaderClassName
{
color: #EE3293;
}
.AnyTagClassName
{
color: #EE3293;
}
</style>
background-color css
<style>
a { background-color: #EE3293; }
a { background-color: rgb(238,50,147); }
div.DivClassName
{
background-color: #EE3293;
}
.BgClassName
{
background-color: #EE3293;
}
</style>
border-color css
<style>
span { border-color: #EE3293; }
span { border-color: rgb(238,50,147); }
td.TdClassName
{
border-color: #EE3293;
}
.TagClassName
{
border-color: #EE3293;
}
</style>