Shades of Wild Strawberry #EE39A2
Tints of Wild Strawberry #EE39A2
RGB
CMYK
RGB Variations
Color information
#EE39A2 (or 0xEE39A2) is known color: Wild Strawberry. HEX triplet: EE, 39 and A2. RGB value is (238,57,162). Sum of RGB (Red+Green+Blue) = 238+57+162=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE39A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE39A2 is #11C65D. Grayscale: #7A7A7A. Windows color (decimal): -1164894 or 10631662. OLE color: 10631662.
HSL color Cylindrical-coordinate representation of color #EE39A2: hue angle of 325.19º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE39A2 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 57 | 162 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.07 |
| HSL | 325.19º | 0.84% | 0.58% | - |
| HSV(B) | 325.19º | 0.76% | 0.93% | - |
| XYZ | 43.24 | 23.71 | 36.48 | - |
| YUV | 123.09 | 149.97 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 57 | 162 | 0 | 0.76 | 0.32 | 0.07 | 325.19 | 0.84 | 0.58 |
| Hex | EE | 39 | A2 | 0 | 4C | 20 | 7 | 145 | 54 | 3A |
| Octal | 356 | 71 | 242 | 0 | 114 | 40 | 7 | 505 | 124 | 72 |
| Binary | 11101110 | 111001 | 10100010 | 0 | 1001100 | 100000 | 111 | 101000101 | 1010100 | 111010 |
Color Harmonies of #EE39A2
Complementary color
Monochromatic Colors of #EE39A2
Black with #EE39A2
Text Example
Text Example
White with #EE39A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE39A2; }
p { color: rgb(238,57,162); }
H1.HeaderClassName
{
color: #EE39A2;
}
.AnyTagClassName
{
color: #EE39A2;
}
</style>
background-color css
<style>
a { background-color: #EE39A2; }
a { background-color: rgb(238,57,162); }
div.DivClassName
{
background-color: #EE39A2;
}
.BgClassName
{
background-color: #EE39A2;
}
</style>
border-color css
<style>
span { border-color: #EE39A2; }
span { border-color: rgb(238,57,162); }
td.TdClassName
{
border-color: #EE39A2;
}
.TagClassName
{
border-color: #EE39A2;
}
</style>