Shades of Wild Strawberry #EE2590
Tints of Wild Strawberry #EE2590
RGB
CMYK
RGB Variations
Color information
#EE2590 (or 0xEE2590) is known color: Wild Strawberry. HEX triplet: EE, 25 and 90. RGB value is (238,37,144). Sum of RGB (Red+Green+Blue) = 238+37+144=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2590 is #11DA6F. Grayscale: #6D6D6D. Windows color (decimal): -1170032 or 9446894. OLE color: 9446894.
HSL color Cylindrical-coordinate representation of color #EE2590: hue angle of 328.06º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE2590 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 144 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.07 |
| HSL | 328.06º | 0.86% | 0.54% | - |
| HSV(B) | 328.06º | 0.84% | 0.93% | - |
| XYZ | 40.96 | 21.51 | 28.38 | - |
| YUV | 109.3 | 147.59 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 144 | 0 | 0.84 | 0.39 | 0.07 | 328.06 | 0.86 | 0.54 |
| Hex | EE | 25 | 90 | 0 | 54 | 27 | 7 | 148 | 56 | 36 |
| Octal | 356 | 45 | 220 | 0 | 124 | 47 | 7 | 510 | 126 | 66 |
| Binary | 11101110 | 100101 | 10010000 | 0 | 1010100 | 100111 | 111 | 101001000 | 1010110 | 110110 |
Color Harmonies of #EE2590
Complementary color
Monochromatic Colors of #EE2590
Black with #EE2590
Text Example
Text Example
White with #EE2590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2590; }
p { color: rgb(238,37,144); }
H1.HeaderClassName
{
color: #EE2590;
}
.AnyTagClassName
{
color: #EE2590;
}
</style>
background-color css
<style>
a { background-color: #EE2590; }
a { background-color: rgb(238,37,144); }
div.DivClassName
{
background-color: #EE2590;
}
.BgClassName
{
background-color: #EE2590;
}
</style>
border-color css
<style>
span { border-color: #EE2590; }
span { border-color: rgb(238,37,144); }
td.TdClassName
{
border-color: #EE2590;
}
.TagClassName
{
border-color: #EE2590;
}
</style>