Shades of Wild Strawberry #EE348D
Tints of Wild Strawberry #EE348D
RGB
CMYK
RGB Variations
Color information
#EE348D (or 0xEE348D) is known color: Wild Strawberry. HEX triplet: EE, 34 and 8D. RGB value is (238,52,141). Sum of RGB (Red+Green+Blue) = 238+52+141=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EE348D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE348D is #11CB72. Grayscale: #757575. Windows color (decimal): -1166195 or 9254126. OLE color: 9254126.
HSL color Cylindrical-coordinate representation of color #EE348D: hue angle of 331.29º degrees, saturation: 0.85, 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 #EE348D is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 141 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.07 |
| HSL | 331.29º | 0.85% | 0.57% | - |
| HSV(B) | 331.29º | 0.78% | 0.93% | - |
| XYZ | 41.3 | 22.56 | 27.38 | - |
| YUV | 117.76 | 141.12 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 141 | 0 | 0.78 | 0.41 | 0.07 | 331.29 | 0.85 | 0.57 |
| Hex | EE | 34 | 8D | 0 | 4E | 29 | 7 | 14B | 55 | 39 |
| Octal | 356 | 64 | 215 | 0 | 116 | 51 | 7 | 513 | 125 | 71 |
| Binary | 11101110 | 110100 | 10001101 | 0 | 1001110 | 101001 | 111 | 101001011 | 1010101 | 111001 |
Color Harmonies of #EE348D
Complementary color
Monochromatic Colors of #EE348D
Black with #EE348D
Text Example
Text Example
White with #EE348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE348D; }
p { color: rgb(238,52,141); }
H1.HeaderClassName
{
color: #EE348D;
}
.AnyTagClassName
{
color: #EE348D;
}
</style>
background-color css
<style>
a { background-color: #EE348D; }
a { background-color: rgb(238,52,141); }
div.DivClassName
{
background-color: #EE348D;
}
.BgClassName
{
background-color: #EE348D;
}
</style>
border-color css
<style>
span { border-color: #EE348D; }
span { border-color: rgb(238,52,141); }
td.TdClassName
{
border-color: #EE348D;
}
.TagClassName
{
border-color: #EE348D;
}
</style>