Shades of Wild Strawberry #EE2993
Tints of Wild Strawberry #EE2993
RGB
CMYK
RGB Variations
Color information
#EE2993 (or 0xEE2993) is known color: Wild Strawberry. HEX triplet: EE, 29 and 93. RGB value is (238,41,147). Sum of RGB (Red+Green+Blue) = 238+41+147=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2993 is #11D66C. Grayscale: #6F6F6F. Windows color (decimal): -1169005 or 9644526. OLE color: 9644526.
HSL color Cylindrical-coordinate representation of color #EE2993: hue angle of 327.72º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE2993 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 147 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.07 |
| HSL | 327.72º | 0.85% | 0.55% | - |
| HSV(B) | 327.72º | 0.83% | 0.93% | - |
| XYZ | 41.32 | 21.87 | 29.65 | - |
| YUV | 111.99 | 147.77 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 147 | 0 | 0.83 | 0.38 | 0.07 | 327.72 | 0.85 | 0.55 |
| Hex | EE | 29 | 93 | 0 | 53 | 26 | 7 | 148 | 55 | 37 |
| Octal | 356 | 51 | 223 | 0 | 123 | 46 | 7 | 510 | 125 | 67 |
| Binary | 11101110 | 101001 | 10010011 | 0 | 1010011 | 100110 | 111 | 101001000 | 1010101 | 110111 |
Color Harmonies of #EE2993
Complementary color
Monochromatic Colors of #EE2993
Black with #EE2993
Text Example
Text Example
White with #EE2993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2993; }
p { color: rgb(238,41,147); }
H1.HeaderClassName
{
color: #EE2993;
}
.AnyTagClassName
{
color: #EE2993;
}
</style>
background-color css
<style>
a { background-color: #EE2993; }
a { background-color: rgb(238,41,147); }
div.DivClassName
{
background-color: #EE2993;
}
.BgClassName
{
background-color: #EE2993;
}
</style>
border-color css
<style>
span { border-color: #EE2993; }
span { border-color: rgb(238,41,147); }
td.TdClassName
{
border-color: #EE2993;
}
.TagClassName
{
border-color: #EE2993;
}
</style>