Shades of Wild Strawberry #EE409F
Tints of Wild Strawberry #EE409F
RGB
CMYK
RGB Variations
Color information
#EE409F (or 0xEE409F) is known color: Wild Strawberry. HEX triplet: EE, 40 and 9F. RGB value is (238,64,159). Sum of RGB (Red+Green+Blue) = 238+64+159=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE409F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE409F is #11BF60. Grayscale: #7E7E7E. Windows color (decimal): -1163105 or 10436846. OLE color: 10436846.
HSL color Cylindrical-coordinate representation of color #EE409F: hue angle of 327.24º 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 #EE409F is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 159 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.07 |
| HSL | 327.24º | 0.84% | 0.59% | - |
| HSV(B) | 327.24º | 0.73% | 0.93% | - |
| XYZ | 43.35 | 24.35 | 35.22 | - |
| YUV | 126.86 | 146.15 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 159 | 0 | 0.73 | 0.33 | 0.07 | 327.24 | 0.84 | 0.59 |
| Hex | EE | 40 | 9F | 0 | 49 | 21 | 7 | 147 | 54 | 3B |
| Octal | 356 | 100 | 237 | 0 | 111 | 41 | 7 | 507 | 124 | 73 |
| Binary | 11101110 | 1000000 | 10011111 | 0 | 1001001 | 100001 | 111 | 101000111 | 1010100 | 111011 |
Color Harmonies of #EE409F
Complementary color
Monochromatic Colors of #EE409F
Black with #EE409F
Text Example
Text Example
White with #EE409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE409F; }
p { color: rgb(238,64,159); }
H1.HeaderClassName
{
color: #EE409F;
}
.AnyTagClassName
{
color: #EE409F;
}
</style>
background-color css
<style>
a { background-color: #EE409F; }
a { background-color: rgb(238,64,159); }
div.DivClassName
{
background-color: #EE409F;
}
.BgClassName
{
background-color: #EE409F;
}
</style>
border-color css
<style>
span { border-color: #EE409F; }
span { border-color: rgb(238,64,159); }
td.TdClassName
{
border-color: #EE409F;
}
.TagClassName
{
border-color: #EE409F;
}
</style>