Shades of Wild Strawberry #EE3495
Tints of Wild Strawberry #EE3495
RGB
CMYK
RGB Variations
Color information
#EE3495 (or 0xEE3495) is known color: Wild Strawberry. HEX triplet: EE, 34 and 95. RGB value is (238,52,149). Sum of RGB (Red+Green+Blue) = 238+52+149=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3495 is #11CB6A. Grayscale: #767676. Windows color (decimal): -1166187 or 9778414. OLE color: 9778414.
HSL color Cylindrical-coordinate representation of color #EE3495: hue angle of 328.71º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE3495 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 149 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.07 |
| HSL | 328.71º | 0.85% | 0.57% | - |
| HSV(B) | 328.71º | 0.78% | 0.93% | - |
| XYZ | 41.91 | 22.8 | 30.63 | - |
| YUV | 118.67 | 145.12 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 149 | 0 | 0.78 | 0.37 | 0.07 | 328.71 | 0.85 | 0.57 |
| Hex | EE | 34 | 95 | 0 | 4E | 25 | 7 | 149 | 55 | 39 |
| Octal | 356 | 64 | 225 | 0 | 116 | 45 | 7 | 511 | 125 | 71 |
| Binary | 11101110 | 110100 | 10010101 | 0 | 1001110 | 100101 | 111 | 101001001 | 1010101 | 111001 |
Color Harmonies of #EE3495
Complementary color
Monochromatic Colors of #EE3495
Black with #EE3495
Text Example
Text Example
White with #EE3495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3495; }
p { color: rgb(238,52,149); }
H1.HeaderClassName
{
color: #EE3495;
}
.AnyTagClassName
{
color: #EE3495;
}
</style>
background-color css
<style>
a { background-color: #EE3495; }
a { background-color: rgb(238,52,149); }
div.DivClassName
{
background-color: #EE3495;
}
.BgClassName
{
background-color: #EE3495;
}
</style>
border-color css
<style>
span { border-color: #EE3495; }
span { border-color: rgb(238,52,149); }
td.TdClassName
{
border-color: #EE3495;
}
.TagClassName
{
border-color: #EE3495;
}
</style>