Shades of Wild Strawberry #EE3295
Tints of Wild Strawberry #EE3295
RGB
CMYK
RGB Variations
Color information
#EE3295 (or 0xEE3295) is known color: Wild Strawberry. HEX triplet: EE, 32 and 95. RGB value is (238,50,149). Sum of RGB (Red+Green+Blue) = 238+50+149=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3295 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3295 is #11CD6A. Grayscale: #757575. Windows color (decimal): -1166699 or 9777902. OLE color: 9777902.
HSL color Cylindrical-coordinate representation of color #EE3295: hue angle of 328.4º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE3295 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 149 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.07 |
| HSL | 328.4º | 0.85% | 0.56% | - |
| HSV(B) | 328.4º | 0.79% | 0.93% | - |
| XYZ | 41.83 | 22.63 | 30.6 | - |
| YUV | 117.5 | 145.78 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 149 | 0 | 0.79 | 0.37 | 0.07 | 328.4 | 0.85 | 0.56 |
| Hex | EE | 32 | 95 | 0 | 4F | 25 | 7 | 148 | 55 | 38 |
| Octal | 356 | 62 | 225 | 0 | 117 | 45 | 7 | 510 | 125 | 70 |
| Binary | 11101110 | 110010 | 10010101 | 0 | 1001111 | 100101 | 111 | 101001000 | 1010101 | 111000 |
Color Harmonies of #EE3295
Complementary color
Monochromatic Colors of #EE3295
Black with #EE3295
Text Example
Text Example
White with #EE3295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3295; }
p { color: rgb(238,50,149); }
H1.HeaderClassName
{
color: #EE3295;
}
.AnyTagClassName
{
color: #EE3295;
}
</style>
background-color css
<style>
a { background-color: #EE3295; }
a { background-color: rgb(238,50,149); }
div.DivClassName
{
background-color: #EE3295;
}
.BgClassName
{
background-color: #EE3295;
}
</style>
border-color css
<style>
span { border-color: #EE3295; }
span { border-color: rgb(238,50,149); }
td.TdClassName
{
border-color: #EE3295;
}
.TagClassName
{
border-color: #EE3295;
}
</style>