Shades of Wild Strawberry #EE328F
Tints of Wild Strawberry #EE328F
RGB
CMYK
RGB Variations
Color information
#EE328F (or 0xEE328F) is known color: Wild Strawberry. HEX triplet: EE, 32 and 8F. RGB value is (238,50,143). Sum of RGB (Red+Green+Blue) = 238+50+143=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EE328F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE328F is #11CD70. Grayscale: #747474. Windows color (decimal): -1166705 or 9384686. OLE color: 9384686.
HSL color Cylindrical-coordinate representation of color #EE328F: hue angle of 330.32º 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 #EE328F is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 143 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.07 |
| HSL | 330.32º | 0.85% | 0.56% | - |
| HSV(B) | 330.32º | 0.79% | 0.93% | - |
| XYZ | 41.36 | 22.44 | 28.14 | - |
| YUV | 116.81 | 142.78 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 143 | 0 | 0.79 | 0.40 | 0.07 | 330.32 | 0.85 | 0.56 |
| Hex | EE | 32 | 8F | 0 | 4F | 28 | 7 | 14A | 55 | 38 |
| Octal | 356 | 62 | 217 | 0 | 117 | 50 | 7 | 512 | 125 | 70 |
| Binary | 11101110 | 110010 | 10001111 | 0 | 1001111 | 101000 | 111 | 101001010 | 1010101 | 111000 |
Color Harmonies of #EE328F
Complementary color
Monochromatic Colors of #EE328F
Black with #EE328F
Text Example
Text Example
White with #EE328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE328F; }
p { color: rgb(238,50,143); }
H1.HeaderClassName
{
color: #EE328F;
}
.AnyTagClassName
{
color: #EE328F;
}
</style>
background-color css
<style>
a { background-color: #EE328F; }
a { background-color: rgb(238,50,143); }
div.DivClassName
{
background-color: #EE328F;
}
.BgClassName
{
background-color: #EE328F;
}
</style>
border-color css
<style>
span { border-color: #EE328F; }
span { border-color: rgb(238,50,143); }
td.TdClassName
{
border-color: #EE328F;
}
.TagClassName
{
border-color: #EE328F;
}
</style>