Shades of Wild Strawberry #EE319C
Tints of Wild Strawberry #EE319C
RGB
CMYK
RGB Variations
Color information
#EE319C (or 0xEE319C) is known color: Wild Strawberry. HEX triplet: EE, 31 and 9C. RGB value is (238,49,156). Sum of RGB (Red+Green+Blue) = 238+49+156=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE319C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE319C is #11CE63. Grayscale: #757575. Windows color (decimal): -1166948 or 10236398. OLE color: 10236398.
HSL color Cylindrical-coordinate representation of color #EE319C: hue angle of 326.03º 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 #EE319C is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 156 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.07 |
| HSL | 326.03º | 0.85% | 0.56% | - |
| HSV(B) | 326.03º | 0.79% | 0.93% | - |
| XYZ | 42.36 | 22.77 | 33.62 | - |
| YUV | 117.71 | 149.62 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 156 | 0 | 0.79 | 0.34 | 0.07 | 326.03 | 0.85 | 0.56 |
| Hex | EE | 31 | 9C | 0 | 4F | 22 | 7 | 146 | 55 | 38 |
| Octal | 356 | 61 | 234 | 0 | 117 | 42 | 7 | 506 | 125 | 70 |
| Binary | 11101110 | 110001 | 10011100 | 0 | 1001111 | 100010 | 111 | 101000110 | 1010101 | 111000 |
Color Harmonies of #EE319C
Complementary color
Monochromatic Colors of #EE319C
Black with #EE319C
Text Example
Text Example
White with #EE319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE319C; }
p { color: rgb(238,49,156); }
H1.HeaderClassName
{
color: #EE319C;
}
.AnyTagClassName
{
color: #EE319C;
}
</style>
background-color css
<style>
a { background-color: #EE319C; }
a { background-color: rgb(238,49,156); }
div.DivClassName
{
background-color: #EE319C;
}
.BgClassName
{
background-color: #EE319C;
}
</style>
border-color css
<style>
span { border-color: #EE319C; }
span { border-color: rgb(238,49,156); }
td.TdClassName
{
border-color: #EE319C;
}
.TagClassName
{
border-color: #EE319C;
}
</style>