Shades of Wild Strawberry #EE41A6
Tints of Wild Strawberry #EE41A6
RGB
CMYK
RGB Variations
Color information
#EE41A6 (or 0xEE41A6) is known color: Wild Strawberry. HEX triplet: EE, 41 and A6. RGB value is (238,65,166). Sum of RGB (Red+Green+Blue) = 238+65+166=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE41A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE41A6 is #11BE59. Grayscale: #808080. Windows color (decimal): -1162842 or 10895854. OLE color: 10895854.
HSL color Cylindrical-coordinate representation of color #EE41A6: hue angle of 324.97º 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 #EE41A6 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 166 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.07 |
| HSL | 324.97º | 0.84% | 0.59% | - |
| HSV(B) | 324.97º | 0.73% | 0.93% | - |
| XYZ | 44.03 | 24.71 | 38.53 | - |
| YUV | 128.24 | 149.31 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 166 | 0 | 0.73 | 0.30 | 0.07 | 324.97 | 0.84 | 0.59 |
| Hex | EE | 41 | A6 | 0 | 49 | 1E | 7 | 145 | 54 | 3B |
| Octal | 356 | 101 | 246 | 0 | 111 | 36 | 7 | 505 | 124 | 73 |
| Binary | 11101110 | 1000001 | 10100110 | 0 | 1001001 | 11110 | 111 | 101000101 | 1010100 | 111011 |
Color Harmonies of #EE41A6
Complementary color
Monochromatic Colors of #EE41A6
Black with #EE41A6
Text Example
Text Example
White with #EE41A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE41A6; }
p { color: rgb(238,65,166); }
H1.HeaderClassName
{
color: #EE41A6;
}
.AnyTagClassName
{
color: #EE41A6;
}
</style>
background-color css
<style>
a { background-color: #EE41A6; }
a { background-color: rgb(238,65,166); }
div.DivClassName
{
background-color: #EE41A6;
}
.BgClassName
{
background-color: #EE41A6;
}
</style>
border-color css
<style>
span { border-color: #EE41A6; }
span { border-color: rgb(238,65,166); }
td.TdClassName
{
border-color: #EE41A6;
}
.TagClassName
{
border-color: #EE41A6;
}
</style>