Shades of Wild Strawberry #EE3690
Tints of Wild Strawberry #EE3690
RGB
CMYK
RGB Variations
Color information
#EE3690 (or 0xEE3690) is known color: Wild Strawberry. HEX triplet: EE, 36 and 90. RGB value is (238,54,144). Sum of RGB (Red+Green+Blue) = 238+54+144=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3690 is #11C96F. Grayscale: #777777. Windows color (decimal): -1165680 or 9451246. OLE color: 9451246.
HSL color Cylindrical-coordinate representation of color #EE3690: hue angle of 330.65º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE3690 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 144 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.07 |
| HSL | 330.65º | 0.84% | 0.57% | - |
| HSV(B) | 330.65º | 0.77% | 0.93% | - |
| XYZ | 41.61 | 22.83 | 28.6 | - |
| YUV | 119.28 | 141.96 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 144 | 0 | 0.77 | 0.39 | 0.07 | 330.65 | 0.84 | 0.57 |
| Hex | EE | 36 | 90 | 0 | 4D | 27 | 7 | 14B | 54 | 39 |
| Octal | 356 | 66 | 220 | 0 | 115 | 47 | 7 | 513 | 124 | 71 |
| Binary | 11101110 | 110110 | 10010000 | 0 | 1001101 | 100111 | 111 | 101001011 | 1010100 | 111001 |
Color Harmonies of #EE3690
Complementary color
Monochromatic Colors of #EE3690
Black with #EE3690
Text Example
Text Example
White with #EE3690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3690; }
p { color: rgb(238,54,144); }
H1.HeaderClassName
{
color: #EE3690;
}
.AnyTagClassName
{
color: #EE3690;
}
</style>
background-color css
<style>
a { background-color: #EE3690; }
a { background-color: rgb(238,54,144); }
div.DivClassName
{
background-color: #EE3690;
}
.BgClassName
{
background-color: #EE3690;
}
</style>
border-color css
<style>
span { border-color: #EE3690; }
span { border-color: rgb(238,54,144); }
td.TdClassName
{
border-color: #EE3690;
}
.TagClassName
{
border-color: #EE3690;
}
</style>