Shades of Wild Strawberry #EE3792
Tints of Wild Strawberry #EE3792
RGB
CMYK
RGB Variations
Color information
#EE3792 (or 0xEE3792) is known color: Wild Strawberry. HEX triplet: EE, 37 and 92. RGB value is (238,55,146). Sum of RGB (Red+Green+Blue) = 238+55+146=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3792 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3792 is #11C86D. Grayscale: #777777. Windows color (decimal): -1165422 or 9582574. OLE color: 9582574.
HSL color Cylindrical-coordinate representation of color #EE3792: hue angle of 330.16º 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 #EE3792 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 146 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.07 |
| HSL | 330.16º | 0.84% | 0.57% | - |
| HSV(B) | 330.16º | 0.77% | 0.93% | - |
| XYZ | 41.81 | 22.98 | 29.43 | - |
| YUV | 120.09 | 142.63 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 146 | 0 | 0.77 | 0.39 | 0.07 | 330.16 | 0.84 | 0.57 |
| Hex | EE | 37 | 92 | 0 | 4D | 27 | 7 | 14A | 54 | 39 |
| Octal | 356 | 67 | 222 | 0 | 115 | 47 | 7 | 512 | 124 | 71 |
| Binary | 11101110 | 110111 | 10010010 | 0 | 1001101 | 100111 | 111 | 101001010 | 1010100 | 111001 |
Color Harmonies of #EE3792
Complementary color
Monochromatic Colors of #EE3792
Black with #EE3792
Text Example
Text Example
White with #EE3792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3792; }
p { color: rgb(238,55,146); }
H1.HeaderClassName
{
color: #EE3792;
}
.AnyTagClassName
{
color: #EE3792;
}
</style>
background-color css
<style>
a { background-color: #EE3792; }
a { background-color: rgb(238,55,146); }
div.DivClassName
{
background-color: #EE3792;
}
.BgClassName
{
background-color: #EE3792;
}
</style>
border-color css
<style>
span { border-color: #EE3792; }
span { border-color: rgb(238,55,146); }
td.TdClassName
{
border-color: #EE3792;
}
.TagClassName
{
border-color: #EE3792;
}
</style>