Shades of Wild Strawberry #EE3BA2
Tints of Wild Strawberry #EE3BA2
RGB
CMYK
RGB Variations
Color information
#EE3BA2 (or 0xEE3BA2) is known color: Wild Strawberry. HEX triplet: EE, 3B and A2. RGB value is (238,59,162). Sum of RGB (Red+Green+Blue) = 238+59+162=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3BA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3BA2 is #11C45D. Grayscale: #7C7C7C. Windows color (decimal): -1164382 or 10632174. OLE color: 10632174.
HSL color Cylindrical-coordinate representation of color #EE3BA2: hue angle of 325.47º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE3BA2 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 59 | 162 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.07 |
| HSL | 325.47º | 0.84% | 0.58% | - |
| HSV(B) | 325.47º | 0.75% | 0.93% | - |
| XYZ | 43.35 | 23.91 | 36.51 | - |
| YUV | 124.26 | 149.3 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 59 | 162 | 0 | 0.75 | 0.32 | 0.07 | 325.47 | 0.84 | 0.58 |
| Hex | EE | 3B | A2 | 0 | 4B | 20 | 7 | 145 | 54 | 3A |
| Octal | 356 | 73 | 242 | 0 | 113 | 40 | 7 | 505 | 124 | 72 |
| Binary | 11101110 | 111011 | 10100010 | 0 | 1001011 | 100000 | 111 | 101000101 | 1010100 | 111010 |
Color Harmonies of #EE3BA2
Complementary color
Monochromatic Colors of #EE3BA2
Black with #EE3BA2
Text Example
Text Example
White with #EE3BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3BA2; }
p { color: rgb(238,59,162); }
H1.HeaderClassName
{
color: #EE3BA2;
}
.AnyTagClassName
{
color: #EE3BA2;
}
</style>
background-color css
<style>
a { background-color: #EE3BA2; }
a { background-color: rgb(238,59,162); }
div.DivClassName
{
background-color: #EE3BA2;
}
.BgClassName
{
background-color: #EE3BA2;
}
</style>
border-color css
<style>
span { border-color: #EE3BA2; }
span { border-color: rgb(238,59,162); }
td.TdClassName
{
border-color: #EE3BA2;
}
.TagClassName
{
border-color: #EE3BA2;
}
</style>