Shades of Wild Strawberry #EE3096
Tints of Wild Strawberry #EE3096
RGB
CMYK
RGB Variations
Color information
#EE3096 (or 0xEE3096) is known color: Wild Strawberry. HEX triplet: EE, 30 and 96. RGB value is (238,48,150). Sum of RGB (Red+Green+Blue) = 238+48+150=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3096 is #11CF69. Grayscale: #747474. Windows color (decimal): -1167210 or 9842926. OLE color: 9842926.
HSL color Cylindrical-coordinate representation of color #EE3096: hue angle of 327.79º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE3096 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 150 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.07 |
| HSL | 327.79º | 0.85% | 0.56% | - |
| HSV(B) | 327.79º | 0.8% | 0.93% | - |
| XYZ | 41.82 | 22.49 | 30.99 | - |
| YUV | 116.44 | 146.95 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 150 | 0 | 0.80 | 0.37 | 0.07 | 327.79 | 0.85 | 0.56 |
| Hex | EE | 30 | 96 | 0 | 50 | 25 | 7 | 148 | 55 | 38 |
| Octal | 356 | 60 | 226 | 0 | 120 | 45 | 7 | 510 | 125 | 70 |
| Binary | 11101110 | 110000 | 10010110 | 0 | 1010000 | 100101 | 111 | 101001000 | 1010101 | 111000 |
Color Harmonies of #EE3096
Complementary color
Monochromatic Colors of #EE3096
Black with #EE3096
Text Example
Text Example
White with #EE3096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3096; }
p { color: rgb(238,48,150); }
H1.HeaderClassName
{
color: #EE3096;
}
.AnyTagClassName
{
color: #EE3096;
}
</style>
background-color css
<style>
a { background-color: #EE3096; }
a { background-color: rgb(238,48,150); }
div.DivClassName
{
background-color: #EE3096;
}
.BgClassName
{
background-color: #EE3096;
}
</style>
border-color css
<style>
span { border-color: #EE3096; }
span { border-color: rgb(238,48,150); }
td.TdClassName
{
border-color: #EE3096;
}
.TagClassName
{
border-color: #EE3096;
}
</style>