Shades of Wild Strawberry #EE41A1
Tints of Wild Strawberry #EE41A1
RGB
CMYK
RGB Variations
Color information
#EE41A1 (or 0xEE41A1) is known color: Wild Strawberry. HEX triplet: EE, 41 and A1. RGB value is (238,65,161). Sum of RGB (Red+Green+Blue) = 238+65+161=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE41A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE41A1 is #11BE5E. Grayscale: #7F7F7F. Windows color (decimal): -1162847 or 10568174. OLE color: 10568174.
HSL color Cylindrical-coordinate representation of color #EE41A1: hue angle of 326.71º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE41A1 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 161 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.07 |
| HSL | 326.71º | 0.84% | 0.59% | - |
| HSV(B) | 326.71º | 0.73% | 0.93% | - |
| XYZ | 43.58 | 24.53 | 36.16 | - |
| YUV | 127.67 | 146.81 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 161 | 0 | 0.73 | 0.32 | 0.07 | 326.71 | 0.84 | 0.59 |
| Hex | EE | 41 | A1 | 0 | 49 | 20 | 7 | 147 | 54 | 3B |
| Octal | 356 | 101 | 241 | 0 | 111 | 40 | 7 | 507 | 124 | 73 |
| Binary | 11101110 | 1000001 | 10100001 | 0 | 1001001 | 100000 | 111 | 101000111 | 1010100 | 111011 |
Color Harmonies of #EE41A1
Complementary color
Monochromatic Colors of #EE41A1
Black with #EE41A1
Text Example
Text Example
White with #EE41A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE41A1; }
p { color: rgb(238,65,161); }
H1.HeaderClassName
{
color: #EE41A1;
}
.AnyTagClassName
{
color: #EE41A1;
}
</style>
background-color css
<style>
a { background-color: #EE41A1; }
a { background-color: rgb(238,65,161); }
div.DivClassName
{
background-color: #EE41A1;
}
.BgClassName
{
background-color: #EE41A1;
}
</style>
border-color css
<style>
span { border-color: #EE41A1; }
span { border-color: rgb(238,65,161); }
td.TdClassName
{
border-color: #EE41A1;
}
.TagClassName
{
border-color: #EE41A1;
}
</style>