Shades of Wild Strawberry #EE41AC
Tints of Wild Strawberry #EE41AC
RGB
CMYK
RGB Variations
Color information
#EE41AC (or 0xEE41AC) is known color: Wild Strawberry. HEX triplet: EE, 41 and AC. RGB value is (238,65,172). Sum of RGB (Red+Green+Blue) = 238+65+172=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE41AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE41AC is #11BE53. Grayscale: #808080. Windows color (decimal): -1162836 or 11289070. OLE color: 11289070.
HSL color Cylindrical-coordinate representation of color #EE41AC: hue angle of 322.89º 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 #EE41AC is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 172 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.07 |
| HSL | 322.89º | 0.84% | 0.59% | - |
| HSV(B) | 322.89º | 0.73% | 0.93% | - |
| XYZ | 44.6 | 24.94 | 41.49 | - |
| YUV | 128.93 | 152.31 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 172 | 0 | 0.73 | 0.28 | 0.07 | 322.89 | 0.84 | 0.59 |
| Hex | EE | 41 | AC | 0 | 49 | 1C | 7 | 143 | 54 | 3B |
| Octal | 356 | 101 | 254 | 0 | 111 | 34 | 7 | 503 | 124 | 73 |
| Binary | 11101110 | 1000001 | 10101100 | 0 | 1001001 | 11100 | 111 | 101000011 | 1010100 | 111011 |
Color Harmonies of #EE41AC
Complementary color
Monochromatic Colors of #EE41AC
Black with #EE41AC
Text Example
Text Example
White with #EE41AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE41AC; }
p { color: rgb(238,65,172); }
H1.HeaderClassName
{
color: #EE41AC;
}
.AnyTagClassName
{
color: #EE41AC;
}
</style>
background-color css
<style>
a { background-color: #EE41AC; }
a { background-color: rgb(238,65,172); }
div.DivClassName
{
background-color: #EE41AC;
}
.BgClassName
{
background-color: #EE41AC;
}
</style>
border-color css
<style>
span { border-color: #EE41AC; }
span { border-color: rgb(238,65,172); }
td.TdClassName
{
border-color: #EE41AC;
}
.TagClassName
{
border-color: #EE41AC;
}
</style>