Shades of Wild Strawberry #EE369D
Tints of Wild Strawberry #EE369D
RGB
CMYK
RGB Variations
Color information
#EE369D (or 0xEE369D) is known color: Wild Strawberry. HEX triplet: EE, 36 and 9D. RGB value is (238,54,157). Sum of RGB (Red+Green+Blue) = 238+54+157=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE369D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE369D is #11C962. Grayscale: #787878. Windows color (decimal): -1165667 or 10303214. OLE color: 10303214.
HSL color Cylindrical-coordinate representation of color #EE369D: hue angle of 326.41º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE369D is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 157 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.07 |
| HSL | 326.41º | 0.84% | 0.57% | - |
| HSV(B) | 326.41º | 0.77% | 0.93% | - |
| XYZ | 42.66 | 23.25 | 34.14 | - |
| YUV | 120.76 | 148.46 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 157 | 0 | 0.77 | 0.34 | 0.07 | 326.41 | 0.84 | 0.57 |
| Hex | EE | 36 | 9D | 0 | 4D | 22 | 7 | 146 | 54 | 39 |
| Octal | 356 | 66 | 235 | 0 | 115 | 42 | 7 | 506 | 124 | 71 |
| Binary | 11101110 | 110110 | 10011101 | 0 | 1001101 | 100010 | 111 | 101000110 | 1010100 | 111001 |
Color Harmonies of #EE369D
Complementary color
Monochromatic Colors of #EE369D
Black with #EE369D
Text Example
Text Example
White with #EE369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE369D; }
p { color: rgb(238,54,157); }
H1.HeaderClassName
{
color: #EE369D;
}
.AnyTagClassName
{
color: #EE369D;
}
</style>
background-color css
<style>
a { background-color: #EE369D; }
a { background-color: rgb(238,54,157); }
div.DivClassName
{
background-color: #EE369D;
}
.BgClassName
{
background-color: #EE369D;
}
</style>
border-color css
<style>
span { border-color: #EE369D; }
span { border-color: rgb(238,54,157); }
td.TdClassName
{
border-color: #EE369D;
}
.TagClassName
{
border-color: #EE369D;
}
</style>