Shades of Wild Strawberry #EE3790
Tints of Wild Strawberry #EE3790
RGB
CMYK
RGB Variations
Color information
#EE3790 (or 0xEE3790) is known color: Wild Strawberry. HEX triplet: EE, 37 and 90. RGB value is (238,55,144). Sum of RGB (Red+Green+Blue) = 238+55+144=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3790 is #11C86F. Grayscale: #777777. Windows color (decimal): -1165424 or 9451502. OLE color: 9451502.
HSL color Cylindrical-coordinate representation of color #EE3790: hue angle of 330.82º 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 #EE3790 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 144 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.07 |
| HSL | 330.82º | 0.84% | 0.57% | - |
| HSV(B) | 330.82º | 0.77% | 0.93% | - |
| XYZ | 41.66 | 22.92 | 28.61 | - |
| YUV | 119.86 | 141.63 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 144 | 0 | 0.77 | 0.39 | 0.07 | 330.82 | 0.84 | 0.57 |
| Hex | EE | 37 | 90 | 0 | 4D | 27 | 7 | 14B | 54 | 39 |
| Octal | 356 | 67 | 220 | 0 | 115 | 47 | 7 | 513 | 124 | 71 |
| Binary | 11101110 | 110111 | 10010000 | 0 | 1001101 | 100111 | 111 | 101001011 | 1010100 | 111001 |
Color Harmonies of #EE3790
Complementary color
Monochromatic Colors of #EE3790
Black with #EE3790
Text Example
Text Example
White with #EE3790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3790; }
p { color: rgb(238,55,144); }
H1.HeaderClassName
{
color: #EE3790;
}
.AnyTagClassName
{
color: #EE3790;
}
</style>
background-color css
<style>
a { background-color: #EE3790; }
a { background-color: rgb(238,55,144); }
div.DivClassName
{
background-color: #EE3790;
}
.BgClassName
{
background-color: #EE3790;
}
</style>
border-color css
<style>
span { border-color: #EE3790; }
span { border-color: rgb(238,55,144); }
td.TdClassName
{
border-color: #EE3790;
}
.TagClassName
{
border-color: #EE3790;
}
</style>