Shades of Wild Strawberry #EE3A9E
Tints of Wild Strawberry #EE3A9E
RGB
CMYK
RGB Variations
Color information
#EE3A9E (or 0xEE3A9E) is known color: Wild Strawberry. HEX triplet: EE, 3A and 9E. RGB value is (238,58,158). Sum of RGB (Red+Green+Blue) = 238+58+158=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3A9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3A9E is #11C561. Grayscale: #7A7A7A. Windows color (decimal): -1164642 or 10369774. OLE color: 10369774.
HSL color Cylindrical-coordinate representation of color #EE3A9E: hue angle of 326.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE3A9E is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 58 | 158 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.07 |
| HSL | 326.67º | 0.84% | 0.58% | - |
| HSV(B) | 326.67º | 0.76% | 0.93% | - |
| XYZ | 42.94 | 23.67 | 34.65 | - |
| YUV | 123.22 | 147.63 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 58 | 158 | 0 | 0.76 | 0.34 | 0.07 | 326.67 | 0.84 | 0.58 |
| Hex | EE | 3A | 9E | 0 | 4C | 22 | 7 | 147 | 54 | 3A |
| Octal | 356 | 72 | 236 | 0 | 114 | 42 | 7 | 507 | 124 | 72 |
| Binary | 11101110 | 111010 | 10011110 | 0 | 1001100 | 100010 | 111 | 101000111 | 1010100 | 111010 |
Color Harmonies of #EE3A9E
Complementary color
Monochromatic Colors of #EE3A9E
Black with #EE3A9E
Text Example
Text Example
White with #EE3A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3A9E; }
p { color: rgb(238,58,158); }
H1.HeaderClassName
{
color: #EE3A9E;
}
.AnyTagClassName
{
color: #EE3A9E;
}
</style>
background-color css
<style>
a { background-color: #EE3A9E; }
a { background-color: rgb(238,58,158); }
div.DivClassName
{
background-color: #EE3A9E;
}
.BgClassName
{
background-color: #EE3A9E;
}
</style>
border-color css
<style>
span { border-color: #EE3A9E; }
span { border-color: rgb(238,58,158); }
td.TdClassName
{
border-color: #EE3A9E;
}
.TagClassName
{
border-color: #EE3A9E;
}
</style>