Shades of Wild Strawberry #EE329E
Tints of Wild Strawberry #EE329E
RGB
CMYK
RGB Variations
Color information
#EE329E (or 0xEE329E) is known color: Wild Strawberry. HEX triplet: EE, 32 and 9E. RGB value is (238,50,158). Sum of RGB (Red+Green+Blue) = 238+50+158=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE329E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE329E is #11CD61. Grayscale: #767676. Windows color (decimal): -1166690 or 10367726. OLE color: 10367726.
HSL color Cylindrical-coordinate representation of color #EE329E: hue angle of 325.53º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE329E is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 158 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.07 |
| HSL | 325.53º | 0.85% | 0.56% | - |
| HSV(B) | 325.53º | 0.79% | 0.93% | - |
| XYZ | 42.57 | 22.93 | 34.53 | - |
| YUV | 118.52 | 150.28 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 158 | 0 | 0.79 | 0.34 | 0.07 | 325.53 | 0.85 | 0.56 |
| Hex | EE | 32 | 9E | 0 | 4F | 22 | 7 | 146 | 55 | 38 |
| Octal | 356 | 62 | 236 | 0 | 117 | 42 | 7 | 506 | 125 | 70 |
| Binary | 11101110 | 110010 | 10011110 | 0 | 1001111 | 100010 | 111 | 101000110 | 1010101 | 111000 |
Color Harmonies of #EE329E
Complementary color
Monochromatic Colors of #EE329E
Black with #EE329E
Text Example
Text Example
White with #EE329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE329E; }
p { color: rgb(238,50,158); }
H1.HeaderClassName
{
color: #EE329E;
}
.AnyTagClassName
{
color: #EE329E;
}
</style>
background-color css
<style>
a { background-color: #EE329E; }
a { background-color: rgb(238,50,158); }
div.DivClassName
{
background-color: #EE329E;
}
.BgClassName
{
background-color: #EE329E;
}
</style>
border-color css
<style>
span { border-color: #EE329E; }
span { border-color: rgb(238,50,158); }
td.TdClassName
{
border-color: #EE329E;
}
.TagClassName
{
border-color: #EE329E;
}
</style>