Shades of Wild Strawberry #EE359B
Tints of Wild Strawberry #EE359B
RGB
CMYK
RGB Variations
Color information
#EE359B (or 0xEE359B) is known color: Wild Strawberry. HEX triplet: EE, 35 and 9B. RGB value is (238,53,155). Sum of RGB (Red+Green+Blue) = 238+53+155=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE359B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE359B is #11CA64. Grayscale: #777777. Windows color (decimal): -1165925 or 10171886. OLE color: 10171886.
HSL color Cylindrical-coordinate representation of color #EE359B: hue angle of 326.92º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE359B is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 155 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.07 |
| HSL | 326.92º | 0.84% | 0.57% | - |
| HSV(B) | 326.92º | 0.78% | 0.93% | - |
| XYZ | 42.45 | 23.09 | 33.23 | - |
| YUV | 119.94 | 147.79 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 155 | 0 | 0.78 | 0.35 | 0.07 | 326.92 | 0.84 | 0.57 |
| Hex | EE | 35 | 9B | 0 | 4E | 23 | 7 | 147 | 54 | 39 |
| Octal | 356 | 65 | 233 | 0 | 116 | 43 | 7 | 507 | 124 | 71 |
| Binary | 11101110 | 110101 | 10011011 | 0 | 1001110 | 100011 | 111 | 101000111 | 1010100 | 111001 |
Color Harmonies of #EE359B
Complementary color
Monochromatic Colors of #EE359B
Black with #EE359B
Text Example
Text Example
White with #EE359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE359B; }
p { color: rgb(238,53,155); }
H1.HeaderClassName
{
color: #EE359B;
}
.AnyTagClassName
{
color: #EE359B;
}
</style>
background-color css
<style>
a { background-color: #EE359B; }
a { background-color: rgb(238,53,155); }
div.DivClassName
{
background-color: #EE359B;
}
.BgClassName
{
background-color: #EE359B;
}
</style>
border-color css
<style>
span { border-color: #EE359B; }
span { border-color: rgb(238,53,155); }
td.TdClassName
{
border-color: #EE359B;
}
.TagClassName
{
border-color: #EE359B;
}
</style>