Shades of Wild Strawberry #EE3696
Tints of Wild Strawberry #EE3696
RGB
CMYK
RGB Variations
Color information
#EE3696 (or 0xEE3696) is known color: Wild Strawberry. HEX triplet: EE, 36 and 96. RGB value is (238,54,150). Sum of RGB (Red+Green+Blue) = 238+54+150=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3696 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3696 is #11C969. Grayscale: #777777. Windows color (decimal): -1165674 or 9844462. OLE color: 9844462.
HSL color Cylindrical-coordinate representation of color #EE3696: hue angle of 328.7º 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 #EE3696 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 150 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.07 |
| HSL | 328.7º | 0.84% | 0.57% | - |
| HSV(B) | 328.7º | 0.77% | 0.93% | - |
| XYZ | 42.08 | 23.02 | 31.08 | - |
| YUV | 119.96 | 144.96 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 150 | 0 | 0.77 | 0.37 | 0.07 | 328.7 | 0.84 | 0.57 |
| Hex | EE | 36 | 96 | 0 | 4D | 25 | 7 | 149 | 54 | 39 |
| Octal | 356 | 66 | 226 | 0 | 115 | 45 | 7 | 511 | 124 | 71 |
| Binary | 11101110 | 110110 | 10010110 | 0 | 1001101 | 100101 | 111 | 101001001 | 1010100 | 111001 |
Color Harmonies of #EE3696
Complementary color
Monochromatic Colors of #EE3696
Black with #EE3696
Text Example
Text Example
White with #EE3696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3696; }
p { color: rgb(238,54,150); }
H1.HeaderClassName
{
color: #EE3696;
}
.AnyTagClassName
{
color: #EE3696;
}
</style>
background-color css
<style>
a { background-color: #EE3696; }
a { background-color: rgb(238,54,150); }
div.DivClassName
{
background-color: #EE3696;
}
.BgClassName
{
background-color: #EE3696;
}
</style>
border-color css
<style>
span { border-color: #EE3696; }
span { border-color: rgb(238,54,150); }
td.TdClassName
{
border-color: #EE3696;
}
.TagClassName
{
border-color: #EE3696;
}
</style>