Shades of Wild Strawberry #EE358E
Tints of Wild Strawberry #EE358E
RGB
CMYK
RGB Variations
Color information
#EE358E (or 0xEE358E) is known color: Wild Strawberry. HEX triplet: EE, 35 and 8E. RGB value is (238,53,142). Sum of RGB (Red+Green+Blue) = 238+53+142=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE358E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE358E is #11CA71. Grayscale: #767676. Windows color (decimal): -1165938 or 9319918. OLE color: 9319918.
HSL color Cylindrical-coordinate representation of color #EE358E: hue angle of 331.14º 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 #EE358E is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 142 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.07 |
| HSL | 331.14º | 0.84% | 0.57% | - |
| HSV(B) | 331.14º | 0.78% | 0.93% | - |
| XYZ | 41.42 | 22.68 | 27.79 | - |
| YUV | 118.46 | 141.29 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 142 | 0 | 0.78 | 0.40 | 0.07 | 331.14 | 0.84 | 0.57 |
| Hex | EE | 35 | 8E | 0 | 4E | 28 | 7 | 14B | 54 | 39 |
| Octal | 356 | 65 | 216 | 0 | 116 | 50 | 7 | 513 | 124 | 71 |
| Binary | 11101110 | 110101 | 10001110 | 0 | 1001110 | 101000 | 111 | 101001011 | 1010100 | 111001 |
Color Harmonies of #EE358E
Complementary color
Monochromatic Colors of #EE358E
Black with #EE358E
Text Example
Text Example
White with #EE358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE358E; }
p { color: rgb(238,53,142); }
H1.HeaderClassName
{
color: #EE358E;
}
.AnyTagClassName
{
color: #EE358E;
}
</style>
background-color css
<style>
a { background-color: #EE358E; }
a { background-color: rgb(238,53,142); }
div.DivClassName
{
background-color: #EE358E;
}
.BgClassName
{
background-color: #EE358E;
}
</style>
border-color css
<style>
span { border-color: #EE358E; }
span { border-color: rgb(238,53,142); }
td.TdClassName
{
border-color: #EE358E;
}
.TagClassName
{
border-color: #EE358E;
}
</style>