Shades of Wild Strawberry #EE2F99
Tints of Wild Strawberry #EE2F99
RGB
CMYK
RGB Variations
Color information
#EE2F99 (or 0xEE2F99) is known color: Wild Strawberry. HEX triplet: EE, 2F and 99. RGB value is (238,47,153). Sum of RGB (Red+Green+Blue) = 238+47+153=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 47 (18.75% from 255 or 10.73% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2F99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2F99 is #11D066. Grayscale: #737373. Windows color (decimal): -1167463 or 10039278. OLE color: 10039278.
HSL color Cylindrical-coordinate representation of color #EE2F99: hue angle of 326.7º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE2F99 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 47 | 153 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.07 |
| HSL | 326.7º | 0.85% | 0.56% | - |
| HSV(B) | 326.7º | 0.8% | 0.93% | - |
| XYZ | 42.03 | 22.51 | 32.27 | - |
| YUV | 116.19 | 148.78 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 47 | 153 | 0 | 0.80 | 0.36 | 0.07 | 326.7 | 0.85 | 0.56 |
| Hex | EE | 2F | 99 | 0 | 50 | 24 | 7 | 147 | 55 | 38 |
| Octal | 356 | 57 | 231 | 0 | 120 | 44 | 7 | 507 | 125 | 70 |
| Binary | 11101110 | 101111 | 10011001 | 0 | 1010000 | 100100 | 111 | 101000111 | 1010101 | 111000 |
Color Harmonies of #EE2F99
Complementary color
Monochromatic Colors of #EE2F99
Black with #EE2F99
Text Example
Text Example
White with #EE2F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2F99; }
p { color: rgb(238,47,153); }
H1.HeaderClassName
{
color: #EE2F99;
}
.AnyTagClassName
{
color: #EE2F99;
}
</style>
background-color css
<style>
a { background-color: #EE2F99; }
a { background-color: rgb(238,47,153); }
div.DivClassName
{
background-color: #EE2F99;
}
.BgClassName
{
background-color: #EE2F99;
}
</style>
border-color css
<style>
span { border-color: #EE2F99; }
span { border-color: rgb(238,47,153); }
td.TdClassName
{
border-color: #EE2F99;
}
.TagClassName
{
border-color: #EE2F99;
}
</style>