Shades of Wild Strawberry #EE409D
Tints of Wild Strawberry #EE409D
RGB
CMYK
RGB Variations
Color information
#EE409D (or 0xEE409D) is known color: Wild Strawberry. HEX triplet: EE, 40 and 9D. RGB value is (238,64,157). Sum of RGB (Red+Green+Blue) = 238+64+157=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE409D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE409D is #11BF62. Grayscale: #7E7E7E. Windows color (decimal): -1163107 or 10305774. OLE color: 10305774.
HSL color Cylindrical-coordinate representation of color #EE409D: hue angle of 327.93º 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 #EE409D is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 157 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.07 |
| HSL | 327.93º | 0.84% | 0.59% | - |
| HSV(B) | 327.93º | 0.73% | 0.93% | - |
| XYZ | 43.18 | 24.28 | 34.31 | - |
| YUV | 126.63 | 145.15 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 157 | 0 | 0.73 | 0.34 | 0.07 | 327.93 | 0.84 | 0.59 |
| Hex | EE | 40 | 9D | 0 | 49 | 22 | 7 | 148 | 54 | 3B |
| Octal | 356 | 100 | 235 | 0 | 111 | 42 | 7 | 510 | 124 | 73 |
| Binary | 11101110 | 1000000 | 10011101 | 0 | 1001001 | 100010 | 111 | 101001000 | 1010100 | 111011 |
Color Harmonies of #EE409D
Complementary color
Monochromatic Colors of #EE409D
Black with #EE409D
Text Example
Text Example
White with #EE409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE409D; }
p { color: rgb(238,64,157); }
H1.HeaderClassName
{
color: #EE409D;
}
.AnyTagClassName
{
color: #EE409D;
}
</style>
background-color css
<style>
a { background-color: #EE409D; }
a { background-color: rgb(238,64,157); }
div.DivClassName
{
background-color: #EE409D;
}
.BgClassName
{
background-color: #EE409D;
}
</style>
border-color css
<style>
span { border-color: #EE409D; }
span { border-color: rgb(238,64,157); }
td.TdClassName
{
border-color: #EE409D;
}
.TagClassName
{
border-color: #EE409D;
}
</style>