Shades of Wild Strawberry #EE3F98
Tints of Wild Strawberry #EE3F98
RGB
CMYK
RGB Variations
Color information
#EE3F98 (or 0xEE3F98) is known color: Wild Strawberry. HEX triplet: EE, 3F and 98. RGB value is (238,63,152). Sum of RGB (Red+Green+Blue) = 238+63+152=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3F98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3F98 is #11C067. Grayscale: #7D7D7D. Windows color (decimal): -1163368 or 9977838. OLE color: 9977838.
HSL color Cylindrical-coordinate representation of color #EE3F98: hue angle of 329.49º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE3F98 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 63 | 152 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.07 |
| HSL | 329.49º | 0.84% | 0.59% | - |
| HSV(B) | 329.49º | 0.74% | 0.93% | - |
| XYZ | 42.7 | 24 | 32.09 | - |
| YUV | 125.47 | 142.98 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 63 | 152 | 0 | 0.74 | 0.36 | 0.07 | 329.49 | 0.84 | 0.59 |
| Hex | EE | 3F | 98 | 0 | 4A | 24 | 7 | 149 | 54 | 3B |
| Octal | 356 | 77 | 230 | 0 | 112 | 44 | 7 | 511 | 124 | 73 |
| Binary | 11101110 | 111111 | 10011000 | 0 | 1001010 | 100100 | 111 | 101001001 | 1010100 | 111011 |
Color Harmonies of #EE3F98
Complementary color
Monochromatic Colors of #EE3F98
Black with #EE3F98
Text Example
Text Example
White with #EE3F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3F98; }
p { color: rgb(238,63,152); }
H1.HeaderClassName
{
color: #EE3F98;
}
.AnyTagClassName
{
color: #EE3F98;
}
</style>
background-color css
<style>
a { background-color: #EE3F98; }
a { background-color: rgb(238,63,152); }
div.DivClassName
{
background-color: #EE3F98;
}
.BgClassName
{
background-color: #EE3F98;
}
</style>
border-color css
<style>
span { border-color: #EE3F98; }
span { border-color: rgb(238,63,152); }
td.TdClassName
{
border-color: #EE3F98;
}
.TagClassName
{
border-color: #EE3F98;
}
</style>