Shades of Wild Strawberry #EE319B
Tints of Wild Strawberry #EE319B
RGB
CMYK
RGB Variations
Color information
#EE319B (or 0xEE319B) is known color: Wild Strawberry. HEX triplet: EE, 31 and 9B. RGB value is (238,49,155). Sum of RGB (Red+Green+Blue) = 238+49+155=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE319B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE319B is #11CE64. Grayscale: #757575. Windows color (decimal): -1166949 or 10170862. OLE color: 10170862.
HSL color Cylindrical-coordinate representation of color #EE319B: hue angle of 326.35º 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 #EE319B is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 155 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.07 |
| HSL | 326.35º | 0.85% | 0.56% | - |
| HSV(B) | 326.35º | 0.79% | 0.93% | - |
| XYZ | 42.27 | 22.74 | 33.17 | - |
| YUV | 117.6 | 149.12 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 155 | 0 | 0.79 | 0.35 | 0.07 | 326.35 | 0.85 | 0.56 |
| Hex | EE | 31 | 9B | 0 | 4F | 23 | 7 | 146 | 55 | 38 |
| Octal | 356 | 61 | 233 | 0 | 117 | 43 | 7 | 506 | 125 | 70 |
| Binary | 11101110 | 110001 | 10011011 | 0 | 1001111 | 100011 | 111 | 101000110 | 1010101 | 111000 |
Color Harmonies of #EE319B
Complementary color
Monochromatic Colors of #EE319B
Black with #EE319B
Text Example
Text Example
White with #EE319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE319B; }
p { color: rgb(238,49,155); }
H1.HeaderClassName
{
color: #EE319B;
}
.AnyTagClassName
{
color: #EE319B;
}
</style>
background-color css
<style>
a { background-color: #EE319B; }
a { background-color: rgb(238,49,155); }
div.DivClassName
{
background-color: #EE319B;
}
.BgClassName
{
background-color: #EE319B;
}
</style>
border-color css
<style>
span { border-color: #EE319B; }
span { border-color: rgb(238,49,155); }
td.TdClassName
{
border-color: #EE319B;
}
.TagClassName
{
border-color: #EE319B;
}
</style>