Shades of Wild Strawberry #EE2E9A
Tints of Wild Strawberry #EE2E9A
RGB
CMYK
RGB Variations
Color information
#EE2E9A (or 0xEE2E9A) is known color: Wild Strawberry. HEX triplet: EE, 2E and 9A. RGB value is (238,46,154). Sum of RGB (Red+Green+Blue) = 238+46+154=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2E9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2E9A is #11D165. Grayscale: #737373. Windows color (decimal): -1167718 or 10104558. OLE color: 10104558.
HSL color Cylindrical-coordinate representation of color #EE2E9A: hue angle of 326.25º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE2E9A is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 46 | 154 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.07 |
| HSL | 326.25º | 0.85% | 0.56% | - |
| HSV(B) | 326.25º | 0.81% | 0.93% | - |
| XYZ | 42.07 | 22.46 | 32.69 | - |
| YUV | 115.72 | 149.61 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 46 | 154 | 0 | 0.81 | 0.35 | 0.07 | 326.25 | 0.85 | 0.56 |
| Hex | EE | 2E | 9A | 0 | 51 | 23 | 7 | 146 | 55 | 38 |
| Octal | 356 | 56 | 232 | 0 | 121 | 43 | 7 | 506 | 125 | 70 |
| Binary | 11101110 | 101110 | 10011010 | 0 | 1010001 | 100011 | 111 | 101000110 | 1010101 | 111000 |
Color Harmonies of #EE2E9A
Complementary color
Monochromatic Colors of #EE2E9A
Black with #EE2E9A
Text Example
Text Example
White with #EE2E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2E9A; }
p { color: rgb(238,46,154); }
H1.HeaderClassName
{
color: #EE2E9A;
}
.AnyTagClassName
{
color: #EE2E9A;
}
</style>
background-color css
<style>
a { background-color: #EE2E9A; }
a { background-color: rgb(238,46,154); }
div.DivClassName
{
background-color: #EE2E9A;
}
.BgClassName
{
background-color: #EE2E9A;
}
</style>
border-color css
<style>
span { border-color: #EE2E9A; }
span { border-color: rgb(238,46,154); }
td.TdClassName
{
border-color: #EE2E9A;
}
.TagClassName
{
border-color: #EE2E9A;
}
</style>