Shades of Wild Strawberry #EE3592
Tints of Wild Strawberry #EE3592
RGB
CMYK
RGB Variations
Color information
#EE3592 (or 0xEE3592) is known color: Wild Strawberry. HEX triplet: EE, 35 and 92. RGB value is (238,53,146). Sum of RGB (Red+Green+Blue) = 238+53+146=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3592 is #11CA6D. Grayscale: #767676. Windows color (decimal): -1165934 or 9582062. OLE color: 9582062.
HSL color Cylindrical-coordinate representation of color #EE3592: hue angle of 329.84º degrees, saturation: 0.84, 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 #EE3592 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 146 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.07 |
| HSL | 329.84º | 0.84% | 0.57% | - |
| HSV(B) | 329.84º | 0.78% | 0.93% | - |
| XYZ | 41.72 | 22.8 | 29.4 | - |
| YUV | 118.92 | 143.29 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 146 | 0 | 0.78 | 0.39 | 0.07 | 329.84 | 0.84 | 0.57 |
| Hex | EE | 35 | 92 | 0 | 4E | 27 | 7 | 14A | 54 | 39 |
| Octal | 356 | 65 | 222 | 0 | 116 | 47 | 7 | 512 | 124 | 71 |
| Binary | 11101110 | 110101 | 10010010 | 0 | 1001110 | 100111 | 111 | 101001010 | 1010100 | 111001 |
Color Harmonies of #EE3592
Complementary color
Monochromatic Colors of #EE3592
Black with #EE3592
Text Example
Text Example
White with #EE3592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3592; }
p { color: rgb(238,53,146); }
H1.HeaderClassName
{
color: #EE3592;
}
.AnyTagClassName
{
color: #EE3592;
}
</style>
background-color css
<style>
a { background-color: #EE3592; }
a { background-color: rgb(238,53,146); }
div.DivClassName
{
background-color: #EE3592;
}
.BgClassName
{
background-color: #EE3592;
}
</style>
border-color css
<style>
span { border-color: #EE3592; }
span { border-color: rgb(238,53,146); }
td.TdClassName
{
border-color: #EE3592;
}
.TagClassName
{
border-color: #EE3592;
}
</style>