Shades of Wild Strawberry #EE2591
Tints of Wild Strawberry #EE2591
RGB
CMYK
RGB Variations
Color information
#EE2591 (or 0xEE2591) is known color: Wild Strawberry. HEX triplet: EE, 25 and 91. RGB value is (238,37,145). Sum of RGB (Red+Green+Blue) = 238+37+145=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2591 is #11DA6E. Grayscale: #6D6D6D. Windows color (decimal): -1170031 or 9512430. OLE color: 9512430.
HSL color Cylindrical-coordinate representation of color #EE2591: hue angle of 327.76º 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 #EE2591 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 145 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.07 |
| HSL | 327.76º | 0.86% | 0.54% | - |
| HSV(B) | 327.76º | 0.84% | 0.93% | - |
| XYZ | 41.03 | 21.54 | 28.78 | - |
| YUV | 109.41 | 148.09 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 145 | 0 | 0.84 | 0.39 | 0.07 | 327.76 | 0.86 | 0.54 |
| Hex | EE | 25 | 91 | 0 | 54 | 27 | 7 | 148 | 56 | 36 |
| Octal | 356 | 45 | 221 | 0 | 124 | 47 | 7 | 510 | 126 | 66 |
| Binary | 11101110 | 100101 | 10010001 | 0 | 1010100 | 100111 | 111 | 101001000 | 1010110 | 110110 |
Color Harmonies of #EE2591
Complementary color
Monochromatic Colors of #EE2591
Black with #EE2591
Text Example
Text Example
White with #EE2591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2591; }
p { color: rgb(238,37,145); }
H1.HeaderClassName
{
color: #EE2591;
}
.AnyTagClassName
{
color: #EE2591;
}
</style>
background-color css
<style>
a { background-color: #EE2591; }
a { background-color: rgb(238,37,145); }
div.DivClassName
{
background-color: #EE2591;
}
.BgClassName
{
background-color: #EE2591;
}
</style>
border-color css
<style>
span { border-color: #EE2591; }
span { border-color: rgb(238,37,145); }
td.TdClassName
{
border-color: #EE2591;
}
.TagClassName
{
border-color: #EE2591;
}
</style>