Shades of Wild Strawberry #EE2C98
Tints of Wild Strawberry #EE2C98
RGB
CMYK
RGB Variations
Color information
#EE2C98 (or 0xEE2C98) is known color: Wild Strawberry. HEX triplet: EE, 2C and 98. RGB value is (238,44,152). Sum of RGB (Red+Green+Blue) = 238+44+152=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2C98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2C98 is #11D367. Grayscale: #727272. Windows color (decimal): -1168232 or 9972974. OLE color: 9972974.
HSL color Cylindrical-coordinate representation of color #EE2C98: hue angle of 326.6º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2C98 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 44 | 152 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.07 |
| HSL | 326.6º | 0.85% | 0.55% | - |
| HSV(B) | 326.6º | 0.82% | 0.93% | - |
| XYZ | 41.83 | 22.25 | 31.79 | - |
| YUV | 114.32 | 149.27 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 44 | 152 | 0 | 0.82 | 0.36 | 0.07 | 326.6 | 0.85 | 0.55 |
| Hex | EE | 2C | 98 | 0 | 52 | 24 | 7 | 147 | 55 | 37 |
| Octal | 356 | 54 | 230 | 0 | 122 | 44 | 7 | 507 | 125 | 67 |
| Binary | 11101110 | 101100 | 10011000 | 0 | 1010010 | 100100 | 111 | 101000111 | 1010101 | 110111 |
Color Harmonies of #EE2C98
Complementary color
Monochromatic Colors of #EE2C98
Black with #EE2C98
Text Example
Text Example
White with #EE2C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2C98; }
p { color: rgb(238,44,152); }
H1.HeaderClassName
{
color: #EE2C98;
}
.AnyTagClassName
{
color: #EE2C98;
}
</style>
background-color css
<style>
a { background-color: #EE2C98; }
a { background-color: rgb(238,44,152); }
div.DivClassName
{
background-color: #EE2C98;
}
.BgClassName
{
background-color: #EE2C98;
}
</style>
border-color css
<style>
span { border-color: #EE2C98; }
span { border-color: rgb(238,44,152); }
td.TdClassName
{
border-color: #EE2C98;
}
.TagClassName
{
border-color: #EE2C98;
}
</style>