Shades of Wild Strawberry #EE3BA7
Tints of Wild Strawberry #EE3BA7
RGB
CMYK
RGB Variations
Color information
#EE3BA7 (or 0xEE3BA7) is known color: Wild Strawberry. HEX triplet: EE, 3B and A7. RGB value is (238,59,167). Sum of RGB (Red+Green+Blue) = 238+59+167=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3BA7 is #11C458. Grayscale: #7C7C7C. Windows color (decimal): -1164377 or 10959854. OLE color: 10959854.
HSL color Cylindrical-coordinate representation of color #EE3BA7: hue angle of 323.8º 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 #EE3BA7 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 59 | 167 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.07 |
| HSL | 323.8º | 0.84% | 0.58% | - |
| HSV(B) | 323.8º | 0.75% | 0.93% | - |
| XYZ | 43.8 | 24.1 | 38.9 | - |
| YUV | 124.83 | 151.8 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 59 | 167 | 0 | 0.75 | 0.30 | 0.07 | 323.8 | 0.84 | 0.58 |
| Hex | EE | 3B | A7 | 0 | 4B | 1E | 7 | 144 | 54 | 3A |
| Octal | 356 | 73 | 247 | 0 | 113 | 36 | 7 | 504 | 124 | 72 |
| Binary | 11101110 | 111011 | 10100111 | 0 | 1001011 | 11110 | 111 | 101000100 | 1010100 | 111010 |
Color Harmonies of #EE3BA7
Complementary color
Monochromatic Colors of #EE3BA7
Black with #EE3BA7
Text Example
Text Example
White with #EE3BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3BA7; }
p { color: rgb(238,59,167); }
H1.HeaderClassName
{
color: #EE3BA7;
}
.AnyTagClassName
{
color: #EE3BA7;
}
</style>
background-color css
<style>
a { background-color: #EE3BA7; }
a { background-color: rgb(238,59,167); }
div.DivClassName
{
background-color: #EE3BA7;
}
.BgClassName
{
background-color: #EE3BA7;
}
</style>
border-color css
<style>
span { border-color: #EE3BA7; }
span { border-color: rgb(238,59,167); }
td.TdClassName
{
border-color: #EE3BA7;
}
.TagClassName
{
border-color: #EE3BA7;
}
</style>